/* @import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap); */

.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0)
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height {
	-webkit-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}.owl-carousel .owl-item .owl-lazy:not(
[src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	-o-transition: transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3,1.3);
	-webkit-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
	margin-top: 10px
}
.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav.disabled+ .owl-dots {
	margin-top: 10px
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}
html {
	scroll-behavior: smooth
}
body {
	font-family: Montserrat
}
header {
	position: relative;
	z-index: 2
}
main {
	position: relative;
	z-index: 1
}
.wrapper {
	overflow: hidden
}
#all-tarif, #benefit-menu, #menu-comments, #menu-faq, #menu-sert, #our-offer, #paket-menu, #yours-off {
	margin-top: -90px;
	padding-top: 90px
}
.container {
	max-width: 1170px
}
.section-title {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	color: #000
}
@media (max-width: 590px) {
	.section-title {
		font-size: 24px;
		line-height: 24px
	}
}
.section-subtitle {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px
}
@media (max-width: 590px) {
	.section-subtitle {
		font-size: 16px;
		line-height: 20px
	}
}
.card-title {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #000
}
.card-text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #000
}
.header-decor {
	width: 64%;
	position: absolute;
	z-index: -1;
	top: -220px;
	left: -80px;
	height: 900px
}
@media (max-width: 769px) {
	.header-decor {
		display: none
	}
}
.header-decor img {
	width: 100%;
	height: 100%
}
.container-header {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	padding: 5px 10px 10px 10px;
	-webkit-transition: ease-in .3s;
	-o-transition: ease-in .3s;
	transition: ease-in .3s
}
@media (max-width: 590px) {
	.container-header {
		padding: 0 15px 10px 15px
	}
}
.burger-menu ul {
	position: absolute;
	z-index: 8;
	left: -22px;
	top: -15px;
	background: #fff;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.1);
	box-shadow: 0 2px 20px rgba(0,0,0,.1);
	border-radius: 10px;
	width: 400px;
	padding: 58px 10px 9px 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translate(0,-100%);
	-ms-transform: translate(0,-100%);
	transform: translate(0,-100%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media (max-width: 1025px) {
	.burger-menu ul {
		left: -290px;
		display: block
	}
}
@media (max-width: 590px) {
	.burger-menu ul {
		left: -363px;
		display: block
	}
}
.burger-menu ul li {
	list-style: none;
	margin-bottom: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%
}
@media (max-width: 1025px) {
	.burger-menu ul li {
		text-align: right
	}
}
.burger-menu ul li a {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000
}
@media (max-width: 1025px) {
	.burger-menu ul li a {
		text-align: right
	}
}
.header-intro {
	margin-top: 90px
}
@media (max-width: 590px) {
	.header-intro h2 {
		font-size: 24px;
		line-height: 24px
	}
}
.fixed-top.scrolled {
	top: -1px;
	background: #fff;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.1);
	box-shadow: 0 2px 20px rgba(0,0,0,.1);
	z-index: 100
}
@media (max-width: 590px) {
	.fixed-top.scrolled .container-header {
		padding: 5px 15px 10px 15px
	}
	.fixed-top.scrolled .header-logo img {
		-webkit-transition: ease-in .3s;
		-o-transition: ease-in .3s;
		transition: ease-in .3s;
		width: 60%
	}
}
.nav-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.header-logo {
	margin-right: 44px
}
.header-logo__disc {
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: 8px
}
@media (max-width: 590px) {
	.header-logo__disc {
		display: none
	}
}
.burger-menu {
	position: relative;
	margin-left: auto;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	margin-right: 58px;
	margin-bottom: 14px;
	cursor: pointer;
	z-index: 2
}
@media (max-width: 590px) {
	.burger-menu {
		font-size: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: unset
	}
}
.burger-menu.active ul {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
	visibility: visible
}
.burger-menu.active span {
	height: 0
}
.burger-menu.active span::before {
	top: -2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.burger-menu.active span::after {
	bottom: -1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.burger-menu button {
	background: 0 0;
	border: none;
	width: 44px;
	height: 26px;
	outline: 0
}
.burger-menu span {
	height: 3px;
	width: 10px;
	background: #2689fe;
	display: inline-block;
	position: relative;
	margin-bottom: 4px
}
.burger-menu span::after, .burger-menu span::before {
	content: '';
	position: absolute;
	height: 3px;
	width: 25px;
	background: #2689fe;
	-webkit-transition: ease-in .3s;
	-o-transition: ease-in .3s;
	transition: ease-in .3s
}
.burger-menu span::before {
	top: 10px;
	right: 0;
	-webkit-transition: ease-in .3s;
	-o-transition: ease-in .3s;
	transition: ease-in .3s
}
.burger-menu span::after {
	bottom: 10px;
	right: 0;
	-webkit-transition: ease-in .3s;
	-o-transition: ease-in .3s;
	transition: ease-in .3s
}
.header-phone {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	margin-right: 40px;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
	padding-left: 43px;
	top: 10px;
}
.header-phone__menu {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	margin-right: 0;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
	display: none
}
.header-phone__menu.mobile-top {
	display: none
}
@media (max-width: 590px) {
	.header-phone__menu {
		display: block
	}
	.header-phone__menu.mobile-top {
		display: block;
		margin-bottom: 8px;
		position: relative;
		margin-left: auto
	}
}
.header-phone__menu > a {
	content: '';
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(../img/phoneH.svg) center no-repeat;
	vertical-align: bottom;
	margin-right: 20px
}
@media (max-width: 1025px) {
	.header-phone {
		display: none
	}
}
.header-phone::before {
	content: '';
	width: 23px;
	height: 23px;
	display: inline-block;
	background: url(../img/phoneH.svg) center no-repeat;
	vertical-align: bottom;
	margin-right: 20px
}
.btn {
	padding: 16px 46px;
	border-radius: 30px;
	white-space: nowrap;
	color: #fff;
	-webkit-transition: ease-in .3s;
	-o-transition: ease-in .3s;
	transition: ease-in .3s
}
.btn:hover {
	color: #fff;
	opacity: .7
}
.header-btn {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	border: 3px solid #2689fe
}
.header-btn:hover {
	background: #2689fe;
	color: #fff
}
.header-btn__menu {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	border: 3px solid #2689fe;
	display: none
}
@media (max-width: 1025px) {
	.header-btn__menu {
		display: inline-block
	}
}
.header-btn__menu:hover {
	background: #2689fe;
	color: #fff
}
@media (max-width: 1025px) {
	.header-btn {
		display: none
	}
}
.intro {
	padding-top: 86px
}
@media (max-width: 1025px) {
	.intro {
		padding-top: 10px
	}
}
.intro h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 38px;
	line-height: 48px;
	color: #000;
	margin-bottom: 33px;
}
@media (max-width: 590px) {
	.intro h2 {
		font-size: 32px;
		line-height: 32px
	}
}
.intro p {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #000;
}
@media (max-width: 590px) {
	.intro p {
		font-size: 16px;
		line-height: 14px;
		font-weight: 600
	}
}
.intro ul {
	margin-top: 40px;
	margin-bottom: 30px
}
.intro ul li {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #000;
	list-style: none;
	position: relative
}
@media (max-width: 590px) {
	.intro ul li {
		font-size: 18px;
		line-height: 22px
	}
}
.intro ul li::before {
	content: '';
	position: absolute;
	background: url(../img/listH.svg) center no-repeat;
	width: 20px;
	height: 10px;
	top: 10px;
	left: -40px
}
@media (max-width: 590px) {
	.intro ul li::before {
		top: 7px
	}
}
.intro ul li:last-child::before {/* background:url(../img/listHH.svg) center no-repeat */
}
.intro h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #000;
	margin-bottom: 30px
}
@media (max-width: 590px) {
	.intro h3 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 17px;
		text-align: center
	}
}
.intro__brands {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (max-width: 590px) {
	.intro__brands {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}
@media (max-width: 590px) {
	.intro__brands a {
		margin-top: 20px;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%
	}
}
.intro__brands img {
	margin-right: 22px
}
@media (max-width: 1025px) {
	.intro__brands img {
		width: 20%
	}
}
@media (max-width: 590px) {
	.intro__brands img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%
	}
}
.intro__brands img:last-child {
	margin-right: 0
}
.intro-btn {
	background: #fc3c38;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	margin-right: 38px
}
@media (max-width: 1025px) {
	.intro-btn {
		margin-right: 5px
	}
}
.intro-img {
	position: relative;
	z-index: -1
}
@media (max-width: 1025px) {
	.intro-img {
		display: none
	}
}
.problem {
	margin-top: 190px;
	margin-bottom: 170px
}
@media (max-width: 769px) {
	.problem {
		margin-top: 20px;
		margin-bottom: 60px
	}
}
.problem-title {
	text-align: center;
	position: relative;
	margin-bottom: 63px
}
.problem-title::after {
	content: '';
	background: url(../img/arrtitle.svg) center no-repeat;
	width: 100px;
	height: 45px;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -50px
}
@media (max-width: 590px) {
	.problem-title::after {
		margin-left: -50px
	}
}
.problem-subtitle {
	text-align: center;
	margin-bottom: 60px
}
.problem-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media (max-width: 769px) {
	.problem-card {
		margin-bottom: 20px
	}
}
.problem-card__img {
	width: 78px;
	height: 78px;
	margin-bottom: 30px
}
.problem-card__img img {
	width: 100%
}
.problem-card__title {
	margin-bottom: 20px;
	height: 50px
}
@media (max-width: 590px) {
	.problem-card__title {
		height: auto;
		margin-bottom: 30px;
		margin-left: 60px
	}
}
@media (max-width: 590px) {
	.problem-card__text {
		margin-left: 60px
	}
}
@media (max-width: 590px) {
	.problem-card {
		display: block
	}
	.problem-card__img {
		float: left;
		width: 48px;
		height: 48px;
		margin: 0 10px 0 0
	}
	.problem-card__title {
		margin-bottom: 5px
	}
}
.benefit {
	position: relative;
	margin-bottom: 102px
}
@media (max-width: 769px) {
	.benefit {
		margin-bottom: 40px
	}
}
@media (max-width: 590px) {
	.benefit {
		margin-bottom: 60px
	}
}
.benefit::before {
	content: '';
	position: absolute;
	background: url(../img/buisnesbg.png) right no-repeat;
	right: -70px;
	top: 0;
	width: 100%;
	height: 100%
}
.benefit-title {
	margin-bottom: 50px
}
@media (max-width: 590px) {
	.benefit-title {
		margin-bottom: 20px
	}
}
.benefit-subtitle {
	max-width: 685px;
	margin-bottom: 60px
}
@media (max-width: 590px) {
	.benefit-subtitle {
		margin-bottom: 20px
	}
}
.benefit-row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.benefit-card {
	background: #fff;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.1);
	box-shadow: 0 2px 20px rgba(0,0,0,.1);
	border-radius: 10px;
	padding: 25px 27px 16px 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	margin-bottom: 20px
}
.benefit-card__main {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	color: #2689fe;
	margin-bottom: 16px
}
.benefit-card__title {
	margin-bottom: 14px
}
.benefit-footer {
	margin-top: 60px;
	background: #2689fe;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.1);
	box-shadow: 0 2px 20px rgba(0,0,0,.1);
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 54px 0
}
@media (max-width: 1025px) {
	.benefit-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
@media (max-width: 590px) {
	.benefit-footer {
		padding: 30px 10px 30px 10px;
		margin-top: 10px
	}
}
.benefit-footer__text {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	margin-right: 40px
}
@media (max-width: 1025px) {
	.benefit-footer__text {
		margin-right: 0;
		margin-bottom: 20px
	}
}
@media (max-width: 590px) {
	.benefit-footer__text {
		font-size: 14px;
		line-height: 16px;
		text-align: center
	}
}
.benefit-footer__btn {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	background: #fc3c38
}
.howit {
	margin-bottom: 100px
}
@media (max-width: 769px) {
	.howit {
		margin-bottom: 60px
	}
}
.howit-title {
	max-width: 790px;
	margin-bottom: 20px
}
@media (max-width: 1025px) {
	.howit-title {
		max-width: 100%;
		text-align: left
	}
}
@media (max-width: 590px) {
	.howit-title {
		text-align: left
	}
}
.howit-subtitle {
	max-width: 540px
}
@media (max-width: 1025px) {
	.howit-subtitle {
		max-width: 100%;
		text-align: left;
		margin-bottom: 20px
	}
}
@media (max-width: 590px) {
	.howit-subtitle {
		text-align: left
	}
}
.howit-graph__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (max-width: 1025px) {
	.howit-graph__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.howit-graph__main {
	position: relative
}
.howit-graph__main img {
	width: 104%;
	position: relative;
	left: -47px
}
@media (max-width: 1025px) {
	.howit-graph__main img {
		display: none
	}
}
.graph-text {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 45%;
	padding: 0 5px
}
.graph-text h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px
}
.graph-text span {
	color: #2689fe
}
.graph-text p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000
}
@media (max-width: 590px) {
	.graph-text {
		display: block;
		position: relative;
		width: 100%
	}
}
.howit-card {
	width: 190px
}
.howit-card span {
	display: none
}
@media (max-width: 1025px) {
	.howit-card {
		width: 100%;
		text-align: left;
		margin-bottom: 20px
	}
}
@media (max-width: 590px) {
	.howit-card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: left;
		background: #fff;
		-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.1);
		box-shadow: 0 2px 20px rgba(0,0,0,.1);
		border-radius: 10px;
		padding: 10px;
		position: relative
	}
	.howit-card+ .howit-card::before {
		content: '';
		width: 3px;
		height: 20px;
		background: #2689fe;
		position: absolute;
		left: 9%;
		top: -20px;
		-webkit-transform: translateX(-9%);
		-ms-transform: translateX(-9%);
		transform: translateX(-9%)
	}
	.howit-card span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		width: 15%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 15%;
		flex: 0 0 15%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 18px;
		font-size: 18px;
		line-height: 20px;
		color: #2689fe;
		margin-top: 0;
		font-weight: 600
	}
}
.howit-card:nth-child(1) {
	position: relative;
	bottom: -240px
}
@media (max-width: 1025px) {
	.howit-card:nth-child(1) {
		bottom: 0
	}
}
.howit-card:nth-child(2) {
	position: relative;
	bottom: -190px
}
@media (max-width: 1025px) {
	.howit-card:nth-child(2) {
		bottom: 0
	}
}
.howit-card:nth-child(3) {
	position: relative;
	bottom: -130px
}
@media (max-width: 1025px) {
	.howit-card:nth-child(3) {
		bottom: 0
	}
}
.howit-card:nth-child(4) {
	position: relative;
	bottom: -60px
}
@media (max-width: 1025px) {
	.howit-card:nth-child(4) {
		bottom: 0
	}
}
.howit-card__title {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin-bottom: 5px
}
.howit-card__text {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #000
}
@media (max-width: 590px) {
	.howit-card__text {
		margin-left: 15%;
		font-size: 14px;
		line-height: 16px
	}
}
.offer {
	margin-bottom: 127px
}
@media (max-width: 769px) {
	.offer {
		margin-bottom: 40px
	}
}
.offer-title {
	text-align: center;
	position: relative;
	margin-bottom: 63px
}
.offer-title::after {
	content: '';
	background: url(../img/arrtitle.svg) center no-repeat;
	width: 100px;
	height: 45px;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	bottom: -50px
}
.offer-sutitle {
	text-align: center;
	margin-bottom: 38px
}
.offer-card__body {
	background: #fff;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.1);
	box-shadow: 0 2px 20px rgba(0,0,0,.1);
	border-radius: 10px;
	padding: 24px 115px 42px 30px;
	height: 100%
}
@media (max-width: 590px) {
	.offer-card__body {
		padding: 20px 10px
	}
}
.offer-card__img {
	width: 90px;
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.offer-card__text {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000
}
@media (max-width: 590px) {
	.offer-card__text {
		max-width: 310px
	}
}
.tarif {
	margin-bottom: 68px
}
.tarif-body {
	background: #fff;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.1);
	box-shadow: 0 2px 20px rgba(0,0,0,.1);
	border-radius: 10px;
	padding: 42px 0 0 27px
}
@media (max-width: 590px) {
	.tarif-body {
		padding: 20px 0 0 10px
	}
}
.tarif-title {
	text-align: center;
	margin-bottom: 34px
}
@media (max-width: 590px) {
	.tarif-title {
		text-align: left;
		margin-bottom: 15px
	}
}
.bitrix-table th {
	text-align: left;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	color: #000;
	background-color: #e7f9fe;
	padding: .75rem .75rem .25rem .75rem
}
.bitrix-table th:first-child {
	background-color: transparent
}
.bitrix-table th:nth-child(2) {
	background: #f6fbe5;
	border-radius: 10px 0 0 0
}
.bitrix-table th:nth-child(6) {
	background: #eff6f9
}
.bitrix-table th:nth-child(7) {
	background: #eff6f9
}
.bitrix-table td {
	background-color: #e7f9fe;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #000
}
.bitrix-table td a {
	margin-top: 27px;
	display: block;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #fc3c38
}
.bitrix-table td:nth-child(2) {
	background: #f6fbe5
}
.bitrix-table td:nth-child(6) {
	background: #eff6f9
}
.bitrix-table td:nth-child(7) {
	background: #eff6f9
}
.bitrix-table td, .bitrix-table th, .bitrix-table tr {
	border: none
}
.bitrix-table td, .bitrix-table tr {
	text-align: center
}
.bitrix-table thead th {
	border: none
}
.bitrix-table .table-head {
	text-align: center;
	vertical-align: text-top
}
.bitrix-table .table-head span {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	margin-bottom: 4px;
	width: 100px;
	display: block;
	margin: 0 auto
}
@media (max-width: 590px) {
	.bitrix-table .table-head span {
		width: 150px;
		display: block
	}
}
.bitrix-table .table-head p {
	font-style: normal;
	font-weight: 300;
	font-size: 11px;
	line-height: 17px;
	color: #000
}
.mobile-swipe {
	display: none
}
@media (max-width: 590px) {
	.mobile-swipe {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 10px
	}
}
.mobile-swipe__next {
	background: #fff !important;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
	outline: transparent;
	-webkit-animation: shake-horizontal 5s infinite both;
	animation: shake-horizontal 5s infinite both
}
.mobile-swipe__next::before {
	content: '';
	background: url(../img/next.svg) no-repeat center;
	background-size: 10px;
	width: 16px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}@-webkit-keyframes shake-horizontal{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%{-webkit-transform:translateX(10px);transform:translateX(10px)}80%{-webkit-transform:translateX(8px);transform:translateX(8px)}90%{-webkit-transform:translateX(-8px);transform:translateX(-8px)}}@keyframes shake-horizontal{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%{-webkit-transform:translateX(10px);transform:translateX(10px)}80%{-webkit-transform:translateX(8px);transform:translateX(8px)}90%{-webkit-transform:translateX(-8px);transform:translateX(-8px)}}
.tarif-marks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media (max-width: 790px) {
	.tarif-marks {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 5px
	}
}
.tarif-marks__col {
	margin: 22px;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	color: #000
}
@media (max-width: 790px) {
	.tarif-marks__col {
		text-align: left;
		margin: 10px 0
	}
}
.tarif-marks__col img {
	margin-right: 10px
}
.description-text {
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #000;
	margin-bottom: 33px
}
@media (max-width: 590px) {
	.description-text {
		text-align: left
	}
}
.description-text a {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #fc3c38;
	margin-right: 5px
}
.paket {
	margin-bottom: 150px;
	position: relative
}
@media (max-width: 769px) {
	.paket {
		margin-bottom: 60px
	}
}
.paket::after {
	content: '';
	background: url(../img/table-decor.svg) left no-repeat;
	position: absolute;
	background-size: contain;
	right: 10px;
	top: 0;
	width: 100%;
	z-index: -1;
	height: 1354px
}
.paket-body {
	padding-bottom: 30px
}
.paket-title {
	text-align: center;
	margin-bottom: 70px
}
@media (max-width: 590px) {
	.paket-title {
		margin-bottom: 30px;
		text-align: left
	}
}
.paket-table td, .paket-table th, .paket-table tr {
	border: none;
	border-left: 1px solid #c4dcff;
	padding: 5px
}
.paket-table td:first-child, .paket-table th:first-child, .paket-table tr:first-child {
	border-left: 1px solid transparent
}
.paket-table tr {
	padding: 10px 0
}
.paket-table td, .paket-table tr {
	text-align: center
}
.paket-table thead th {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #000;
	border: none;
	border-left: 1px solid #c4dcff;
	vertical-align: text-top;
	padding: 0 10px;
	padding-bottom: 26px
}
.paket-table thead th:first-child {
	text-align: left;
	border-left: 1px solid transparent
}
.paket-table tbody th {
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 14px;
	color: #000;
	text-align: left;
	width: 20%;
	padding: 10px
}
.paket-table tbody td {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	color: #000;
	padding: 10px
}
.paket-table tbody td p {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #000;
	margin: 0
}
.table-btn {
	border: 2px solid #fc3c38;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 30px;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #000
}
.table-btn:hover {
	background: #fc3c38;
	color: #fff
}
.yes {
	background: url(../img/yes.svg) center no-repeat;
	width: 28px;
	height: 28px;
	display: block;
	margin: 0 auto;
	border-radius: 50%
}
.no {
	background: url(../img/no.svg) center no-repeat;
	width: 28px;
	height: 28px;
	display: block;
	margin: 0 auto;
	border-radius: 50%
}
.paket-audit {
	margin-top: 66px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #2689fe;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.1);
	box-shadow: 0 2px 20px rgba(0,0,0,.1);
	border-radius: 10px;
	padding: 30px 80px 30px 97px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (max-width: 1025px) {
	.paket-audit {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
}
@media (max-width: 590px) {
	.paket-audit {
		padding: 20px
	}
}
.paket-audit__text h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	color: #fff
}
@media (max-width: 590px) {
	.paket-audit__text h2 {
		font-size: 20px;
		line-height: 20px
	}
}
.paket-audit__text h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #fff
}
@media (max-width: 590px) {
	.paket-audit__text h3 {
		line-height: 16px
	}
}
.expiriance {
	margin-bottom: 40px
}
@media (max-width: 769px) {
	.expiriance {
		margin-bottom: 40px
	}
}
.expiriance-title {
	margin-bottom: 20px
}
@media (max-width: 590px) {
	.expiriance-title {
		margin-bottom: 20px
	}
}
.expiriance-subtitle {
	max-width: 541px;
	margin-bottom: 36px
}
.gallery-item img {
	width: 100%;
	position: relative
}
.gallery-item span {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	position: relative;
	top: -68px;
	display: block
}
@media (max-width: 769px) {
	.gallery-item span {
		font-size: 14px
	}
}
@media (max-width: 590px) {
	.gallery-item span {
		font-size: 14px
	}
}
.about {
	margin-bottom: 126px;
	position: relative
}
@media (max-width: 769px) {
	.about {
		margin-bottom: 40px
	}
}
.about::after {
	content: '';
	background: url(../img/about1.png) right no-repeat;
	position: absolute;
	background-size: contain;
	right: -10px;
	top: 0;
	width: 100%;
	z-index: -1;
	height: 1128px
}
@media (max-width: 590px) {
	.about::after {
		display: none
	}
}
@media (max-width: 769px) {
	.photo {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
}
.about-mobtitle {
	display: none
}
@media (max-width: 590px) {
	.about-mobtitle {
		display: block;
		line-height: 18px;
		margin-bottom: 20px
	}
}
@media (max-width: 590px) {
	.about-content {
		background: #fff;
		-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.1);
		box-shadow: 0 2px 20px rgba(0,0,0,.1);
		border-radius: 10px;
		padding: 20px 10px 10px 10px;
		margin-bottom: 20px
	}
}
.about-content h2 {
	margin-bottom: 37px
}
@media (max-width: 590px) {
	.about-content h2 {
		display: none;
		margin-bottom: 10px
	}
}
.about-content p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #000
}
.about-content h3 {
	margin-bottom: 47px
}
@media (max-width: 590px) {
	.about-content h3 {
		line-height: 18px;
		margin-bottom: 20px
	}
}
.about-subtitle {
	margin-bottom: 20px
}
@media (max-width: 590px) {
	.about-subtitle {
		line-height: 18px;
		margin-bottom: 20px
	}
}
.about-img {
	margin-left: auto;
	-webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, .1));
	filter: drop-shadow(0 2px 20px rgba(0, 0, 0, .1));
	border-radius: 10px;
	margin-bottom: 38px
}
@media (max-width: 769px) {
	.about-img {
		margin-left: 0
	}
}
@media (max-width: 590px) {
	.about-img img {
		width: 100%
	}
}
.about-card__title {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	text-align: left;
	color: #2689fe;
	display: block
}
@media (max-width: 769px) {
	.about-card__title {
		text-align: left
	}
}
.about-card__text {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	display: block
}
@media (max-width: 769px) {
	.about-card__text {
		text-align: left;
		margin-bottom: 20px
	}
}
.sert {
	margin-bottom: 158px
}
@media (max-width: 769px) {
	.sert {
		margin-bottom: 40px
	}
}
.sert-title {
	margin-bottom: 60px
}
.slider-sert {
	position: relative
}
.slider-sert .owl-nav {
	position: absolute;
	top: -100px;
	right: 0
}
.slider-sert .owl-next, .slider-sert .owl-prev {
	background: #fff !important;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
	width: 63px;
	height: 63px;
	border-radius: 50%;
	position: relative;
	outline: transparent
}
.slider-sert .owl-prev span {
	opacity: 0
}
.slider-sert .owl-prev::before {
	content: '';
	background: url(../img/prev.svg) no-repeat center;
	width: 16px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}
.slider-sert .owl-next {
	margin-left: 10px
}
.slider-sert .owl-next span {
	opacity: 0
}
.slider-sert .owl-next::before {
	content: '';
	background: url(../img/next.svg) no-repeat center;
	width: 15px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}
.result {
	margin-bottom: 155px
}
@media (max-width: 769px) {
	.result {
		margin-bottom: 60px
	}
}
.result-title {
	margin-bottom: 60px
}
@media (max-width: 590px) {
	.result-title {
		margin-bottom: 30px
	}
}
@media (max-width: 769px) {
	.result-card {
		margin-bottom: 10px
	}
}
.result-card__title {
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 48px;
	color: #2689fe;
	display: block
}
@media (max-width: 1025px) {
	.result-card__title {
		height: 96px
	}
}
@media (max-width: 769px) {
	.result-card__title {
		height: auto
	}
}
.result-card__text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #000
}
.system {
	position: relative;
	margin-bottom: 130px
}
@media (max-width: 769px) {
	.system {
		margin-bottom: 80px
	}
}
.system::before {
	content: '';
	background: #f7f7f7;
	background-size: contain;
	position: absolute;
	width: 50%;
	height: 468px;
	top: -2%;
	right: -520px;
	z-index: -1
}
.system-title {
	margin-bottom: 38px
}
.system-list li {
	list-style-type: none;
	border-left: 3px solid #c4dcff;
	padding-left: 40px;
	padding-bottom: 10px
}
.system-list li:last-child {
	border: none
}
.system-list li span {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #000
}
.system-list li p {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	color: #000
}
.system-list .num {
	color: #fff;
	background: #2689fe;
	display: inline-block;
	text-align: center;
	margin: 5px 10px;
	line-height: 40px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 7px solid #c4dcff;
	position: absolute;
	margin-left: -70px;
	margin-top: -10px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	font-weight: 700;
	font-size: 18px;
	line-height: 42px;
	color: #fff
}
.system-decor {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative
}
@media (max-width: 769px) {
	.system-decor {
		display: none
	}
}
.system-decor::before {
	content: '';
	background: url(../img/system-decor.svg) right no-repeat;
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 684px;
	top: -18%;
	right: 0;
	z-index: -1
}
.system-decor img {
	position: relative;
	top: 60px;
	left: 120px
}
.system-audit {
	position: relative;
	top: -30px
}
@media (max-width: 769px) {
	.system-audit {
		top: 0
	}
}
@media (max-width: 590px) {
	.system-audit {
		text-align: center
	}
}
.system-audit__title {
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	color: #2689fe;
	margin-bottom: 10px
}
@media (max-width: 590px) {
	.system-audit__title {
		text-align: center
	}
	.system-audit__title span {
		display: block
	}
}
.system-audit__text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	margin-bottom: 30px
}
@media (max-width: 590px) {
	.system-audit__text {
		text-align: center
	}
}
.system-audit__btn {
	background: #fc3c38;
	border-radius: 30px;
	color: #fff;
	font-weight: 600
}
.comment-title {
	margin-bottom: 60px
}
@media (max-width: 590px) {
	.comment-title {
		margin-bottom: 80px
	}
}
.comment-slider {
	position: relative
}
.comment-slider .owl-nav {
	position: absolute;
	top: -100px;
	right: 0
}
@media (max-width: 590px) {
	.comment-slider .owl-nav {
		top: -70px;
		right: unset;
		left: 0
	}
}
.comment-slider .owl-next, .comment-slider .owl-prev {
	background: #fff;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
	width: 63px;
	height: 63px;
	border-radius: 50%;
	position: relative;
	outline: transparent
}
.comment-slider .owl-prev span {
	opacity: 0
}
.comment-slider .owl-prev::before {
	content: '';
	background: url(../img/prev.svg) no-repeat center;
	width: 16px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}
.comment-slider .owl-next {
	margin-left: 10px
}
.comment-slider .owl-next span {
	opacity: 0
}
.comment-slider .owl-next::before {
	content: '';
	background: url(../img/next.svg) no-repeat center;
	width: 15px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}
.comment-desc {
	padding: 0 40px
}
@media (max-width: 769px) {
	.comment-desc {
		margin-top: 20px
	}
}
@media (max-width: 590px) {
	.comment-desc {
		padding: 0 20px 0 0
	}
}
.comment-desc__title {
	border-bottom: 1px solid #c4dcff;
	padding-bottom: 0px;
}
.comment-desc__title h4 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 20px;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.2;
}
.comment-desc__title h5 {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	margin-bottom: 2px;
}
.comment-desc__subscribee {
	padding: 26px 0;
}

@media (max-width: 590px) {
	.comment-desc__subscribee {
		padding: 26px 0 0 0;
	}
}

.comment-desc__subscribee span {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #000
}
.comment-desc__subscribee p {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #000
}
.comment-video {
	overflow: hidden;
	position: relative;
	width: 100%;
	border-radius: 7px
}
.comment-video::after {
	padding-top: 56.25%;
	display: block;
	content: ''
}
.comment-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.faq {
	position: relative;
	bottom: -60px;
	z-index: 3
}
@media (max-width: 590px) {
	.faq {
		bottom: 0
	}
}
.faq-body {
	background: #fff;
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.1);
	box-shadow: 0 2px 20px rgba(0,0,0,.1);
	border-radius: 10px;
	padding: 64px 97px 97px 97px
}
@media (max-width: 590px) {
	.faq-body {
		padding: 20px
	}
}
.faq-main {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	color: #000;
	margin-bottom: 57px
}
.faq-title {
	background: 0 0;
	outline: 0;
	border: none;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	padding: 0;
	cursor: pointer
}
@media (max-width: 590px) {
	.faq-title {
		font-size: 14px;
		line-height: 14px
	}
}
.faq-title:focus {
	outline: 0;
	border: none
}
.faq-header h2 {
	position: relative;
	border-bottom: 1px solid #59affc;
	padding-bottom: 30px;
	padding-top: 30px;
	cursor: pointer
}
.faq-header h2[aria-expanded=true] {
	border-bottom: 1px solid transparent
}
.faq-header h2[aria-expanded=true]::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.faq-header h2::after {
	content: '';
	background: url(../img/shevron.svg) center no-repeat;
	width: 22px;
	height: 14px;
	position: absolute;
	top: 35px;
	right: 0;
	-webkit-transition: .4s ease-in;
	-o-transition: .4s ease-in;
	transition: .4s ease-in
}
@media (max-width: 590px) {
	.faq-header h2::after {
		top: 14px;
		background-size: contain;
		width: 12px;
		height: 10px
	}
}
@media (max-width: 590px) {
	.faq-header h2 {
		padding: 15px 10px
	}
}
.collapse {
	border-bottom: 1px solid transparent
}
.collapse.show {
	border-bottom: 1px solid #59affc
}
.faq-text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding: 10px 0 40px 0
}
@media (max-width: 590px) {
	.faq-text {
		padding: 10px
	}
}
footer {
	position: relative;
	background: #2689fe
}
.footer {
	background: #2689fe;
	position: relative;
	bottom: -2px
}
@media (max-width: 769px) {
	.footer {
		background: #f1f6ff
	}
}
@media (max-width: 590px) {
	.footer {
		background: #f1f6ff
	}
}
.footer::after {
	content: '';
	background: #f1f6ff;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: -65%
}
.footer-body {
	position: relative;
	z-index: 2;
	padding-top: 155px;
	padding-bottom: 60px;
	background: url(../img/footer-decor.svg) no-repeat;
	background-size: 100%;
	background-position: bottom 0 left -120px
}
@media (max-width: 1025px) {
	.footer-body {
		background-position: bottom 0 left -120px;
		background-size: 120%
	}
}
@media (max-width: 769px) {
	.footer-body {
		background: unset;
		background-size: cover;
		background-position: unset;
		padding-top: 80px;
		padding-bottom: 20px
	}
}
@media (max-width: 590px) {
	.footer-body {
		background: unset;
		background-size: cover;
		background-position: unset;
		padding-top: 20px;
		padding-bottom: 20px
	}
}
.footer-title {
	margin-bottom: 20px
}
.footer-title span {
	color: #2689fe
}
.footer-subtitle {
	margin-bottom: 40px;
	font-weight: 600
}
@media (max-width: 590px) {
	.footer-subtitle {
		font-size: 13px;
		margin-bottom: 20px
	}
}
@media (max-width: 590px) {
	.footer-form {
		text-align: center
	}
}
.footer-form input {
	background: 0 0;
	border: none;
	border-bottom: 1px solid #000;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	padding: 0 0 5px 23px;
	margin-right: 45px;
	-webkit-appearance: none;
	border-radius: 0
}
@media (max-width: 590px) {
	.footer-form input {
		margin-right: 0;
		width: 60%;
		padding: 5px;
		margin-bottom: 20px;
		margin-right: 30px;
		text-align: center;
	}
}
.footer-form input:focus {
	outline: 0
}
.footer-form input::-webkit-input-placeholder {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #000
}
.footer-form input::-moz-placeholder {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #000
}
.footer-form input:-ms-input-placeholder {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #000
}
.footer-form input::-ms-input-placeholder {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #000
}
.footer-form input::placeholder {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #000
}
.footer-btn {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	background: #fc3c38
}
.custom-control {
	margin-top: 36px;
	max-width: 545px
}
@media (max-width: 590px) {
	.custom-control {
		text-align: left
	}
}
.custom-control-label {
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .02em;
	color: #636363
}
.footer-top {
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
@media (max-width: 590px) {
	.footer-top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.footer-top .footer-contact a {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-align: right;
	color: #fff;
	display: block;
	margin-bottom: 10px
}
@media (max-width: 590px) {
	.footer-top .footer-contact a {
		font-size: 12px;
		text-align: center;
		margin-bottom: 4px;
	}
}
.footer-top .footer-contact p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-align: right;
	color: #fff;
	display: block;
	margin-bottom: 10px
}
@media (max-width: 590px) {
	.footer-top .footer-contact p {
		font-size: 12px;
		text-align: center;
	}
}
.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	/* align-items: center; */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (max-width: 590px) {
	.footer-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin: 0 auto;
		width: 100%;
		margin-top: 10px;
	}
.footer-top .footer-icons .footer-email {
	font-size:12px !important;
}
	.footer-top .footer-contact {
		width:100%;
		text-align:center;
		margin-top: 20px;
	}
}
.footer-col:first-child {
	margin-bottom: 10px;
}
@media (max-width: 590px) {
	.footer-col:first-child {
		margin-bottom: 10px
	}
}
.footer-col a {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #fff;
	display: block
}
@media (max-width: 590px) {
	.footer-col a {
		font-size: 12px;
		line-height: 16px;
		text-align: center
	}
}
.footer-col span {
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #fff
}
@media (max-width: 590px) {
	.footer-col span {
		font-size: 12px;
		line-height: 16px;
		text-align: center
	}
}
@media (max-width: 590px) {
	.footer-col {
		margin-bottom: 10px
	}
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 950px;
		margin: 1.75 rem auto
	}
}
.modal-content {
	padding: 20px 15px;
	position: relative
}
.close {
	position: absolute;
	top: 4px;
	right: 8px;
	outline: 0
}
.close:focus {
	outline: 0
}
.close span {
	height: 0;
	width: 10px;
	background: #2689fe;
	display: inline-block;
	position: relative;
	margin-bottom: 4px
}
.close span::after, .close span::before {
	content: '';
	position: absolute;
	height: 3px;
	width: 25px;
	background: #2689fe;
	-webkit-transition: ease-in .3s;
	-o-transition: ease-in .3s;
	transition: ease-in .3s
}
.close span::before {
	right: 0;
	-webkit-transition: ease-in .3s;
	-o-transition: ease-in .3s;
	transition: ease-in .3s;
	top: -2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.close span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 0;
	-webkit-transition: ease-in .3s;
	-o-transition: ease-in .3s;
	transition: ease-in .3s
}
.modal-title {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	color: #000;
	margin-bottom: 19px
}
@media (max-width: 590px) {
	.modal-title {
		font-size: 20px;
		line-height: 20px
	}
}
.modal-subtitle {
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 37px
}
@media (max-width: 590px) {
	.modal-subtitle {
		font-size: 16px;
		line-height: 16px
	}
}
.audit-modal-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.audit-modal-form__col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	margin: 0 auto
}
@media (max-width: 590px) {
	.audit-modal-form__col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 20px
	}
}
.audit-modal-form__col:last-child {
	margin-right: 0
}
.audit-modal-form__col input {
	width: 100%;
	padding-left: 17px;
	border: 2px solid rgba(0,0,0,.07);
	border-radius: 5px;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 36px;
	color: #000;
	margin-bottom: 20px
}
.audit-modal-form__col input:last-child {
	margin-bottom: 0
}
.audit-modal-form__col input::-webkit-input-placeholder {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 36px;
	color: #000
}
.audit-modal-form__col input::-moz-placeholder {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 36px;
	color: #000
}
.audit-modal-form__col input:-ms-input-placeholder {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 36px;
	color: #000
}
.audit-modal-form__col input::-ms-input-placeholder {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 36px;
	color: #000
}
.audit-modal-form__col input::placeholder {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 36px;
	color: #000
}
.audit-modal-form__col textarea {
	padding-left: 17px;
	border: 2px solid rgba(0,0,0,.07);
	border-radius: 5px;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 36px;
	color: #000;
	resize: none;
	width: 100%;
	height: 100%
}
.audit-modal-form__col textarea::-webkit-input-placeholder {
	font-weight: 500;
	font-size: 15px;
	line-height: 36px;
	color: #000
}
.audit-modal-form__col textarea::-moz-placeholder {
	font-weight: 500;
	font-size: 15px;
	line-height: 36px;
	color: #000
}
.audit-modal-form__col textarea:-ms-input-placeholder {
	font-weight: 500;
	font-size: 15px;
	line-height: 36px;
	color: #000
}
.audit-modal-form__col textarea::-ms-input-placeholder {
	font-weight: 500;
	font-size: 15px;
	line-height: 36px;
	color: #000
}
.audit-modal-form__col textarea::placeholder {
	font-weight: 500;
	font-size: 15px;
	line-height: 36px;
	color: #000
}
.form-footer {
	margin-top: 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
@media (max-width: 590px) {
	.form-footer {
		margin-top: 0
	}
}
.form-footer.price-tag {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (max-width: 590px) {
	.form-footer.price-tag {
		margin-top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}
.form-footer.price-tag .custom-control {
	width: 420px;
	margin-left: 10px
}
@media (max-width: 768px) {
	.form-footer.price-tag .custom-control {
		width: 350px;
		margin-left: 0
	}
}
@media (max-width: 590px) {
	.form-footer.price-tag .custom-control {
		width: 100%
	}
}
.form-footer.price-tag span {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 40px
}
@media (max-width: 768px) {
	.form-footer.price-tag span {
		margin-right: 5px;
		margin-bottom: 10px
	}
}
@media (max-width: 590px) {
	.form-footer.price-tag span {
		margin-right: 0;
		display: block
	}
}
@media (max-width: 590px) {
	.form-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.form-footer .custom-control {
	max-width: 480px;
	margin-top: 0
}
.form-footer button {
	height: 50px;
	margin: 0 auto
}
@media (max-width: 590px) {
	.form-footer button {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 20px
	}
}
.modal-price {
	margin: 0 auto
}
@media (max-width: 590px) {
	.modal-price {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-top: 10px;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.call-form-footer {
	margin-top: 37px;
	width: 100%
}
.call-form-footer .custom-control {
	width: 100%;
	display: block;
	margin: 0 auto
}
.call-form-footer button {
	margin: 27px auto 0 auto;
	display: block
}
#company .modal-dialog, #crm-plus .modal-dialog, #start .modal-dialog, #tasks .modal-dialog, #team .modal-dialog {
	max-width: 650px
}
#company .form-footer.price-tag, #crm-plus .form-footer.price-tag, #start .form-footer.price-tag, #tasks .form-footer.price-tag, #team .form-footer.price-tag {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
#company .audit-modal-form__col, #crm-plus .audit-modal-form__col, #start .audit-modal-form__col, #tasks .audit-modal-form__col, #team .audit-modal-form__col {
	margin: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
#company .form-footer, #crm-plus .form-footer, #start .form-footer, #tasks .form-footer, #team .form-footer {
	margin-top: 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
@media (max-width: 590px) {
	#company .form-footer, #crm-plus .form-footer, #start .form-footer, #tasks .form-footer, #team .form-footer {
		margin-top: 0
	}
}
#company .form-footer.price-tag, #crm-plus .form-footer.price-tag, #start .form-footer.price-tag, #tasks .form-footer.price-tag, #team .form-footer.price-tag {
	margin-top: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
#company .form-footer.price-tag .custom-control, #crm-plus .form-footer.price-tag .custom-control, #start .form-footer.price-tag .custom-control, #tasks .form-footer.price-tag .custom-control, #team .form-footer.price-tag .custom-control {
	width: 420px;
	margin-left: 10px;
	margin-left: 0
}
@media (max-width: 590px) {
	#company .form-footer.price-tag .custom-control, #crm-plus .form-footer.price-tag .custom-control, #start .form-footer.price-tag .custom-control, #tasks .form-footer.price-tag .custom-control, #team .form-footer.price-tag .custom-control {
		width: 100%
	}
}
#company .form-footer.price-tag span, #crm-plus .form-footer.price-tag span, #start .form-footer.price-tag span, #tasks .form-footer.price-tag span, #team .form-footer.price-tag span {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 0;
	margin-bottom: 10px
}
@media (max-width: 768px) {
	#company .form-footer.price-tag span, #crm-plus .form-footer.price-tag span, #start .form-footer.price-tag span, #tasks .form-footer.price-tag span, #team .form-footer.price-tag span {
		margin-right: 5px;
		margin-bottom: 10px
	}
}
@media (max-width: 590px) {
	#company .form-footer.price-tag span, #crm-plus .form-footer.price-tag span, #start .form-footer.price-tag span, #tasks .form-footer.price-tag span, #team .form-footer.price-tag span {
		margin-right: 0;
		display: block
	}
}
@media (max-width: 590px) {
	#company .form-footer, #crm-plus .form-footer, #start .form-footer, #tasks .form-footer, #team .form-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
#company .form-footer .custom-control, #crm-plus .form-footer .custom-control, #start .form-footer .custom-control, #tasks .form-footer .custom-control, #team .form-footer .custom-control {
	max-width: 480px;
	margin-top: 0
}
#company .form-footer button, #crm-plus .form-footer button, #start .form-footer button, #tasks .form-footer button, #team .form-footer button {
	height: 50px;
	margin: 0 auto;
	margin-bottom: 10px
}
@media (max-width: 590px) {
	#company .form-footer button, #crm-plus .form-footer button, #start .form-footer button, #tasks .form-footer button, #team .form-footer button {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 20px
	}
}
#company .modal-price, #crm-plus .modal-price, #start .modal-price, #tasks .modal-price, #team .modal-price {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-top: 10px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media (max-width: 590px) {
	#call .modal-title, #callback .modal-title {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 10px
	}
	#call .modal-subtitle, #callback .modal-subtitle {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 15px
	}
}
#call .modal-title, #callback .modal-title {
	font-size: 26px;
	line-height: 24px
}
#call .modal-subtitle, #callback .modal-subtitle {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 15px
}
#call .modal-dialog, #callback .modal-dialog {
	max-width: 650px
}
#call .audit-modal-form__col, #callback .audit-modal-form__col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	margin: 0
}
#call .audit-modal-form__col input, #callback .audit-modal-form__col input {
	margin-bottom: 20px
}
#call .audit-modal-form, #callback .audit-modal-form {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
#call .call-form-footer, #callback .call-form-footer {
	margin-top: 0
}
.success {
	width: 100% !important;
	text-align: center;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	text-align: center;
	margin-bottom: 37px;
}
.modal-subtitle {
	width: 100%;
}
.audit-modal-form .modal-title {
	width: 100%;
}
#form1 .btn.footer-btn.mt-lg-0.mt-md-0.mt-sm-0 {
	margin: auto;
}
.privacy-policy {
	margin-top:40px !important;
}
.privacy-policy:after {
	display:none;
}
.footer-top .footer-contact {
	position:relative;
}


.test-button-right {
    position: fixed;
    left: calc(100% - 37px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-transform: rotate(-90deg) translate(-40.2%);
    transform: rotate(-90deg) translate(-40.2%);
    -webkit-transform-origin: calc(0% - 1px) 0;
    transform-origin: calc(0% - 1px) 0;
    top: 50%;
    padding: 7px 20px 7px 7px;
    z-index: 99999;
    /* display: none; */
    width: 340px;
    text-align: center;
    background-color: #2689fe;
    color: white;
    border-radius: 10px 10px 0 0;
    cursor:pointer;
}
.test-button-right:hover { 
text-decoration:none;
color:white;
background-color: #568bca;	
}

.test-button-right .icon {
    height: 32px;
    width: 32px;
    padding: 7px 5px 7px 7px;
    border-radius: 4px;
    background: var(--color-text,#fff);
    box-sizing: border-box;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    right: 7px;
    top: -4px;
}

.test-button-right:after {
	content: "";
    position: absolute;
    top: -50%;
    bottom: -50%;
    background: linear-gradient(90deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.6) 100%);
    width: 45px;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    left: -65%;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}



.send-form .error {
	color:red;
	font-size: 13px;
}

.send-form .audit-modal-form__col .error{
	margin-left: 20px;
	margin-bottom: 14px;
	margin-top: -18px;
}

.send-form input:last-child {
	margin-bottom: 20px;
}
.send-form .form-footer {
	margin-top:17px;
}
.about-img img {
	border-radius:20px;
}
.text-decoration-1 {
	color:#2689fe;
} 
@media (max-width: 480px) { 
.intro p {
}
.intro h2 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 17px;
}
.intro ul {margin-top: 24px;padding-left: 30px;}
.intro ul li {
	font-size: 14px;
}
.intro ul li:before {left: -29px;}

}
.header-phone::before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
.header-phone a {
	font-size: 18px;
	color: #000;
}
.footer-top .footer-icons {
	padding-top: 5px;
}

.footer-top .footer-icons .footer-email {
	font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-align: right;
    color: #fff;
    display: block;
    margin-top: 10px;
}

.footer-top .footer-icons a.footer-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 100%;
    margin-right:5px;
}
.footer-top .footer-icons a.insta {
    background-image: url(/img/insta-icon.png);
}
.footer-top .footer-icons a.telegram {
    background-image: url(/img/telegram-icon.png);
}
.footer-top .footer-icons a.whatsapp {
    background-image: url(/img/whatsapp.png);
}

.mobile-telephone-dropdown {
	position: absolute;
	width: 250px;
	right: 0;
	background-color: white;
	top: 33px;
	border: 2px solid #c4dcff;
	padding: 10px 10px;
	border-radius: 2px;
	display: none;
}
.mobile-telephone-dropdown a {
	display: inline-block;
	background-image:url(../img/phoneH.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-size: 16px;
	color: black;
}
.mobile-telephone-dropdown a:last-child { 
margin-bottom:0;
}
.burger-menu .zphone {}
.burger-menu .zphone span {
	height: auto;
	background: transparent;
	width: auto;
	margin: 0;
}
.burger-menu .zphone span:after {
	display:none;
}
.burger-menu .zphone span:before {
	display:none;
}

.main__link {
	color:#000;
	text-decoration: underline;
	font-size: 16px;
}

.cards__link {
	color:#000;
	text-decoration: underline;
	margin-top: 10px;
	display: flex;
	align-items: center;
}

.cards__link::after {
	content: '';
	background-image: url(/img/cursor.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

.main__method {
	color:#000;
	text-decoration: underline;
	position: relative;
}

.main__method::after {
	content: '';
	position: absolute;
	background-image: url(/img/cursor.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	width: 20px;
	height: 20px;
	top: 7px;
	right: -24px;
}

.main__text {
	font-size: 20px !important;
}

@media (max-width: 590px) {
	.main__text {
		font-size: 16px !important;
		line-height: 18px !important;
	}
	
	.main__text span {
	    display: none;
    }
    
    .main__text br {
	    display: none;
    }
}

.comment__btn_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 590px) {
	.comment__btn {
		z-index: 10;
		margin-bottom: 30px;
	}
}

.tarif__price_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tarif__sale {
	background-color: greenyellow;
	padding: 2px 5px;
	border-radius: 3px;
	margin-left: 8px;
}

.header-phone__wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.header-phone__icons {
	margin-left: 10px;
	height: 25px;
	display: flex;
	align-items: center;
}

.header-phone__icons a.telegram {
	background-image: url(/img/telegram-icon.png);
}
.header-phone__icons a.whatsapp {
	background-image: url(/img/whatsapp.png);
}

.header-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: 100%;
	margin-right:5px;
}

.header-icon:last-child {
	margin: 0;
}

.mobile-telephone-dropdown .header-icon {
	padding: 0;
	margin: 0 5px 0 0;
}

.mobile-telephone-dropdown .header-phone__wrapper {
	margin-bottom: 8px;
}
ol {
    list-style-type: none;
}
.cookies {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0 60px;
    border-radius: 8px;
    bottom: 20px;
    padding: 20px;
    width: calc(100% - 40px);
    max-width: 1200px;
}

.cookies.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cookies__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 8px;
    width: 100%;
}

.cookies a {
    color: inherit;
    text-decoration: underline;
    transition: all .35s ease;
}

.cookies a:hover {
    color: inherit;
    text-decoration: none;
}

.cookies__close-btn {
    background: #2689fe;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cookies__close-btn:hover {
   background: #0056b3;
}
/* Адаптив для планшетов */
@media (max-width: 992px) {
    .cookies {
        padding: 16px;
        width: calc(100% - 32px);
    }
    
    .cookies__wrap {
        gap: 16px;
    }
}

/* Адаптив для мобильных устройств */
@media (max-width: 768px) {
    .cookies {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        bottom: 10px;
        padding: 12px 16px;
        width: calc(100% - 20px);
    }
    
    .cookies__wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .cookies__close-btn {
        width: 100%;
        padding: 8px 16px;
    }
    
    .cookies__text {
        font-size: 13px;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .cookies {
        padding: 10px 12px;
        width: calc(100% - 16px);
    }
    
    .cookies__text {
        font-size: 12px;
    }
}