p{
  text-align: justify;
}
.button,
.mfp-close,
.u-td-none {
	text-decoration: none
}

.breadcrumbs,
.footer__menu,
.footer__menu>li>ul,
.list,
.menu-child,
.mobile-navigation .mobile-nav>ul,
.modal .leader-dots-list,
.speed-test__type ul {
	list-style-type: none
}
.configs-line-name {
    position: relative;
}

.info {
    width: 20px;
    height: 20px;
    background-color: #ebeff5;
    display: inline;
    padding: 0 5px;
    margin: 0 5px;
    border-radius: 50%;
    color: #5f5f5f;
    font-weight: 600;
    cursor: pointer;
}
.infoText{
  display: none;
}

.info:hover+.infoText, .info:active+.infoText, .info:focus+.infoText {
    display: inline-block;
    position: absolute;
    width: 320px;
    padding: 10px;
    background-color: #ebeff5;
    z-index: 10;
    border-radius: 5px;
    bottom: 26px;
    left: 80px;
}

.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-rtl .owl-item,
.speed-test-form .button {
	float: right
}

.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;
	-khtml-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: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	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 {
	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(../libs/OwlCarousel/dist/assets/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-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;
	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;
	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
}

.rangeslider,
.rangeslider__fill {
	display: block;
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.rangeslider {
	background: #e6e6e6;
	position: relative
}

.rangeslider--horizontal {
	height: 20px;
	width: 100%
}

.rangeslider--vertical {
	width: 20px;
	min-height: 150px;
	max-height: 100%
}

.rangeslider--disabled {
	opacity: .4
}

.rangeslider__fill {
	background: #0f0;
	position: absolute
}

.rangeslider--horizontal .rangeslider__fill {
	top: 0;
	height: 100%
}

.rangeslider--vertical .rangeslider__fill {
	bottom: 0;
	width: 100%
}

.rangeslider__handle {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g) #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, .1)));
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.rangeslider__handle:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, .13)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(0, 0, 0, .13), rgba(255, 255, 255, 0));
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
	content: ''
}

.rangeslider--active .rangeslider__handle,
.rangeslider__handle:active {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, .12)));
	background-image: -moz-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
	background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12))
}

.rangeslider--horizontal .rangeslider__handle {
	top: -10px;
	touch-action: pan-y;
	-ms-touch-action: pan-y
}

.rangeslider--vertical .rangeslider__handle {
	left: -10px;
	touch-action: pan-x;
	-ms-touch-action: pan-x
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

input[type=range]:focus+.rangeslider .rangeslider__handle {
	-moz-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
	-webkit-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
	box-shadow: 0 0 8px rgba(255, 0, 255, .9)
}

.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-close,
.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	position: absolute;
	left: 0
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
	max-width: 100%
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000
}

.mfp-figure:after,
img.mfp-img {
	width: auto;
	height: auto;
	display: block
}

img.mfp-img {
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure:after {
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.text-center,
.u-ta-center {
	text-align: center
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

*,
.button {
	-webkit-box-sizing: border-box
}

.container,
.container1,
.container2,
.container3 {
	margin: 0 auto;
	width: 100%
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.container1 {
	max-width: 1000px
}

@media (min-width:1600px) {
	.container1 {
		max-width: 1350px
	}
}

.container2 {
	max-width: 1000px
}

@media (min-width:1600px) {
	.container2 {
		max-width: 1200px
	}
}

.container3 {
	max-width: 1000px
}

@media (max-width:1200px) {
	.container3 {
		padding: 0 40px;
		max-width: 1040px
	}
}

@media (max-width:768px) {
	.container3 {
		padding: 0 30px
	}
}

@media (max-width:576px) {
	.container3 {
		padding: 0 20px
	}
}

@media (min-width:1600px) {
	.container3 {
		max-width: 1200px
	}
}

@media (min-width:1800px) {
	.container3 {
		max-width: 1160px
	}
}

.container {
	max-width: 1000px
}

.container--white {
	background: #fff
}

.container--nopadd {
	padding: 0
}

@media (max-width:1200px) {
	.container {
		padding: 0 40px;
		max-width: 1040px
	}
}

@media (max-width:768px) {
	.container {
		padding: 0 30px
	}
}

@media (max-width:576px) {
	.container {
		padding: 0 20px
	}
}

@media (min-width:1600px) {
	.container {
		max-width: 1300px
	}
}

@media (min-width:1800px) {
	.container {
		max-width: 1500px
	}
}

.wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 70px
}

.wrap--gray {
	background: #ebeff5
}

.wrap--padding {
	padding-bottom: 80px
}

@media (max-width:576px) {
	.wrap--padding {
		padding-bottom: 50px
	}
}

@media (max-width:992px) {
	.wrap {
		display: block;
		margin: 0
	}
}

@media (min-width:1600px) {
	.wrap {
		margin: 0 80px
	}
}

@media (min-width:2100px) {
	.wrap {
		max-width: 1920px;
		margin: 0 auto
	}
}

.u-text-muted {
	color: #7f8387
}

.u-text-small {
	font-size: 11px
}

.u-va-top {
	vertical-align: top
}

.u-text-dark {
	color: #2e3033
}

.u-mb-0 {
	margin-bottom: 0
}

.u-mt-0 {
	margin-top: 0
}

.u-pt-0 {
	padding-top: 0
}

.u-pb-0 {
	padding-bottom: 0
}

.u-mb-1 {
	margin-bottom: 10px
}

.u-mt-1 {
	margin-top: 10px
}

.u-pt-1 {
	padding-top: 10px
}

.u-pb-1 {
	padding-bottom: 10px
}

.u-mb-2 {
	margin-bottom: 20px
}

.u-mt-2 {
	margin-top: 20px
}

.u-pt-2 {
	padding-top: 20px
}

.u-pb-2 {
	padding-bottom: 20px
}

.u-mb-3 {
	margin-bottom: 30px
}

.u-mt-3 {
	margin-top: 30px
}

.u-pt-3 {
	padding-top: 30px
}

.u-pb-3 {
	padding-bottom: 30px
}

.u-mb-4 {
	margin-bottom: 40px
}

.u-mt-4 {
	margin-top: 40px
}

.u-pt-4 {
	padding-top: 40px
}

.u-pb-4 {
	padding-bottom: 40px
}

.u-mb-5 {
	margin-bottom: 50px
}

.u-mt-5 {
	margin-top: 50px
}

.u-pt-5 {
	padding-top: 50px
}

.u-pb-5 {
	padding-bottom: 50px
}

.u-mb-6 {
	margin-bottom: 60px
}

.u-mt-6 {
	margin-top: 60px
}

.u-pt-6 {
	padding-top: 60px
}

.u-pb-6 {
	padding-bottom: 60px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400
}

.button,
a {
	font-weight: 700
}

h1 {
	font-size: 40px;
	line-height: 48px
}

@media (max-width:992px) {
	h1 {
		font-size: 30px;
		line-height: 38px
	}
}

@media (max-width:576px) {
	h1 {
		font-size: 26px;
		line-height: 34px
	}
}

@media (min-width:1600px) {
	h1 {
		font-size: 42px;
		line-height: 52px
	}
}

h2 {
	font-size: 30px;
	line-height: 38px
}

@media (max-width:992px) {
	h2 {
		font-size: 26px;
		line-height: 34px
	}
}

@media (max-width:576px) {
	h2 {
		font-size: 24px;
		line-height: 32px
	}
}

@media (min-width:1600px) {
	h2 {
		font-size: 32px;
		line-height: 42px
	}
}

h3 {
	font-size: 26px;
	line-height: 34px
}

@media (max-width:992px) {
	h3 {
		font-size: 24px;
		line-height: 32px
	}
}

@media (max-width:576px) {
	h3 {
		font-size: 22px;
		line-height: 30px
	}
}

@media (min-width:1600px) {
	h3 {
		font-size: 28px;
		line-height: 36px
	}
}

h4 {
	font-size: 24px;
	line-height: 32px
}

@media (max-width:992px) {
	h4 {
		font-size: 20px;
		line-height: 28px
	}
}

@media (max-width:576px) {
	h4 {
		font-size: 19px;
		line-height: 27px
	}
}

a {
	font-size: 14px;
	line-height: 20px;
	color: #ff5b3e
}

@media (max-width:576px) {
	a {
		font-size: 13px;
		line-height: 19px
	}
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
label,
li,
p,
ul {
	margin: 0;
	padding: 0
}

.button {
	display: inline-block;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	padding: 13px 47px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background: #3983e9;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	box-sizing: border-box;
	border: none
}

.button.transparent {
	background: 0 0
}

.button.btn-yellow {
	background: #ff5b3e
}

.button.darker {
	border: 1px solid #c4c4c4;
	color: #2e3033
}

.button .button-icon-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 16px;
	margin-left: 20px;
	margin-right: -10px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.img-responsive.img-width,
body,
html {
	width: 100%
}

.button .button-icon-wrapper img {
	max-width: 100%
}

.button:hover .button-icon-wrapper {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px)
}

@media (max-width:576px) {
	.button {
		font-size: 13px;
		line-height: 19px;
		padding: 11px 33px
	}
}

::-webkit-input-placeholder {
	color: #666
}

::-moz-placeholder {
	color: #666
}

:-ms-input-placeholder {
	color: #666
}

::-ms-input-placeholder {
	color: #666
}

::placeholder {
	color: #666
}

::-moz-selection {
	background-color: #ff5b3e;
	color: #fff
}

::selection {
	background-color: #ff5b3e;
	color: #fff
}

body,
html {
	margin: 0;
	padding: 0;
	min-width: 100%
}

body {
	font-size: 15px;
	min-width: 320px;
	position: relative;
	line-height: 1.4;
	font-family: museo, sans-serif;
	overflow-x: hidden;
	color: #252627;
	-webkit-font-smoothing: antialiased
}

.breadcrumbs,
.counter__item-img .inner-text,
.footer__menu>li>a,
.list--bold li,
.main__service-price,
.main__service-type,
.menu-child li a,
.menu__item-link,
.mobile-navigation .mobile-nav>ul>li,
.our-advantages .cloud-advantages-content .cloud-advantages-list .cloud-advantages-item,
.page-contacts__left-text a,
.price__item-char table tr td,
.sisea-highlight,
.team__item-name {
	font-family: museo-medium, sans-serif
}

.language-buttons a,
.read-more {
	color: #2e3033;
	font-weight: 700;
	text-decoration: none
}

body input,
body textarea {
	border: 1px solid #666;
	outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	border-color: red
}

body input:required:valid,
body textarea:required:valid {
	border-color: green
}

* {
	box-sizing: border-box
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.read-more {
	display: inline-block;
	vertical-align: middle
}

.read-more--reverse::after {
	display: none!important
}

.read-more--reverse::before,
.read-more::after {
	display: inline-block;
	position: relative;
	width: 13px;
	height: 14px;
	background-image: url(/assets/app/img/right-arrow.svg);
	background-repeat: no-repeat;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	content: "";
	vertical-align: middle
}

.read-more--reverse::before {
	padding-left: 10px;
	left: -10px;
	-webkit-background-size: contain;
	background-size: contain;
	transition: .3s ease;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.read-more::after {
	right: -10px;
	-webkit-background-size: contain;
	background-size: contain;
	transition: .3s ease
}

.read-more:hover::after {
	right: -20px
}

@media (min-width:1600px) {
	.button {
		font-size: 15px
	}
	body {
		font-size: 16px;
		line-height: 22px
	}
	.read-more {
		font-size: 15px
	}
}

b,
strong {
	font-weight: 700
}

.hidden {
	display: none
}

@media (max-width:992px) {
	.border-buttons {
		display: none
	}
}

.language-buttons,
.language-buttons a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.language-buttons {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	top: 178px;
	width: 70px
}

.language-buttons a {
	margin-bottom: 10px;
	display: flex;
	width: 24px;
	height: 24px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	font-size: 11px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease
}

.language-buttons a.active,
.language-buttons a:hover {
	background: #3983e9;
	color: #fff
}

@media (min-width:1600px) {
	.language-buttons a {
		width: 30px;
		height: 30px;
		font-size: 12px
	}
	.language-buttons {
		width: 80px
	}
}

@media (min-width:2100px) {
	.language-buttons {
		width: -webkit-calc((100% - 1920px)/ 2);
		width: calc((100% - 1920px)/ 2);
		padding-right: 30px;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
}

.ip-button {
	position: fixed;
	bottom: 100px;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 70px
}

.ip-button a {
	display: block;
	width: 35px;
	height: 35px;
	background: url(/assets/app/img/icons/ip-button.svg)
}

@media (min-width:1600px) {
	.ip-button a {
		width: 40px;
		height: 40px
	}
	.ip-button {
		width: 80px
	}
}

@media (min-width:2100px) {
	.ip-button {
		width: -webkit-calc((100% - 1920px)/ 2);
		width: calc((100% - 1920px)/ 2);
		padding-right: 30px;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.border-contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 70px
}

.border-contacts a {
	display: block;
	width: 35px;
	height: 35px;
	margin-bottom: 20px;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat
}

.flex,
.search-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.border-contacts a.border-phone {
	background-image: url(/assets/app/img/icons/phone-button.svg)
}

.border-contacts a.border-mail {
	background-image: url(/assets/app/img/icons/mail-button.svg)
}

.border-contacts a:last-child {
	margin-bottom: 0
}

@media (min-width:1600px) {
	.border-contacts a {
		width: 40px;
		height: 40px
	}
	.border-contacts {
		width: 80px
	}
}

@media (min-width:2100px) {
	.border-contacts {
		width: -webkit-calc((100% - 1920px)/ 2);
		width: calc((100% - 1920px)/ 2);
		padding-left: 30px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.search-button {
	position: fixed;
	top: 178px;
	right: 0;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 70px
}

.search-button a {
	display: block;
	width: 35px;
	height: 35px;
	background: url(/assets/app/img/icons/search-button.svg)
}

@media (min-width:1600px) {
	.search-button a {
		width: 40px;
		height: 40px
	}
	.search-button {
		width: 80px
	}
}

@media (min-width:2100px) {
	.search-button {
		width: -webkit-calc((100% - 1920px)/ 2);
		width: calc((100% - 1920px)/ 2);
		padding-left: 30px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.logo-intext {
	font-weight: 700
}

.logo-intext i {
	font-style: normal;
	color: #ff5b3e
}

.flex {
	display: flex
}

.col,
.owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.col {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.col .list {
	width: 100%
}

.col-6 {
	width: 50%
}

@media (max-width:992px) {
	.col-6 {
		width: 100%
	}
}

.col-6 .list {
	width: 100%!important
}

.owl-stage {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.head .container,
.owl-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.owl-item {
	display: flex;
	height: auto!important
}

.search-section {
	padding-top: 70px;
	padding-bottom: 100px
}

.search-section h2 {
	margin-bottom: 35px
}

.search-section .callback-modal__form {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.search-section .callback-modal__form-input {
	max-width: 502px!important;
	width: 100%!important
}

.search-section .callback-modal__form-input input {
	border: none;
	background: #ebeff5;
	font-size: 15px;
	padding: 13px 25px;
	max-width: 502px;
	width: 100%
}

@media (max-width:576px) {
	.search-section {
		text-align: center
	}
	.search-section .button,
	.search-section div {
		margin: 0 auto
	}
}

.search-results {
	padding-top: 40px;
	background: #e2e7ef
}

.search-results--wrap {
	width: 100%
}

@media (min-width:768px) {
	.search-results {
		padding-top: 120px
	}
}

.link-up {
	display: none
}

.sisea-results {
	padding-bottom: 110px
}

.sisea-highlight {
	color: #ff5b3e
}

.sisea-results-list {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #ebeff5
}

.sisea-results-list .sisea-result {
	margin-bottom: 35px
}

.sisea-results-list .sisea-result a {
	font-size: 18px;
	text-decoration: none;
	margin-bottom: 22px;
	display: inline-block
}

header {
	top: -200px;
	-webkit-transition: top .5s ease-in-out;
	-o-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out
}

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
	-webkit-transition: top .5s ease-in-out;
	-o-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out;
	border-bottom: 1px solid #e2e7ef
}

.sticky+.main {
	margin-top: 158px
}

@media (min-width:1600px) {
	.sticky+.main {
		margin-top: 128px
	}
}

@media (max-width:1200px) {
	.sticky+.main {
		margin-top: 87px
	}
}

@media (max-width:576px) {
	.sticky+.main {
		margin-top: 65px
	}
}

.sticky+.page-head {
	margin-top: 158px
}

@media (min-width:1600px) {
	.sticky+.page-head {
		margin-top: 128px
	}
}

.head {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebeff5
}

@media (max-width:992px) {
	.head .wrap {
		padding: 0 20px
	}
}

.head nav {
	display: none
}

@media (min-width:1600px) {
	.head nav {
		display: block
	}
}

.head .container {
	display: flex;
	width: 100%;
	max-width: 100%;
	padding: 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.head-contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.head-contacts__item {
	margin-right: 60px;
	padding-left: 30px;
	position: relative
}

.head-contacts__item:first-child,
.head-contacts__item:last-child {
	margin-right: 0
}

.head-contacts__item-link {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 5px
}

.head-contacts__item-link::before {
	position: absolute;
	top: 5px;
	left: 0;
	height: 16px;
	width: 25px;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain
}





.logo {
	display: inline-block;
	max-width: 162px;
	width: 100%
}

.top__line {
	display: none;
	background: #2e3033;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px
}

.top__line__contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 13px
}

.top__line__contacts-item {
	margin-left: 75px
}

.top__line__contacts a {
	font-size: 14px;
	margin-left: 15px;
	text-decoration: none
}



@media (min-width:1600px) {
	.head-contacts__item-link {
		font-size: 17px
	}
}

.head-contacts__item-text {
	font-size: 12px;
	color: #252725
}

.head-contacts__item:first-child .head-contacts__item-link::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	height: 16px;
	width: 25px;
	background: url(/assets/app/img/icons/mail.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain
}

.head-contacts__item:last-child .head-contacts__item-link::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	height: 16px;
	width: 25px;
	background: url(/assets/app/img/icons/phone.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain
}

.menu {
	padding-top: 20px;
	padding-bottom: 20px
}

.menu__item {
	display: inline-block;
	position: relative
}

.menu__item-link {
	display: inline-block;
	text-decoration: none;
	color: #2e3033;
	padding: 5px 17px;
	font-weight: 400
}

@media (min-width:1650px) {
	.menu__item-link {
		font-size: 15px;
		font-weight: 500
	}
}

.menu__item:first-child .menu__item-link {
	padding-left: 0
}

.menu__item--parent {
	padding-right: 5px
}

.menu__item--parent::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background-image: url(/assets/app/img/icons/down-arrow.svg);
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain
}

.menu>li:hover .menu-child {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.menu-child {
	opacity: 0;
	visibility: hidden;
	left: 50%;
	top: -webkit-calc(100% + 1px);
	top: calc(100% + 1px);
	-webkit-transform: translate(-50%, 20px);
	-ms-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding-top: 27px;
	padding-bottom: 20px;
	position: absolute;
	background: #fff;
	width: 140%;
	z-index: 3
}

.menu-btn span,
.menu-btn span::after,
.menu-btn span::before {
	top: 50%;
	right: 0;
	margin-top: -1px;
	height: 2px;
	background-color: #ff5b3e
}

.menu-child li a {
	display: inline-block;
	font-weight: 400;
	text-decoration: none;
	color: #252725;
	border-left: 4px solid transparent;
	padding: 12px 40px
}

.menu-child li a.active {
	border-left: 4px solid #ff5b3e;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.menu-child li:last-child {
	margin-bottom: 0
}

.menu-btn {
	z-index: 100;
	display: none;
	position: relative;
	text-align: right;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-decoration: none
}

.menu-btn p {
	display: inline-block;
	margin-right: 35px;
	color: #2e3033;
	text-decoration: none
}

.menu-btn span {
	width: 10px;
	position: absolute
}

.menu-btn span::after,
.menu-btn span::before {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.menu-btn span::before {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px)
}

.menu-btn span::after {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px)
}

.menu-btn--active span {
	height: 0
}

.menu-btn--active span::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-btn--active span::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}


.mobile-navigation {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	padding-bottom: 50px;
	z-index: 9
}

.mobile-navigation .head-contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0 0;
}

.mobile-navigation .head-contacts__item-link::before {
	height: 14px!important;
	width: 22px
}

.mobile-navigation .head-contacts__item:first-child .head-contacts__item-link::before,
.mobile-navigation .head-contacts__item:last-child .head-contacts__item-link::before {
	content: '';
	height: 13px;
	width: 23px
}

@media (max-width:576px) {
	.logo {
		max-width: 120px
	}
	.mobile-navigation .head-contacts__item-link {
		font-size: 13px
	}
	.mobile-navigation .head-contacts__item {
		margin-bottom: 15px;
		padding-left: 25px
	}
	.mobile-navigation .head-contacts__item:nth-child(2) {
		margin-right: 20px
	}
}

@media (max-width:400px) {
	.mobile-navigation .head-contacts__item:nth-child(2) {
		margin-right: 0
	}
}

@media (max-width:380px) {
	.mobile-navigation .head-contacts__item {
		width: 50%
	}
}

.mobile-navigation .top-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #ebebeb
}

.mobile-navigation .language-buttons {
	position: static;
	width: 20%;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (max-width:576px) {
	.mobile-navigation .language-buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 0;
		border-bottom: 1px solid #ebeff5
	}
}

.main__service,
.mobile-navigation .mobile-nav>ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column
}

.mobile-navigation .center-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 60%;
	justify-content: space-around;
}

.mobile-navigation .center-buttons__item {
	text-align: center;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3)
}

.mobile-navigation .center-buttons__item a {
	display: inline-block;
	width: 35px;
	height: 35px;
	-webkit-background-size: contain;
	background-size: contain;
	margin-bottom: 13px
}

.mobile-navigation .center-buttons__item span {
	font-size: 11px;
	display: block
}

.mobile-navigation .center-buttons__item:first-child a {
	background-image: url(/assets/app/img/icons/phone-button.svg)
}

.mobile-navigation .center-buttons__item:nth-child(2) a {
	background-image: url(/assets/app/img/icons/mail-button.svg)
}

.mobile-navigation .center-buttons__item:last-child a {
	background-image: url(/assets/app/img/icons/ip-button.svg)
}

@media (max-width:576px) {
	.mobile-navigation .center-buttons {
		width: 100%;
		padding-top: 10px
	}
	.mobile-navigation .center-buttons a {
		margin-bottom: 5px
	}
}

.mobile-navigation .right-button {
	width: 20%
}

.mobile-navigation .mobile__search {
	width: 100%;
	position: relative;
	margin-bottom: 15px
}

.mobile-navigation .mobile__search-input {
    padding: 8px 65px 8px 25px;
    width: 100%;
    background: #ebeff5;
    border: none;
    font-size: 15px;
}

.mobile-navigation .mobile__search-button {
	position: absolute;
	right: 22px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background-image: url(/assets/app/img/icons/search.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none
}

.mobile-navigation .mobile-nav {
	display: block!important
}

.mobile-navigation .mobile-nav>ul {
	color: #341616;
	max-height: 400px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.mobile-navigation .mobile-nav>ul>li {
	font-weight: 700;
	margin-bottom: 8px;
	display: inline-block
}

.mobile-navigation .mobile-nav>ul>li a {
	font-size: 15px;
	color: #341616
}

.mobile-navigation .mobile-nav>ul>li>ul {
	list-style-type: none;
	margin-top: 15px
}

.mobile-navigation .mobile-nav>ul>li>ul>li {
	margin-bottom: 5px
}

.mobile-navigation .mobile-nav>ul>li>ul>li a {
	font-size: 14px;
	font-weight: lighter
}

.counter h2 span,
.footer .privacy-policy,
.footer .web-studio a,
.footer__contacts-item a,
.video-section h2 span,
h1 span {
	font-weight: 700
}

.mobile-navigation .mobile-nav>ul>li>ul>li:last-child {
	margin-bottom: 0
}

.mobile-navigation .mobile-nav a {
	text-decoration: none
}

.main {
	display: block!important;
	background-color: #ebeff5;
	padding-top: 115px;
	padding-bottom: 90px;
	background-image: url(/assets/app/img/main-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	-webkit-background-size: 40% auto;
	background-size: 40% auto
}

.main-content {
	max-width: 500px;
	margin-bottom: 110px
}

@media (max-width:992px) {
	.main-content {
		margin-bottom: 60px;
		max-width: 400px
	}
}

@media (max-width:768px) {
	.main-content {
		margin-bottom: 60px;
		max-width: 350px
	}
}

@media (max-width:576px) {
	.mobile-navigation .mobile-nav>ul {
		max-height: 100%
	}
	.main-content {
		max-width: 100%
	}
}

.main-description {
	display: inline-block;
	color: #3b4752;
	margin-bottom: 40px;
	text-align: justify;
}

.main-services,
.main__service {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.main-services {
	display: flex;
	-webkit-box-pack: stretch;
	-webkit-justify-content: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.main-services .owl-dots {
	text-align: center;
	margin-top: 35px
}

.main-services .owl-dots .owl-dot {
	width: 9px;
	height: 9px;
	background: #b6c6d9;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 10px
}

.main-services .owl-dots .owl-dot.active {
	background: #ff5b3e
}

@media (max-width:1200px) {
	.main {
		background-position: right 100px
	}
}

@media (max-width:992px) {
	.main {
		background-position: right 100px;
		padding-top: 60px;
		padding-bottom: 50px
	}
}

@media (max-width:576px) {
	.main {
		background-image: none
	}
}

h1 {
	margin-bottom: 20px
}

h1 span i {
	font-style: normal;
	color: #ff5b3e
}

.main__service {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #2e3033;
	color: #fff;
	padding: 35px 35px 45px;
	margin: 10px;
	height: 100%
}

.advantages__item,
.main__service-wrap {
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

.main__service-wrap:nth-child(1) .main__service,
.main__service-wrap:nth-child(3) .main__service {
	margin-left: 0
}

.main__service-wrap:nth-child(2) .main__service,
.main__service-wrap:nth-child(4) .main__service {
	margin-right: 0
}

.main__service-wrap {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.main__service-head {
	position: relative;
	margin-bottom: 30px
}

@media (max-width:992px) {
	.main__service-wrap {
		width: 100%
	}
	.main__service-head {
		margin-bottom: 25px
	}
}

.main__service-type {
	font-size: 12px;
	color: #ff5b3e;
	margin-bottom: 20px
}

.main__service-name {
	font-size: 24px
}

.main__service-ico {
	width: 60px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0
}

.main__service-ico img {
	width: 100%
}

@media (max-width:576px) {
	.main__service-type {
		margin-bottom: 15px
	}
	.main__service-ico {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-bottom: 15px
	}
}

@media (min-width:1600px) {
	.main-content {
		max-width: 650px
	}
	.main__service-name {
		font-size: 26px
	}
	.main__service-ico {
		width: 70px
	}
}

.main__service-description {
	font-size: 14px;
	margin-bottom: 35px;
	color: #aaa
}

@media (max-width:576px) {
	.main__service-description {
		margin-bottom: 20px
	}
	.main__service-advantages .list {
		display: none;
		padding-top: 20px
	}
	.main__service-advantages .show-advantages {
		display: block;
		cursor: pointer
	}
}

@media (min-width:1600px) {
	.main__service-description p {
		font-size: 15px;
		line-height: 21px
	}
}

.main__service-advantages {
	margin-bottom: 50px
}

.main__service-advantages .list {
	font-size: 13px
}

@media (min-width:1600px) {
	.main__service-advantages .list li {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 20px
	}
}

.main__service-advantages--margin {
	margin-bottom: auto!important
}

@media (max-width:992px) {
	.main__service-advantages {
		margin-bottom: 55px
	}
}

.main__service-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.main__service-footer--wp {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.main__service-price {
	font-size: 16px
}

.main__service-price span {
	font-size: 24px
}

@media (min-width:1600px) {
	.main__service-price span {
		font-size: 26px
	}
}

.main__service-price span.yellow {
	color: #ff5b3e;
	font-size: 24px
}

@media (min-width:1600px) {
	.main__service-price span.yellow {
		font-size: 26px
	}
}

.main__service-price-nds {
	font-size: 11px;
	color: #7f8387
}

@media (max-width:576px) {
	.main__service-footer {
		display: block
	}
	.main__service-price {
		margin-bottom: 25px
	}
	.main__service {
		padding: 25px
	}
}

@media (max-width:992px) {
	.main__service {
		margin: 0
	}
}

@media (min-width:1600px) {
	.main__service {
		padding: 50px
	}
}

.list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px
}

.list li:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 15px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(/assets/app/img/icons/checked.svg);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain
}

.list--bold li {
	font-size: 15px;
	line-height: 21px
}

.list--bold li::before {
	background-image: url(/assets/app/img/icons/checked-bold.svg)!important;
	width: 20px;
	height: 20px;
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.list--plus li {
	padding-left: 50px;
	padding-right: 50px;
	font-size: 16px
}

.list--plus li::before {
	background-image: url(/assets/app/img/icons/plus.svg)!important;
	width: 20px;
	height: 20px
}

.show-advantages {
	display: none
}

.counter {
	display: block!important;
	padding-top: 80px;
	padding-bottom: 80px
}

.counter-items,
.counter__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.counter h2 {
	text-align: center;
	margin-bottom: 50px
}

.counter h2 span i {
	font-style: normal;
	color: #ff5b3e
}

.counter-items {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.counter-items .owl-dots {
	text-align: center;
	margin-top: 35px
}

.counter-items .owl-dots .owl-dot {
	width: 9px;
	height: 9px;
	background: #b6c6d9;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 10px
}

.counter-items .owl-dots .owl-dot.active {
	background: #ff5b3e
}

.counter__item-wrap:nth-child(2),
.counter__item-wrap:nth-child(3),
.counter__item-wrap:nth-child(6) {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.counter__item-wrap:nth-child(2) .counter__item-img-circle,
.counter__item-wrap:nth-child(3) .counter__item-img-circle,
.counter__item-wrap:nth-child(6) .counter__item-img-circle {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease
}

.counter__item-wrap:nth-child(2):hover .counter__item-img-circle,
.counter__item-wrap:nth-child(3):hover .counter__item-img-circle,
.counter__item-wrap:nth-child(6):hover .counter__item-img-circle {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.counter__item-wrap:nth-child(2):hover .counter__item-img-circle::before,
.counter__item-wrap:nth-child(3):hover .counter__item-img-circle::before,
.counter__item-wrap:nth-child(6):hover .counter__item-img-circle::before {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg)
}

.counter__item-wrap:hover .counter__item-img-circle {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}

.counter__item {
	margin-bottom: 50px;
	max-width: 90%;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.counter__item-wrap {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:992px) {
	.list--plus li {
		padding-right: 0
	}
	.counter__item-wrap {
		width: 80%;
		display: block;
		margin: 0 auto
	}
}

.counter__item-text {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 18px;
	font-family: museo-medium, sans-serif;
	max-width: -webkit-calc(100% - 90px);
	max-width: calc(100% - 90px)
}

@media (max-width:576px) {
	.counter__item-wrap {
		width: 100%
	}
	.counter__item-text {
		padding-left: 0
	}
}

@media (min-width:1600px) {
	.counter__item-text {
		font-size: 20px
	}
}

.counter__item--right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.counter__item-img {
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	height: 90px;
	position: relative
}

.advantages-content,
.counter__item-img .inner-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.counter__item-img-circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	-webkit-transition: -webkit-transform 1s ease;
	-o-transition: transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease
}

.counter__item-img-circle::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	background-image: url(/assets/app/img/icons/circle.svg);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	-webkit-transition: -webkit-transform 1s ease;
	-o-transition: transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease
}

.counter__item-img .inner-text {
	position: absolute;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	font-size: 28px
}

.counter__item-img .inner-text span {
	position: absolute;
	display: inline-block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 13px;
	font-size: 14px
}

.counter__item-img-icon {
	width: 70px;
	height: 70px;
	position: absolute;
	-webkit-background-size: contain;
	background-size: contain;
	left: 0;
	top: 0;
	margin: 10px
}

@media (max-width:576px) {
	.counter__item-img {
		margin-bottom: 25px
	}
}

@media (max-width:992px) {
	.counter__item-text {
		max-width: 320px;
		padding-right: 0
	}
	.counter__item {
		margin: 0 auto;
		max-width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width:576px) {
	.counter__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
}

.advantages {
	display: block!important;
	    padding: 40px 0;
	background: #ebeff5
}

.advantages h2 {
	margin-bottom: 40px
}

@media (max-width:992px) {
	.advantages h2 {
		margin-bottom: 35px
	}
}

.advantages-content {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.advantages-items,
.advantages__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.advantages-text {
	width: 35%;
	padding-left: 58px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.advantages-text p {
	margin-bottom: 25px;
	color: #252627
}

@media (max-width:1200px) {
	.advantages-text {
		width: 30%;
		padding-left: 25px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

@media (max-width:992px) {
	.advantages-text {
		width: 100%;
		padding-left: 0
	}
}

.advantages-items {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 60%
}

@media (max-width:1200px) {
	.advantages-items {
		width: 70%
	}
}

@media (max-width:992px) {
	.advantages-items {
		width: 100%;
		margin-bottom: 60px
	}
}

.advantages-items .owl-dots {
	text-align: center;
	margin-top: 35px
}

.advantages-items .owl-dots .owl-dot {
	width: 9px;
	height: 9px;
	background: #b6c6d9;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 10px
}

.advantages-items .owl-dots .owl-dot.active {
	background: #ff5b3e
}

.advantages__item {
	background: #2e3033;
	padding: 40px;
	color: #fff;
	height: 100%;
	margin: 10px;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.advantages__item-wrap:nth-child(1) .advantages__item,
.advantages__item-wrap:nth-child(3) .advantages__item {
	margin-left: 0
}

.advantages__item-wrap:nth-child(2) .advantages__item,
.advantages__item-wrap:nth-child(4) .advantages__item {
	margin-right: 0
}

.advantages__item-wrap {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:768px) {
	.advantages__item-wrap {
		margin: 0 auto
	}
}

@media (max-width:576px) {
	.advantages__item-wrap {
		margin: 0 auto;
		min-width: 280px;
		max-width: 290px
	}
}

.advantages__item-ico {
	width: 60px;
	margin-bottom: 18px
}

.advantages__item-ico img {
	width: 100%
}

.advantages__item-name {
	font-size: 24px;
	margin-bottom: 18px
}

.advantages__item-text {
	color: #aaa
}

@media (max-width:576px) {
	.advantages__item {
		margin: 0
	}
}

@media (min-width:1600px) {
	.advantages__item-ico {
		width: 70px
	}
	.advantages__item-name {
		font-size: 26px;
		line-height: 32px
	}
	.advantages__item {
		padding: 50px
	}
}

@media (max-width:992px) {
	.advantages {
		padding: 65px 0
	}
}

.speed-test {
	display: block!important;
	position: relative;
	padding-top: 100px;
	padding-bottom: 80px
}

.speed-test__type {
	position: relative;
	cursor: pointer
}

.speed-test__type ul {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 47px
}

.speed-test__type ul li {
	background: #ebeff5;
	width: 100%;
	padding: 10px 25px;
	border-bottom: 1px dashed #ff5b3e
}

.speed-test__type ul li:first-child {
	border-top: 1px dashed #ff5b3e
}

.speed-test__type ul li:last-child {
	border-bottom: none
}

.speed-test__type::before {
	content: '';
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background-image: url(/assets/app/img/icons/down-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain
}

.speed-test .looking-glass {
	position: absolute;
	top: 70px;
	color: #ff5b3e
}

.speed-test-form {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:992px) {
	.speed-test .looking-glass {
		position: static;
		margin-bottom: 25px;
		text-align: center
	}
	.speed-test-form {
		margin: 0 auto;
		max-width: 500px;
		width: 100%
	}
}

@media (max-width:576px) {
	.speed-test-form {
		width: 100%;
		text-align: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.speed-test-form .button {
		float: none;
		margin: 0 auto
	}
}

.speed-test h2 {
	display: inline-block;
	width: 50%;
	padding-right: 20px
}

.speed-test-wrap,
.speed-test__input-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

@media (max-width:992px) {
	.speed-test h2 {
		width: 100%;
		text-align: center;
		margin-bottom: 40px
	}
	.speed-test {
		padding-top: 65px;
		padding-bottom: 65px
	}
}

@media (min-width:1600px) {
	.speed-test-form {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.speed-test h2 {
		max-width: 450px
	}
}

.speed-test-wrap {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.speed-test__input-wrap {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.speed-test-modal-form .form-wrap,
.video-section .container1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

@media (max-width:576px) {
	.speed-test__input-wrap {
		margin-right: 0;
		margin-bottom: 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.speed-test__input-wrap .input {
		width: 100%;
		margin: 0 auto 20px!important;
		text-align: left
	}
}

@media (min-width:1600px) {
	.speed-test__input-wrap {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px)
	}
}

@media (max-width:576px) {
	.speed-test {
		padding-top: 45px;
		padding-bottom: 45px
	}
}

.input {
	border: none;
	background: #ebeff5;
	font-size: 15px;
	padding: 13px 25px;
	max-width: 320px;
	width: 100%;
	margin-right: 20px
}

.input:last-child {
	margin-right: 0
}

.test-results {
	padding: 30px;
	background: #ebeff5;
	margin-bottom: 30px
}

.pre-scrollable {
	overflow-y: scroll
}

.speed-test-modal-form {
	width: 100%;
	max-width: 600px;
	margin: 0 auto
}

.speed-test-modal-form .form-wrap {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.speed-test-modal-form .form-wrap input {
	margin-right: 20px;
	width: 100%;
	max-width: 100%
}

@media (max-width:768px) {
	.speed-test-modal-form .form-wrap input {
		margin-bottom: 20px
	}
	.speed-test-modal-form .form-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.video-section {
	display: block!important;
	padding-top: 110px;
	padding-bottom: 70px
}

.video-section__link {
	display: inline-block;
	max-width: 100%
}

.video-section__link img {
	width: 100%
}

@media (min-width:1600px) {
	.video-section__link {
		max-width: 565px;
		width: 100%
	}
}

.video-section h2 {
	display: inline-block;
	margin-bottom: 35px
}

.video-section h2 span i {
	font-style: normal;
	color: #ff5b3e
}

.video-section p {
	padding-bottom: 35px
}

.video-section .container1 {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:992px) {
	.video-section .container1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.video-section__left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
	padding: 80px 40px 80px 80px
}

@media (max-width:992px) {
	.video-section__left {
		width: 100%;
		padding: 0 0 60px
	}
}

@media (min-width:1600px) {
	.video-section__left {
		padding-top: 100px;
		padding-bottom: 120px
	}
}

.video-section__left p {
	padding-bottom: 0
}

.video-section__right {
	height: 300px;
	width: 50%;
	position: relative;
	top: -60px;
	padding-right: 80px
}

@media (max-width:992px) {
	.video-section__right {
		height: auto;
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		padding-right: 0
	}
	.video-section {
		text-align: center
	}
}

@media (min-width:1600px) {
	.video-section__right {
		width: 45%;
		top: -95px
	}
/*	.video-section {
		padding-top: 190px;
		padding-bottom: 120px
	}*/
}

.useful-articles {
	display: block!important;
	padding-bottom: 20px
}

.useful-articles .container,
.useful-articles__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.useful-articles .owl-stage-outer {
	padding-top: 45px;
	padding-bottom: 45px
}

.useful-articles .container {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.useful-articles h2 {
	width: 50%
}

.useful-articles .read-more {
	width: 50%;
	text-align: right
}

.useful-articles-items {
	width: 100%
}

.useful-articles__item {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
	background: #fff;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	max-width: 320px;
	width: 100%
}

.partners .container,
.useful-articles__item-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.useful-articles__item-img {
	height: 200px;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 35px
}

.useful-articles__item-name {
	padding-right: 40px;
	padding-left: 40px;
	font-size: 19px;
	margin-bottom: 50px
}

.useful-articles__item-footer {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.useful-articles__item-footer .more {
	text-decoration: none;
	font-weight: 700
}

.useful-articles__item-footer .date {
	color: #738094
}

@media (min-width:1600px) {
	.useful-articles__item-name {
		font-size: 21px;
		line-height: 29px
	}
	.useful-articles__item-footer .more {
		font-size: 15px
	}
	.useful-articles__item-footer .date {
		font-size: 14px
	}
}

.useful-articles__item-wrap {
	display: block;
	padding: 0 10px;
	position: relative
}

.useful-articles__item-wrap-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

@media (max-width:992px) {
	.useful-articles__item-wrap {
		margin: 0 auto;
		max-width: 320px
	}
}

.useful-articles__item-wrap:hover .useful-articles__item {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-box-shadow: 0 15px 15px 7px rgba(0, 0, 0, .05);
	box-shadow: 0 15px 15px 7px rgba(0, 0, 0, .05)
}

@media (max-width:768px) {
	.useful-articles .owl-dots {
		text-align: center;
		margin-top: 35px
	}
	.useful-articles .owl-dots .owl-dot {
		width: 9px;
		height: 9px;
		background: #b6c6d9;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		margin: 0 10px
	}
	.useful-articles .owl-dots .owl-dot.active {
		background: #ff5b3e
	}
}

.partners {
	display: block!important;
	padding-bottom: 40px
}

.partners .container {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer__bottom,
.partners-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

@media (max-width:992px) {
	.partners .container {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.partners-items {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.partners__item {
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px
}

.footer__bottom,
.footer__left {
	-webkit-box-sizing: border-box
}

.partners__item img {
	max-width: 100%
}

@media (max-width:992px) {
	.partners__item {
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
		margin-bottom: 25px
	}
}

@media (max-width:576px) {
	.partners__item {
		padding-left: 15px;
		padding-right: 15px
	}
	.partners__item:nth-child(1),
	.partners__item:nth-child(2),
	.partners__item:nth-child(6),
	.partners__item:nth-child(7) {
		width: 50%
	}
	.partners__item:nth-child(3),
	.partners__item:nth-child(4),
	.partners__item:nth-child(5) {
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3)
	}
}

.footer {
	display: block;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer__bottom {
	display: flex;
	font-size: 13px;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 25px;
	padding-bottom: 25px;
	box-sizing: border-box
}

.footer__bottom-left {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:576px) {
	.footer__bottom-left {
		width: 100%;
		margin-bottom: 25px
	}
}

.footer__bottom-right {
	width: 50%;
	text-align: right
}

@media (max-width:992px) {
	.footer__bottom-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.footer__bottom {
		padding: 25px 40px
	}
	.footer .privacy-policy {
		margin-top: 10px
	}
}

@media (max-width:768px) {
	.footer__bottom {
		padding: 25px 30px
	}
}

@media (max-width:576px) {
	.footer__bottom-right {
		width: 100%;
		text-align: left
	}
	.footer__bottom {
		padding: 25px 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.footer-container,
.footer__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-wrap: wrap
}

.footer .privacy-policy {
	text-decoration: none
}

.footer .web-studio {
	color: #666
}

.footer .web-studio a {
	text-decoration: none;
	color: #252627
}

.footer .web-studio a span {
	color: #ff5b3e;
	font-size: 16px
}

.footer-container {
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer__left {
	width: 40%;
	background: #2e3033;
	padding: 55px;
	padding-bottom: 10px;
	box-sizing: border-box
}

@media (max-width:1200px) {
	.footer__left {
		width: 100%
	}
}

@media (max-width:992px) {
	.footer__left {
		padding: 50px 40px
	}
}

@media (max-width:768px) {
	.footer__left {
		padding: 50px 30px
	}
}

@media (max-width:576px) {
	.footer__left {
		padding: 45px 20px
	}
}

.footer__right {
	width: 60%;
	background: #252627;
	padding: 55px;
	padding-bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width:1200px) {
	.footer__right {
		width: 100%
	}
}

@media (max-width:992px) {
	.footer__right {
		padding: 50px 40px
	}
}

@media (max-width:768px) {
	.footer__right {
		padding: 50px 30px
	}
}

@media (max-width:576px) {
	.footer__right {
		padding: 45px 20px
	}
}

.footer__logo {
	width: 162px;
	margin-bottom: 30px
}

@media (max-width:576px) {
	.footer__logo {
		margin-bottom: 35px
	}
}

.footer__contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer__contacts-item {
	width: 50%;
	margin-bottom: 25px
}

.footer__contacts-item-head {
	color: #fff;
	margin-bottom: 25px
}

.footer__contacts-item .button {
	padding-left: 30px;
	padding-right: 30px
}

@media (min-width:1600px) {
	.footer__contacts-item-head {
		font-size: 21px;
		line-height: 29px
	}
	.footer__contacts-item .button {
		font-size: 14px
	}
}

.footer__contacts-item--full {
	width: 100%;
}

.footer__contacts-item a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	margin-bottom: 7px
}

.footer__contacts-item a.button {
	width: auto;
	    min-width: 163px;
}

@media (max-width:576px) {
	.footer__contacts-item a {
		font-size: 13px
	}
	.footer__contacts-item {
		width: 100%
	}
}

@media (min-width:1600px) {
	.footer__contacts-item a {
		font-size: 17px
	}
}

.footer__contacts-item p {
	color: #979a9c;
	font-size: 13px
}

.footer__contacts-item p.adress {
	font-size: 15px;
	color: #fff;
	margin-bottom: 10px
}

.footer__menu {
	width: 60%
}

.footer__menu>li {
	margin-bottom: 10px
}

.footer__menu>li>a {
	text-decoration: none;
	color: #fff
}

.footer__menu>li>ul {
	padding-top: 10px
}

.footer__menu>li>ul>li {
	margin-bottom: 5px
}

.footer__menu>li>ul>li a {
	color: #aaa;
	text-decoration: none;
	font-weight: 400
}

@media (min-width:1600px) {
	.footer__menu>li>a,
	.footer__menu>li>ul>li a {
		font-size: 15px
	}
}

.footer__menu:first-child {
	width: 40%
}

.breadcrumbs {
	font-size: 13px;
}

.breadcrumbs li {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	z-index: 1
}

.breadcrumbs li::after {
	content: "\2022";
	position: absolute;
	right: -4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}

.breadcrumbs li a {
	text-decoration: none;
	padding-left: 10px;
	z-index: 1
}

.breadcrumbs li:first-child {
	padding-left: 0
}

.breadcrumbs li.active::after {
	display: none
}

.align-item-center,
.page-content .container--flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.page-head {
	background: 90% top no-repeat #e2e7ef;
padding-top: 15px;
    padding-bottom: 10px;
	-webkit-background-size: contain;
	background-size: contain
}

.page-head--padding {
	padding-top: 120px
}

.page-head .container {
	width: 100%
}

.page-head h1 {
    margin-bottom: 30px;
    margin-top: 10px;
}


@media (max-width:576px) {
	.footer__menu,
	.footer__menu:first-child {
		width: 100%
	}
	.page-head {
		background-image: none!important
	}
}

.align-item-center {
-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: normal;
}

.page-content {
	padding-top: 10px;
	padding-bottom: 10px
}

.page-content--cloud {
	padding-top: 20px
}

@media (min-width:1600px) {
	.page-content--cloud {
		padding-top: 40px
	}
}

.page-content--super {
	padding-top: 0
}

.page-content--super h3 {
	text-align: left!important
}

.page-content .container {
	width: 100%
}

.page-content .container--flex {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.page-content h3 {
	margin-bottom: 30px;
	text-align: center
}

.page-content .partners-items {
	margin: 50px auto 0;
	max-width: 80%
}

.page-content .partners-items .partners__item {
	padding-left: 25px;
	padding-right: 25px
}

@media (max-width:576px) {
	.page-content .partners-items .partners__item {
		padding-left: 15px;
		padding-right: 15px
	}
	.page-content .partners-items {
		max-width: 100%
	}
}



.page-content__bottom {
	margin-top: 50px
}

.page-content__super {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background: #fff;
	padding: 45px
}

.page-content__super-head {
	margin-bottom: 10px!important
}

.page-content__super-left {
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px)
}

.page-content__left {
width: 300px;
    padding-top: 0;
    flex-shrink: 0;
}

.page-content__left img {
	max-width: 100%;
	margin-bottom: 20px;
}

.about-us,
.page-contacts__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}


.page-content__right {
	padding-left: 4em;
}

.page-content__right p {
	margin-bottom: 15px;
	text-align: justify
}

@media (max-width:992px) {
	.page-content__right {
		padding-left: 1em;
	}
}

.page-contacts {
	background: #ebeff5;
	padding-top: 120px;
	padding-bottom: 40px
}

.page-contacts .container {
	width: 100%
}

.page-contacts__wrap {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 60px;
	background: #2e3033;
	color: #fff
}

@media (max-width:1024px) {
	.page-contacts__wrap {
		margin-right: 0
	}
}
@media (max-width:800px) {
.align-item-center {
    flex-wrap: wrap;
    justify-content: center;
}
}

@media (min-width:1600px) {
	.page-content__right {
		padding-left: 90px
	}
	.page-contacts__wrap {
		margin-right: 0
	}
}

.page-contacts__left {
	padding: 80px 60px;
	width: 50%
}

.page-contacts__left-head {
	font-size: 30px;
	margin-bottom: 23px
}

@media (max-width:576px) {
	.page-contacts__left-head {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 15px
	}
}

@media (min-width:1600px) {
	.page-contacts__left-head {
		font-size: 32px;
		margin-bottom: 40px
	}
}

.page-contacts__left-text {
	font-size: 16px;
	margin-bottom: 30px
}

.page-contacts__left-text a {
	text-decoration: none
}

@media (max-width:1200px) {
	.page-contacts__left {
		position: relative;
		width: 100%;
		text-align: center;
		padding-top: 0;
		margin-top: -100px
	}
}

@media (max-width:576px) {
	.page-contacts__left {
		padding: 30px;
		margin-top: -50px
	}
}

@media (min-width:1600px) {
	.page-contacts__left-text {
		margin-bottom: 33px;
		max-width: 370px;
		font-size: 17px;
		line-height: 25px
	}
	.page-contacts__left {
		padding: 90px
	}
}

@media (min-width:1800px) {
	.page-contacts__left {
		padding: 90px 90px 90px 150px
	}
}

.page-contacts__right {
	position: relative;
	width: 50%;
	top: -60px;
	right: -60px
}

.page-contacts__right-photo {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.page-contacts__right .your-master {
	background: #3983e9;
	padding: 15px 25px;
	position: absolute;
	z-index: 12;
	bottom: 0;
	right: 0
}

.page-contacts__right .your-master span {
	font-size: 12px
}

@media (min-width:1600px) {
	.page-contacts__right .your-master span {
		font-size: 13px;
		margin-bottom: 8px;
		display: block
	}
}

.page-contacts__right .your-master__name {
	font-size: 20px
}

.page-contacts__right::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #54616f;
	opacity: .19;
	z-index: 2;
	left: 0;
	top: 0
}

@media (max-width:1200px) {
	.page-contacts__right {
		width: 100%;
		height: 320px;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
		top: -150px;
		right: 0;
		max-width: 500px;
		margin: 0 auto
	}
}

@media (max-width:576px) {
	.page-contacts__right {
		top: -50px;
		max-width: 100%
	}
}

@media (min-width:1600px) {
	.page-contacts__right .your-master__name {
		font-size: 22px
	}
	.page-contacts__right .your-master {
		padding: 22px 80px 25px 30px
	}
	.page-contacts__right {
		height: 440px;
		max-width: 600px;
		top: -120px;
		right: 100px
	}
}

@media (min-width:1800px) {
	.page-contacts__right {
		height: 440px;
		max-width: 600px;
		top: -120px;
		right: 0
	}
}

@media (max-width:1200px) {
	.page-contacts {
		padding-top: 250px
	}
}

@media (max-width:576px) {
	.page-contacts {
		padding-top: 50px;
		padding-bottom: 50px
	}
	.page-contacts .container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1600px) {
	.page-contacts {
		padding-top: 180px
	}
}

.about-us {
	background: #ebeff5;
	padding-top: 40px;
	padding-bottom: 20px;
	display: flex
}

.about-us .container,
.link-block__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.about-us .container {
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.about-us h3 {
	margin-bottom: 35px
}

.about-us p {
	margin-bottom: 25px
}

.about-us__left {
	width: 60%;
	padding-right: 50px
}

@media (max-width:992px) {
	.about-us__left {
		width: 100%;
		padding-right: 0
	}
}

.about-us__right {
	width: 40%
}

.licenze-items {
	position: relative
}

.licenze-items .licenze__item {
	display: block;
	padding: 5px
}

@media (max-width:992px) {
	.about-us__right {
		width: 100%
	}
	.licenze-items .licenze__item {
		margin: 0 auto
	}
}

@media (max-width:576px) {
	.licenze-items .licenze__item {
		max-width: 80%;
		margin: 0 auto
	}
}

.licenze-items .owl-nav .owl-next,
.licenze-items .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center
}

.licenze-items .owl-nav .owl-next span,
.licenze-items .owl-nav .owl-prev span {
	display: none
}

.licenze-items .owl-nav .owl-prev {
	background-image: url(/assets/app/img/Slider_left.svg)!important;
	left: -18px
}

.licenze-items .owl-nav .owl-next {
	background-image: url(/assets/app/img/Slider_right.svg)!important;
	right: -18px
}

.link-block {
	background: #ebeff5;
	padding-bottom: 0;
}

.link-block .container {
	width: 100%
}

.link-block h2 {
	margin-bottom: 40px
}

.link-block__items {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.link-block__items--blue .link-block__item {
	background: #3983e9
}

.link-block__items--three .link-block__item {
	width: -webkit-calc(100% / 3 - 20px);
	width: calc(100% / 3 - 20px);
	margin: 10px!important
}

.link-block__item {
	background: #2e3033;
	padding: 35px;
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
	margin: 10px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.link-block__item:nth-child(1),
.link-block__item:nth-child(3) {
	margin-left: 0
}

.link-block__item-icon {
	position: absolute;
	right: 35px;
	top: 35px;
	width: 55px;
	height: 55px
}

@media (max-width:576px) {
	.link-block__item-icon {
		top: 25px;
		right: 25px;
		width: 45px;
		height: 45px
	}
	.link-block__item {
		padding: 25px
	}
}

@media (min-width:1600px) {
	.link-block__item-icon {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 30px
	}
}

.link-block__item-head {
	font-size: 24px;
	color: #fff;
	margin-bottom: 40px;
	max-width: 70%
}

.link-block__item-link {
	color: #fff;
	font-weight: 400;
	cursor: pointer
}

.link-block__item:nth-child(2) {
	margin-right: 0
}

@media (min-width:1600px) {
	.link-block__item:nth-child(2) {
		margin-right: 10px
	}
	.link-block__item:nth-child(3) {
		margin-left: 10px
	}
}

.link-block__item:nth-child(4) {
	margin-right: 0
}

.link-block__item--blue {
	background: #3983e9
}

@media (max-width:768px) {
	.link-block__item {
		margin: 0 auto!important;
		width: 100%;
		max-width: 450px
	}
}

@media (min-width:1600px) {
	.link-block__item {
		width: -webkit-calc(25% - 20px);
		width: calc(25% - 20px)
	}
}

.link-block .owl-dots {
	text-align: center;
	margin-top: 30px
}

.link-block .owl-dots .owl-dot {
	width: 9px;
	height: 9px;
	background: #b6c6d9;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 10px
}

.link-block .owl-dots .owl-dot.active {
	background: #ff5b3e
}

.our-advantages {
	padding-top: 165px;
	padding-bottom: 90px;
	background: #2e3033;
	margin-top: -220px
}

.our-advantages .container {
	width: 100%;
	color: #fff
}

.our-advantages h3 {
	margin-bottom: 50px;
	max-width: 660px!important;
	display: inline-block
}

.our-advantages .lists {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.our-advantages .list {
	width: 50%
}

.our-advantages .list li {
	padding-left: 35px;
	padding-right: 20px;
	margin-bottom: 35px
}

@media (min-width:1600px) {
	.our-advantages .list li {
		font-size: 17px;
		padding-left: 50px;
		padding-right: 60px
	}
}

.our-advantages .list:last-child li {
	padding-right: 0
}

@media (max-width:768px) {
	.our-advantages .list {
		width: 100%
	}
}

.our-advantages--white {
	background: #fff;
    padding-top: 35px;
    padding-bottom: 25px;
}

.price-section,
.team {
	padding-bottom: 20px
}

.our-advantages--white h3 {
	max-width: 100%
}

.our-advantages--white .container {
	color: #2e3033
}

.our-advantages--mt0 {
	margin-top: 0
}

.our-advantages .cloud-advantages-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.our-advantages .cloud-advantages-content .cloud-advantages-list {
	padding-left: 25px;
	width: 280px;
	margin: 0;
	list-style-image: url(../assets/app/img/icons/checked-blue.svg)
}

.our-advantages .cloud-advantages-content .cloud-advantages-list .cloud-advantages-item {
	padding-left: 10px;
	margin-bottom: 35px
}

@media (max-width:992px) {
	.our-advantages .cloud-advantages-content .cloud-advantages-list {
		width: 50%;
		padding-right: 20px
	}
	.our-advantages .cloud-advantages-content {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (max-width:768px) {
	.our-advantages .cloud-advantages-content .cloud-advantages-list {
		width: 100%;
		padding-right: 0
	}
}

.team .container {
	width: 100%
}

.team h2 {
	margin-bottom: 40px
}

.team__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.team__item {
	width: 25%;
	margin: 10px
}

.team__item-photo {
	height: 315px;
	max-width: 235px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 25px
}

@media (max-width:992px) {
	.team__item-photo {
		height: 300px
	}
}

.team__item-name {
	font-size: 21px;
	margin-bottom: 10px
}

@media (min-width:1600px) {
	.team__item-photo {
		max-width: 350px;
		height: 450px
	}
	.team__item-name {
		font-size: 23px;
		margin-bottom: 14px
	}
}

.team__item-position {
	font-size: 12px;
	margin-bottom: 27px
}

.team__item-description {
	font-size: 13px
}

@media (min-width:1600px) {
	.team__item-position {
		font-size: 13px
	}
	.team__item-description {
		font-size: 14px
	}
}

.team__item:first-child {
	padding-left: 0
}

.team__item:last-child {
	padding-right: 0
}

@media (max-width:992px) {
	.team__item {
		width: 100%;
		max-width: 240px
	}
}

@media (max-width:576px) {
	.team__item {
		margin: 0 auto
	}
	.prices-wrap--slider1 .price__item {
		min-width: auto
	}
}

.team .owl-dots {
	margin-top: 20px;
	text-align: center
}

.team .owl-dots .owl-dot {
	width: 9px;
	height: 9px;
	background: 0 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 10px;
	border: 1px solid #3983e9
}

.team .owl-dots .owl-dot.active {
	background: #3983e9
}

.price-section {
	background: #ebeff5
}

.price-section h2 {
	margin-bottom: 35px
}

.price-section .owl-nav .owl-next,
.price-section .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center
}

.price-section .owl-nav .owl-next span,
.price-section .owl-nav .owl-prev span {
	display: none
}

.price-section .owl-nav .owl-prev {
	background-image: url(/assets/app/img/Slider_left.svg)!important;
	left: -18px
}

.price-section .owl-nav .owl-next {
	background-image: url(/assets/app/img/Slider_right.svg)!important;
	right: -18px
}

.prices-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.prices-wrap--slider1 {
	display: block
}

.price__item,
.prices-wrap--slider .price__item-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.prices-wrap--slider1 .price__item {
	width: auto;
	margin:auto;
	max-width: 390px;
	    height: 100%;
}

.prices-wrap--slider .price__item {
	margin: 20px;
	width: auto;
	padding: 40px;
}

.prices-wrap--slider .price__item-head {
	margin-bottom: 35px
}

.prices-wrap--slider .price__item-list {
	margin-bottom: 60px
}

.prices-wrap--slider .price__item-char table tr td,
.prices-wrap--slider .price__item-char table tr td:first-child {
	width: 50%!important
}

.prices-wrap--slider .price__item-char table.table--ndotted tr {
	border-bottom: none
}

.prices-wrap--slider .price__item-char table.table--ndotted tr td:last-child {
	text-align: right!important
}

.prices-wrap--slider .price__item-footer {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: no-wrap;
	-ms-flex-wrap: no-wrap;
	flex-wrap: no-wrap
}

.prices-wrap--slider .price__item-footer-price {
	width: auto;
	display: block;
	text-align: left;
	margin-bottom: 0
}

.prices-wrap--slider .price__item-footer-price p {
	width: 100%;
	text-align: left
}

.prices-wrap--slider .price__item-footer-price span,
.prices-wrap--slider .price__item-footer-price span.yellow {
	font-size: 24px
}

.prices-wrap--slider .price__item-footer-button {
	width: auto
}

.price__item {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px;
	background: #fff;
	width: -webkit-calc(100% / 3 - 10px);
	width: calc(100% / 3 - 10px);
	margin: 5px
}

.price__item-char table tr,
.price__item-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.price__item-head {
	font-size: 24px;
	margin-bottom: 25px;
	min-height: 96px;
}

@media (min-width:1600px) {
	.price__item-head {
		font-size: 28px;
		line-height: 36px
	}
}

.price__item-char {
	margin-bottom: 35px
}

.price__item-char table {
	width: 100%
}

.price__item-char table tr {
	border-bottom: 1px dotted #bebebe;
	display: flex
}

.price__item-char table tr td {
	font-size: 14px;
	vertical-align: top;
	width: 30%
}

.price__item-char table tr td span {
	position: relative;
	background: #fff;
	bottom: -8px;
	display: inline-block
}

.price__item-char table tr td.full-td {
	width: 100%!important
}

.price__item-char table tr td:first-child {
	font-family: museo, sans-serif;
	font-size: 13px;
	padding-right: 10px;
	color: #88898b;
	width: 70%
}

.price__item-char table tr td:first-child span {
	padding-right: 4px
}

.price__item-char table tr td:first-child::after {
	content: '';
	display: inline-block;
	overflow: hidden;
	height: 10px;
	border-bottom: 1px dotted #000
}

.price__item-char table tr td:last-child {
	text-align: right
}

.price__item-char table tr td:last-child span {
	padding-left: 4px
}

@media (min-width:1600px) {
	.price__item-char table tr td:last-child {
		font-size: 15px
	}
}

.price__item-char table.table--ndotted tr {
	border-bottom: none
}

.price__item-char table.table--ndotted tr td:first-child {
	padding-right: 0
}

.price__item-char table.table--ndotted tr.tar td:last-child {
	text-align: left
}

.price__item-list {
	margin-bottom: 25px;
	font-size: 14px
}

.price__item-footer {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.price__item-footer-price {
	font-size: 16px;
	font-family: museo-medium, sans-serif;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.price__item-footer-price p {
	display: block;
	width: 60%;
	text-align: right
}

.price__item-footer-price span {
	font-size: 18px
}

.price__item-footer-price span.yellow {
	color: #ff5b3e;
	font-size: 18px
}

@media (min-width:1600px) {
	.price__item-footer-price span.yellow {
		font-size: 24px
	}
}

.price__item-footer-price-nds {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	width: 40%!important;
	font-size: 11px;
	color: #7f8387;
	text-align: left!important
}

@media (max-width:576px) {
	.prices-wrap--slider .price__item {
		min-width: auto
	}
	.price__item-char table tr {
		border-bottom: none
	}
	.price__item-footer-price {
		margin-bottom: 25px
	}
}

@media (min-width:1600px) {
	.price__item-footer-price {
		font-size: 20px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.cloud-advantages-list .cloud-advantages-item {
		font-size: 16px;
		line-height: 22px
	}
}

.price__item-footer-button {
	width: 100%;
	text-align: right
}

.price__item-footer-button .button {
	padding: 10px 30px
}

.price__item .list li::before {
	width: 18px;
	height: 12px
}


@media (max-width:992px) {
	.price__item {
		max-width: 390px;
		width: 100%;
		margin-right: 20px;
		display: block
	}
}

@media (max-width:768px) {
	.price__item {
		max-width: 390px;
		width: 100%;
		display: block;
		margin: 0 auto!important
	}
}

.p-cloud-solutions .page-head {
	-webkit-background-size: 25% 25%;
	background-size: 25%;
	background-position-y: center
}

.p-cloud-solutions .container {
	width: 100%
}

.p-cloud-solutions .page-content {
	padding-bottom: 80px
}

.p-cloud-solutions .page-content .page-content__left {
	padding: 0;
	background: 0 0
}

.p-cloud-solutions .page-content .page-content__right {
	padding-left: 60px
}

.p-cloud-solutions .page-content .page-content__right h2 {
	margin-top: 40px;
	margin-bottom: 35px
}

.cloud-advantages {
	padding: 80px 0
}

.cloud-advantages h2 {
	margin-bottom: 60px
}

.cloud-advantages .cloud-advantages-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:576px) {
	.cloud-advantages {
		padding: 50px 0
	}
}

.cloud-advantages-list {
	padding-left: 25px;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	margin: 0;
	list-style-image: url(/assets/app/img/icons/checked-blue.svg)
}

.cloud-advantages-list .cloud-advantages-item {
	padding-left: 10px;
	margin-bottom: 35px;
	font-family: museo-medium, sans-serif
}

@media (max-width:992px) {
	.cloud-advantages .cloud-advantages-content {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.cloud-advantages-list {
		width: 50%;
		padding-right: 20px
	}
	.c-cloud-calculator .calculator-info h2 {
		margin-bottom: 40px
	}
}

@media (max-width:768px) {
	.cloud-advantages-list {
		width: 100%;
		padding-right: 0
	}
}

.calculator-section .container {
	background: #fff
}

@media (min-width:1600px) {
	.cloud-advantages-list {
		padding-right: 80px
	}
	.cloud-advantages-list:last-child {
		padding-right: 0
	}
	.calculator-section {
		padding-bottom: 100px
	}
}

.c-cloud-calculator {
	width: 100%;
	    padding: 50px 0 20px 40px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: top;
	-webkit-align-items: top;
	-ms-flex-align: top;
	align-items: top
}

.c-cloud-calculator .calculator-info {
	width: 320px;
	margin-right: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.c-cloud-calculator .calculator-info__bp {
	padding-bottom: 40px
}

@media (max-width:992px) {
	.c-cloud-calculator .calculator-info {
		width: 100%;
		margin-right: 0
	}
	.c-cloud-calculator .calculator-info .button {
		display: none
	}
}

.c-cloud-calculator .calculator-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media (min-width:992px) {
	.c-cloud-calculator .calculator-footer {
		display: none
	}
}

.c-cloud-calculator .calculator-info-summ {
	margin-bottom: 30px;
	font-size: 26px
}

@media (max-width:992px) {
	.c-cloud-calculator .calculator-info-summ--desktop {
		display: none
	}
}

.c-cloud-calculator .info-summ-currency {
	display: inline-block;
	padding-top: 7px;
	line-height: 12px
}

.c-cloud-calculator .info-summ-result {
	color: #ff5b3e;
	font-family: museo-medium, sans-serif
}

.c-cloud-calculator .calculator-configs {
	width: 100%;
	/*padding: 0 20px*/
}

.c-cloud-calculator .calculator-configs .configs-line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 25px;
	position: relative
}

.c-cloud-calculator .calculator-configs .configs-line .configs-line-name {
	font-size: 14px;
	width: 18%
}

@media (max-width:576px) {
	.c-cloud-calculator .calculator-configs .configs-line .configs-line-name {
		position: absolute;
		left: 0;
		top: -12px;
		font-size: 12px;
		width: auto;
	}
}

.c-cloud-calculator .calculator-configs .configs-line .configs-line-slider {
	width: 65%;
	padding: 8px 0
}

.c-cloud-calculator .calculator-configs .configs-line .configs-line-slider .rangeslider.rangeslider--horizontal {
	height: 3px;
	background: #ebeff5;
	-webkit-box-shadow: none;
	box-shadow: none
}

.c-cloud-calculator .calculator-configs .configs-line .configs-line-slider .rangeslider .rangeslider__fill {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.c-cloud-calculator .calculator-configs .configs-line .configs-line-slider .rangeslider .rangeslider__handle {
	width: 11px;
	height: 11px;
	top: -4px;
	border: none;
	background: #ff5b3e;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: -webkit-transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease
}

.c-cloud-calculator .calculator-configs .configs-line .configs-line-slider .rangeslider .rangeslider__handle .rangeslider__handle-content {
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -22px;
	left: 50%;
	text-align: center;
	background: #fff;
	z-index: 10
}

.c-cloud-calculator .calculator-configs .configs-line .configs-line-slider .rangeslider .rangeslider__handle:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.c-cloud-calculator .calculator-configs .configs-line .configs-line-slider .rangeslider .rangeslider__handle::after {
	display: none
}

@media (max-width:576px) {
  .info:hover+.infoText, .info:active+.infoText, .info:focus+.infoText {
    width: 280px;
    left: 20px;
}

	.c-cloud-calculator .calculator-configs .configs-line .configs-line-slider .rangeslider .rangeslider__handle .rangeslider__handle-content {
		top: -35px
	}
	.c-cloud-calculator .calculator-configs .configs-line .configs-line-slider {
		width: 100%
	}
	.c-cloud-calculator .calculator-configs .configs-line .configs-line-value {
		display: none
	}
}

.c-cloud-calculator .calculator-configs .configs-line .configs-line-value {
	background: #ebeff5;
	font-size: 14px;
	width: 50px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin: -10px 10px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.c-cloud-calculator .calculator-configs .configs-line .configs-line-currency {
	width: 10%;
	padding: 0 10px
}

@media (max-width:576px) {
	.c-cloud-calculator .calculator-configs .configs-line .configs-line-currency {
		width: 46px;
		text-align: right;
		position: absolute;
		right: 0;
		top: -12px;
		font-size: 12px
	}
}

@media (max-width:992px) {
	.c-cloud-calculator .calculator-configs {
		width: 100%;
		padding: 0;
		margin-bottom: 20px
	}
	.c-cloud-calculator {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 55px 40px
	}
	.dop-uslugi .flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (max-width:576px) {
	.c-cloud-calculator {
		padding: 45px 0
	}
}

@media (min-width:1800px) {
	.c-cloud-calculator {
		padding-left: 0;
		padding-right: 0
	}
}

.dop-uslugi {
	padding-bottom: 40px;
	background: #ebeff5
}

.dop-uslugi h3 {
	margin-bottom: 40px
}

.dop-uslugi .container {
	width: 100%
}

.dop-uslugi .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.dop-uslugi .list li,
.tile-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.dop-uslugi .list li {
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	margin-bottom: 20px
}

@media (max-width:992px) {
	.dop-uslugi .list li {
		width: 50%
	}
}

@media (max-width:768px) {
	.dop-uslugi .list li {
		width: 100%
	}
}

@media (min-width:1600px) {
	.dop-uslugi .list li {
		width: -webkit-calc(100% / 4);
		width: calc(100% / 4);
		font-size: 17px
	}
}

@media (max-width:992px) {
	.dop-uslugi .list {
		width: 100%
	}
}

.tile-section {
	padding-top: 25px;
	background: #ebeff5
}

.tile-items {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tile-items .owl-dots {
	text-align: center;
	margin-top: 35px
}

.tile-items .owl-dots .owl-dot {
	width: 9px;
	height: 9px;
	background: #b6c6d9;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 10px
}

.tile-items .owl-dots .owl-dot.active {
	background: #ff5b3e
}

@media (max-width:576px) {
	.tile-items .owl-dots {
		padding-bottom: 35px
	}
}

.tile__item {
	position: relative;
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
	max-width: 480px;
	margin: 10px;
	background: #fff;
	padding: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tile__item-head {
	margin-bottom: 35px;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px)
}

@media (max-width:576px) {
	.tile__item-head {
		margin-bottom: 20px;
		width: 100%
	}
	.tile__item-icon {
		display: none
	}
}

.tile__item-icon {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 60px
}

.tile__item-icon img {
	width: 100%
}

@media (min-width:1600px) {
	.tile__item-icon {
		width: 70px;
		top: 60px;
		right: 60px
	}
	.tile__item-text {
		max-width: 80%
	}
}

.tile__item-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tile__item-footer-price {
	font-size: 16px;
	font-family: museo-medium, sans-serif
}

.tile__item-footer-price span {
	font-size: 24px
}

.tile__item-footer-price span.yellow {
	color: #ff5b3e;
	font-size: 24px
}

.tile__item-footer-price-nds {
	font-size: 11px;
	color: #7f8387
}

.tile__item-footer-button {
	text-align: right
}

.tile__item-footer-button .button {
	padding-right: 30px;
	padding-left: 30px
}

@media (max-width:576px) {
	.tile__item-footer-price {
		margin-bottom: 25px;
		width: 100%
	}
	.tile__item-footer-button {
		text-align: left
	}
}

.tile__item-text {
	width: 100%;
	margin-bottom: 35px
}

@media (max-width:576px) {
	.tile__item-text {
		margin-bottom: 20px
	}
}

.tile__item--text {
	background: 0 0;
	padding: 10px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media (max-width:768px) {
	.tile__item {
		width: 100%;
		margin: 0 auto 20px
	}
}

@media (min-width:1600px) {
	.tile__item {
		max-width: 100%;
		min-height: 350px;
		padding: 60px
	}
}

@media (max-width:992px) {
	.tile-items--slider .tile__item {
		margin: 0 auto;
		width: 100%
	}
}

@media (max-width:576px) {
	.tile-items--slider .tile__item {
		margin-bottom: 0
	}
}

.p-articles .articles-news {
	padding: 70px 0
}

.p-articles .articles-list {
	width: 100%;
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.p-articles .articles-list .useful-articles__item {
	width: 310px;
	margin-bottom: 30px
}

.p-articles .useful-articles-items .useful-articles__item {
	width: 310px
}

.modal {
	background: #fff;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px
}

.modal.speed-test-modal {
	padding-top: 110px;
	padding-bottom: 170px
}

.modal--padding {
	padding-right: 50px;
	padding-left: 50px
}

@media (max-width:768px) {
	.modal--padding {
		padding-right: 40px;
		padding-left: 40px
	}
}

@media (max-width:576px) {
	.modal.speed-test-modal {
		padding-top: 70px;
		padding-bottom: 70px
	}
	.modal.speed-test-modal .button {
		display: block;
		margin: 0 auto
	}
	.modal--padding {
		padding-right: 20px;
		padding-left: 20px
	}
}

.modal-head {
	margin-bottom: 50px
}

.modal-head p {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 10px
}

.modal-head p .ip-address {
	font-size: 26px;
	color: #ff5b3e;
	font-family: museo-medium, sans-serif
}

.modal-head span {
	font-size: 15px
}

.modal input.error {
	border: 1px solid brown
}

.modal .mfp-close {
	right: 40px;
	top: 50px;
	font-size: 50px;
	color: #ff5b3e;
	opacity: 1
}

@media (max-width:576px) {
	.modal .mfp-close {
		top: 20px;
		right: 20px
	}
}

.modal form label {
	font-size: 12px;
	color: #666;
	display: block;
	margin-bottom: 5px
}

.modal form input,
.modal form textarea {
	padding: 15px 20px;
	border: none;
	background: #ebeff5;
	font-size: 15px;
	resize: none
}

.modal .checkbox {
	display: none
}

.modal .checkbox-custom {
	position: relative;
	width: 20px;
	height: 20px;
	border: 2px solid #ff5b3e
}

.modal .checkbox:checked+.checkbox-custom::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background: #fff;
	border: 6px solid #ff5b3e
}

.modal .flex-label,
.modal .leader-dots-list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.modal .label {
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	padding-left: 15px
}

.modal .flex-label {
	display: flex
}

.modal .leader-dots-list {
	overflow-x: hidden;
	max-width: 100%
}

.modal .leader-dots-list li {
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-bottom: 12px
}

.modal .leader-dots-list li::after {
	position: absolute;
	left: 0;
	z-index: 0;
	color: #88898b;
	content: "........................................" "........................................" "........................................" "........................................";
	white-space: nowrap
}

.modal .leader-dots-list li p {
	background: #fff;
	z-index: 1;
	position: relative;
	color: #88898b;
	font-size: 13px
}

.modal .leader-dots-list li span {
	position: relative;
	z-index: 2;
	padding-left: 3px;
	background: #fff;
	font-size: 14px;
	font-family: museo-medium, sans-serif
}

.modal-2 .modal__form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #ebeff5;
	border-bottom: 1px solid #ebeff5;
	margin-bottom: 35px
}

.modal-2 .modal__form-right {
	width: 40%
}

.modal-2 .modal__form-right--top {
	padding-left: 50px;
	padding-top: 40px;
	padding-bottom: 70px;
	border-bottom: 1px solid #ebeff5
}

@media (max-width:768px) {
	.modal-2 .modal__form-right--top {
		padding-left: 0
	}
	.modal-2 .modal__form-right--bottom {
		border-bottom: 1px solid #ebeff5
	}
}

@media (max-width:576px) {
	.modal-2 .modal__form-right--top {
		display: none
	}
}

.modal-2 .modal__form-right--bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 35px;
	padding-top: 35px;
	padding-bottom: 35px
}

.modal-2 .modal__form-right--bottom .summ-price {
	font-size: 24px
}

.modal-2 .modal__form-right--bottom .summ-price .yellow {
	color: #ff5b3e;
	font-family: museo-medium, sans-serif
}

.modal-2 .modal__form-right--bottom .summ-price-nds {
	font-size: 11px;
	color: #7f8387
}

.modal-2 .modal__form-right-head {
	margin-bottom: 40px
}

.modal-2 .modal__form-right-head p {
	font-size: 21px;
	margin-bottom: 15px
}

.modal-2 .modal__form-right-head span {
	font-size: 13px
}

@media (max-width:768px) {
	.modal-2 .modal__form-right {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
}

.modal-2 .modal__form-left {
	padding-top: 50px;
	width: 60%;
	padding-right: 50px;
	border-right: 1px solid #ebeff5
}

@media (max-width:768px) {
	.modal-2 .modal__form-left {
		width: 100%;
		padding-right: 0;
		border-right: none
	}
}

.modal-2 .modal__form-input {
	margin-bottom: 10px
}

.modal-2 .modal__form-input input {
	width: 70%;
	border: 1px solid transparent
}

.modal-2 .modal__form-input input.error {
	border: 1px solid brown
}

@media (max-width:576px) {
	.modal-2 .modal__form-input input {
		width: 100%
	}
}

.modal-2 .modal__form-input textarea {
	width: 100%;
	margin-bottom: 25px
}

.modal-2 .button {
	display: block;
	margin: 0 auto
}

.callback-modal__form,
.callback-modal__form-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

.form-item {
	margin-bottom: 30px
}

.callback-modal__form {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.callback-modal__form-input:nth-child(1),
.callback-modal__form-input:nth-child(2),
.callback-modal__form-input:nth-child(3) {
	width: -webkit-calc(100% / 3 - 10px);
	width: calc(100% / 3 - 10px);
	margin-right: 10px
}

@media (max-width:768px) {
	.callback-modal__form-input:nth-child(1),
	.callback-modal__form-input:nth-child(2),
	.callback-modal__form-input:nth-child(3) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}
}

.callback-modal__form-input:nth-child(3) {
	margin-right: 0!important
}

.callback-modal__form-input:nth-child(4) {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 35px
}

.callback-modal__form-input input,
.callback-modal__form-input textarea {
	width: 100%
}

.callback-modal__form-footer {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.callback-modal__form-footer .agree {
	width: 70%
}

@media (max-width:768px) {
	.callback-modal__form-footer .agree {
		width: 100%;
		margin-bottom: 10px
	}
}

.callback-modal__form-footer .form-button {
	width: 30%;
	text-align: right
}

@media (max-width:768px) {
	.callback-modal__form-footer .form-button {
		width: 100%;
		text-align: center
	}
}

.callback-modal__form-footer .form-button .button {
	border: none;
	cursor: pointer
}

.callback-modal.search-modal {
	padding: 120px 150px 200px
}

.callback-modal.search-modal .search-modal__head {
	margin-bottom: 50px
}

.callback-modal.search-modal input {
	padding-left: 0!important
}

.callback-modal.search-modal .callback-modal__form {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.callback-modal.search-modal .callback-modal__form .callback-modal__form-input {
	width: 60%;
	margin-right: 60px
}

.callback-modal.search-modal .callback-modal__form .callback-modal__form-input .search-modal-control {
	background: 0 0;
	border-bottom: 1px solid #7f8387
}

@media (max-width:768px) {
	.speed-test-results-buttons .button {
		margin-bottom: 10px
	}
}

.p-contacts {
	padding-top: 30px;
	padding-bottom: 30px
}

@media (max-width:576px) {
	.p-contacts {
		padding-top: 0;
		padding-bottom: 50px
	}
	.p-contacts .container {
		padding-right: 0;
		padding-left: 0
	}
}

.c-contacts-block {
	width: 100%;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.c-contacts-block .contacts-info {
	padding: 40px;
	width: 35%
}

.c-contacts-block .contacts-info .contacts-info-field {
	margin-bottom: 20px
}

.c-contacts-block .contacts-info .contacts-info-field h3 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 8px
}

.c-contacts-block .contacts-info .contacts-info-field span {
	font-size: 12px;
	margin-left: 6px
}

@media (max-width:992px) {
	.c-contacts-block .contacts-info {
		width: 100%
	}
}

.c-contacts-block .contacts-map {
	background: #3b84e7;
	width: 65%;
	height: 454px
}

.c-contacts-block .contacts-map #contacts-map-block {
	width: 100%;
	height: 100%
}

.c-contacts-block .contacts-map #contacts-map-block .map-ballon {
	padding: 10px
}

.c-contacts-block .contacts-map #contacts-map-block .map-ballon .ballon-header {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px
}

.c-contacts-block .contacts-map #contacts-map-block .map-ballon .ballon-description {
	margin-bottom: 10px
}

.c-contacts-block .contacts-map #contacts-map-block .map-ballon .yellow {
	color: #ff5b3e
}

.post-page__head {
	position: relative;
	padding: 55px 60px;
	z-index: 0;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat
}

.post-page__head .category-tag,
.post-page__head .category-tags .tl-tag {
	color: #fff;
	padding: 5px 12px;
	display: inline-block;
	margin-right: 7px;
	font-size: 14px;
	text-decoration: none
}

.post-page__head-date {
	font-size: 14px;
	color: #fff
}

.post-page__head h1 {
	color: #fff;
	max-width: 600px;
	margin-bottom: 25px
}

.post-page__head .container {
	width: 100%
}

.post-page__head .breadcrumbs {
	color: #fff;
	margin-bottom: 180px
}

@media (max-width:576px) {
	.post-page__head .breadcrumbs {
		margin-bottom: 100px
	}
}

.post-page__head::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(46, 48, 51, .7)
}

.post-page__head .category-tags {
	margin-bottom: 20px
}

.post-page__head .category-tags .tl-tag {
	border: 1px solid #fff;
	-webkit-border-radius: 15px;
	border-radius: 15px
}

.post-page__head .category-tag {
	border: 1px solid #fff;
	-webkit-border-radius: 15px;
	border-radius: 15px
}

.post-section,
.prev-next-post {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

@media (max-width:576px) {
	.post-page__head .category-tag,
	.post-page__head .category-tags .tl-tag {
		margin-bottom: 10px
	}
}

.post-section {
	padding-top: 80px;
	background: #ebeff5;
	padding-bottom: 80px;
	display: flex
}

.post-section .container {
	width: 100%
}

.post-section .post-more h3 {
	margin-bottom: 35px
}

.post-section .post-more .useful-articles__item:hover {
	-webkit-transform: translateY("-100px");
	-ms-transform: translateY("-100px");
	transform: translateY("-100px")
}

.post-section .post-more .useful-articles__item-wrap {
	margin-bottom: 35px;
	max-width: 100%
}

@media (max-width:992px) {
	.c-contacts-block .contacts-map {
		width: 100%
	}
	.post-section .post-more {
		display: none
	}
}

.post-section .post-content {
	width: -webkit-calc(100% - 375px);
	width: calc(100% - 375px);
	padding-right: 60px
}

.post-section .post-content h4 {
	margin-bottom: 22px
}

.post-section .post-content .post-img,
.post-section .post-content .post-slider,
.post-section .post-content p {
	margin-bottom: 35px
}

.post-section .post-content img {
	max-width: 100%
}

.post-section .post-content .post-img-name {
	position: relative;
	font-size: 14px;
	display: block;
	opacity: .7
}

.post-section .post-content .post-slider__item {
	margin: 0 auto
}

.post-section .post-content .post-slider__item img {
	width: 100%;
	margin-bottom: 15px
}

.post-section .post-content .post-slider .owl-dots {
	text-align: center
}

.post-section .post-content .post-slider .owl-dots .owl-dot {
	width: 9px;
	height: 9px;
	background: 0 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 10px;
	border: 1px solid #3983e9
}

.post-section .post-content .post-slider .owl-dots .owl-dot.active {
	background: #3983e9
}

@media (max-width:992px) {
	.post-section .post-content {
		width: 100%;
		padding-right: 0
	}
}

.post-section .post-more {
	width: 375px
}

@media (max-width:576px) {
	.post-section {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

.social-buttons {
	margin-bottom: 30px
}

.social-buttons .social-share-text {
	margin-bottom: 15px!important
}

.social-buttons .social-button {
	width: 35px;
	height: 35px;
	display: inline-block;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 12px
}

.social-buttons .social-button.vk {
	background-image: url(/assets/app/img/icons/vk.svg)
}

.social-buttons .social-button.facebook {
	background-image: url(/assets/app/img/icons/facebook.svg)
}

.social-buttons .social-button.telegram {
	background-image: url(/assets/app/img/icons/telegram.svg)
}

.social-buttons .social-button.twitter {
	background-image: url(/assets/app/img/icons/twitter.svg)
}

.social-buttons .social-button.whatsapp {
	background-image: url(/assets/app/img/icons/whatsapp.svg)
}

.social-buttons .social-button.ok {
	background-image: url(/assets/app/img/icons/ok.svg)
}

.social-buttons .social-button.gplus {
	background-image: url(/assets/app/img/icons/gplus.svg)
}

.prev-next-post {
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #c6d0de
}

.docs {
	padding-top: 80px;
	padding-bottom: 70px
}

.docs .container {
	width: 100%
}

.docs h2 {
	margin-bottom: 50px
}

.docs-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 35px
}

.docs__item {
	background: #fff;
	width: 100%;
	padding: 35px
}

.docs__item-wrap {
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	padding: 10px
}

@media (max-width:992px) {
	.docs__item-wrap {
		width: 50%
	}
}

@media (max-width:576px) {
	.docs__item-wrap {
		width: 100%
	}
}

.docs__item-name {
	font-size: 19px;
	display: block;
	margin-bottom: 65px
}

.docs__item-icon {
	width: 40px;
	margin-bottom: 25px
}

.docs__item-icon img {
	width: 100%
}

.docs__item-filename {
	font-size: 13px;
	color: #7e848c;
	font-family: museo, sans-serif;
	text-decoration: none;
	font-weight: 400;
	display: block;
	position: relative;
	padding-left: 40px
}

.docs__item-filename::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	width: 16px;
	background-image: url(/assets/app/img/icons/arr-bottom.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat
}

.partners h6 {
	display: none;
}

.lt-label-mobile {
	margin-top: -120px !important;
}

.urlField {
	display: none;
}

.jGrowl {
	z-index: 9999;
	color: #fff;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: fixed
}

.jGrowl.top-left {
	left: 0;
	top: 0
}

.jGrowl.top-right {
	right: 0;
	top: 0
}

.jGrowl.bottom-left {
	left: 0;
	bottom: 0
}

.jGrowl.bottom-right {
	right: 0;
	bottom: 0
}

.jGrowl.center {
	top: 0;
	width: 50%;
	left: 25%
}

.jGrowl.center .jGrowl-closer,
.jGrowl.center .jGrowl-notification {
	margin-left: auto;
	margin-right: auto
}

.jGrowl-notification {
	background-color: #000;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	zoom: 1;
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 5px;
	min-height: 40px
}

.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff
}

.jGrowl-notification .jGrowl-header {
	font-weight: 700;
	font-size: .85em
}

.jGrowl-notification .jGrowl-close {
	background-color: transparent;
	color: inherit;
	border: none;
	z-index: 99;
	float: right;
	font-weight: 700;
	font-size: 1em;
	cursor: pointer
}

.jGrowl-closer {
	background-color: #000;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	zoom: 1;
	width: 250px;
	padding: 10px;
	margin: 10px;
	display: none;
	border-radius: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: 700;
	text-align: center
}

.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff
}

@media print {
	.jGrowl {
		display: none
	}
}

.af-message-success {
	background-color: green !important;
}

.af-message-error {
	background-color: brown !important;
}

.af-message-info {
	background-color: black !important;
}

.ajax_form.af_example {
	width: 100%;
}

.ajax_form.af_example .controls input,
.ajax_form.af_example .controls textarea {
	width: 100%;
}

.ajax_form .error {
	color: brown;
}

@media screen and (min-width: 320px) {
	.ajax_form.af_example .controls button[type="submit"] {
		float: right;
	}
}

@media screen and (max-width: 320px) {
	.ajax_form.af_example .controls button {
		width: 100%;
		margin-top: 5px;
	}
}

@media (max-width:1200px) {
	.menu-btn {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.sticky+.page-head {
		margin-top: 87px
	}
	.head-contacts {
		display: none
	}
		nav {
		display: none!important
	}
}

@media (max-width:576px) {
	.sticky+.page-head {
		margin-top: 65px
	}
	.head {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

@media (max-width:1300px) {
.menu__item-link {
    padding: 5px 14px;
}
}

@media (max-width:1600px) {
  .head {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ebeff5;
}
.menu {
    padding-top: 5px;
    padding-bottom: 5px;
}
.main {
    padding-top: 15px;
    padding-bottom: 90px;
}
.main-content {
    margin-bottom: 60px;
}
}
@media (min-width:1600px) {
  	.head {
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: none
	}
		.head-contacts__item-text {
		font-size: 13px
	}
	.head-contacts__item:last-child {
		display: block
	}
	.head-contacts__item {
		display: none
	}
	.top__line {
		display: block
	}
		nav.wrap {
		display: none
	}
		.page-content__left img {
		width: 100%
	}
}

@media (max-width:992px) {
	.page-content__super-left {
		width: 100%;
		margin-bottom: 20px
	}

	.page-content__super-right {
		width: 100%;
		text-align: center
	}
	.page-content__super {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center
	}
	.page-content__super h3 {
		text-align: center!important
	}
	.c-cloud-calculator .calculator-configs .configs-line {
    margin-bottom: 40px;
 
}
}