

/* Start:/local/templates/new_v_robot/css/normalize.css?16294432246120*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
	max-width: 100%;
	object-fit: contain;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}
/* End */


/* Start:/local/templates/new_v_robot/components/custom/main.feedback/popup/style.css?16159070544279*/
.mf-ok-text{
    color: green !important;
}
.buttonForm {
    text-align: 0;
    position: relative;
}
.g-recaptcha {
    padding-top: 0 !important;
    margin-bottom: 15px;
}
.modal-back
{
    display: block;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top:0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 50, 77, 0.3);

}
.error-msg-span
{
    position: absolute;
    bottom: -19px;
    left: 12px;
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FF2F2F;
}
.modal-captha
{
    width: 100%;
    height: 0;
    overflow: hidden;
}
.modal-back form{
    background: #ECF0F7;
    box-shadow: 0px 4px 30px rgba(45, 68, 104, 0.3);
    padding: 20px;
    width: 100%;
    max-width: 440px;
    position: relative;
    transition: .35s;
    opacity: 0;
}
.modal-back form.show{
    opacity: 1;
}
.modal-back form button[ type="submit"]{
    width: 100%;
    background: #FF663F;
    color: #FFFFFF;
    text-align: center;
    border: transparent;
    padding: 15px 20px;
    transition: .3s;
}
.modal-back form button[ type="submit"]:hover
{
    padding: 20px 0;
    cursor: pointer;
    box-shadow: 0px 4px 15px rgba(255, 102, 63, 0.5);
}
.modal-title
{
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */


    color: #780647;
    margin-bottom: 20px;
}
.close-modal-btn {
    content: "";
    transition: all .3s;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top:20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.89062' y1='14.7217' x2='15.5861' y2='1.02621' stroke='%232D4468' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='2.41421' y1='1' x2='16.1097' y2='14.6954' stroke='%232D4468' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.close-modal-btn:hover {
    cursor: pointer;
    transform: scale(1.3);
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.89062' y1='14.7217' x2='15.5861' y2='1.02621' stroke='%23FF663F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='2.41421' y1='1' x2='16.1097' y2='14.6954' stroke='%23FF663F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.modal-input-block
{
    width : 100%;
    position: relative;
    display: inline-flex;
    margin-bottom: 15px;
    background: #FFFFFF;
}
.modal-input-block input
{
    width : 100%;
    border: 1px solid transparent;
    background: #FFFFFF;
    padding: 24px 10px 5px 10px;
    font-size: 16px;
}
.modal-input-block textarea
{
    width: 100%;
    height: 19px;
    overflow: hidden;
    resize: none;
    border: 1px solid transparent;
    background: #FFFFFF;
    padding: 24px 10px 5px 10px;
    font-size: 16px;
    transition: all .3s;
}
.modal-input-block textarea::placeholder, .modal-input-block input::placeholder
{
    color: transparent;
}
.modal-input-block input:focus,.modal-input-block textarea:focus, .invalid-input
{
    border: 1px solid #FF663F !important;
    outline-offset: 0px;
    outline: none;
}
.modal-input-block label
{
    position: absolute;
    top:10px;
    left: 12px;
    color: #939AA6;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    transition: .3s;
}
.modal-input-block input:focus + label, .modal-input-block textarea:focus + label
{
    top:0;
    font-size: 12px;
    line-height: 24px;
}
.modal-input-block textarea:focus, .modal-input-block textarea:not(:placeholder-shown)
{
    height: 69px;
}
.modal-input-block input:not(:placeholder-shown) + label, .modal-input-block textarea:not(:placeholder-shown) + label
{
    top:0;
    font-size: 12px;
    line-height: 24px;
}

/* End */


/* Start:/local/templates/new_v_robot/components/custom/main.feedback/main/style.css?16298795144173*/
.mf-ok-text{
    color: green;
}
.g-recaptcha{
    padding-top: 25px;
}
div.g-recaptcha div {
    width: 100% !important;
}
.g-recaptcha iframe {
    max-width: 100%;
}
.modal-back
{
    display: block;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top:0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 50, 77, 0.3);

}
.error-msg-span
{
    position: absolute;
    bottom: -20px;
    left: 12px;
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FF2F2F;
}
.modal-captha
{
    width: 100%;
    height: 0;
    overflow: hidden;
}
.modal-back form{
    background: #ECF0F7;
    box-shadow: 0px 4px 30px rgba(45, 68, 104, 0.3);
    padding: 20px;
    width: 100%;
    max-width: 440px;
    position: relative;
}
.modal-back form button[ type="submit"]{
    width: 100%;
    background: #FF663F;
    color: #FFFFFF;
    text-align: center;
    border: transparent;
    padding: 15px 20px;
    transition: .3s;
}
.modal-back form button[ type="submit"]:hover
{
    padding: 20px 0;
    cursor: pointer;
    box-shadow: 0px 4px 15px rgba(255, 102, 63, 0.5);
}
.modal-title
{
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */


    color: #780647;
    margin-bottom: 20px;
}
.close-modal-btn {
    content: "";
    transition: all .3s;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top:20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.89062' y1='14.7217' x2='15.5861' y2='1.02621' stroke='%232D4468' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='2.41421' y1='1' x2='16.1097' y2='14.6954' stroke='%232D4468' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.close-modal-btn:hover {
    cursor: pointer;
    transform: scale(1.3);
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.89062' y1='14.7217' x2='15.5861' y2='1.02621' stroke='%23FF663F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='2.41421' y1='1' x2='16.1097' y2='14.6954' stroke='%23FF663F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.modal-input-block
{
    width : 100%;
    position: relative;
    display: inline-flex;
    margin-bottom: 15px;
    background: #FFFFFF;
}
.modal-input-block input
{
    width : 100%;
    border: 1px solid transparent;
    background: #FFFFFF;
    padding: 24px 10px 5px 10px;
    font-size: 16px;
}
.modal-input-block textarea
{
    width: 100%;
    height: 19px;
    overflow: hidden;
    resize: none;
    border: 1px solid transparent;
    background: #FFFFFF;
    padding: 24px 10px 5px 10px;
    font-size: 16px;
    transition: all .3s;
}
.modal-input-block textarea::placeholder, .modal-input-block input::placeholder
{
    color: transparent;
}
.modal-input-block input:focus,.modal-input-block textarea:focus
{
    border: 1px solid #FF663F !important;
    outline-offset: 0px;
    outline: none;
}
.modal-input-block label
{
    position: absolute;
    top:10px;
    left: 12px;
    color: #939AA6;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    transition: .3s;
}
.modal-input-block input:focus + label, .modal-input-block textarea:focus + label
{
    top:0;
    font-size: 12px;
    line-height: 24px;
}
.modal-input-block textarea:focus, .modal-input-block textarea:not(:placeholder-shown)
{
    height: 69px;
}
.modal-input-block input:not(:placeholder-shown) + label, .modal-input-block textarea:not(:placeholder-shown) + label
{
    top:0;
    font-size: 12px;
    line-height: 24px;
}

/* End */


/* Start:/local/templates/new_v_robot/css/lightzoom.css?16075865622828*/
/**
 * jQuery lightzoom v1.1.0
 */

a.lightzoom {
	cursor: zoom-in;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	text-align: center;
}

#lz-container {
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	white-space: nowrap;
	position: absolute;
	z-index: 9999990 !important;
}

#lz-box {
	position: fixed;
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block;
	z-index: 9999998 !important;
}

#lz-overlay {
	display: block;
	opacity: 0.6;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999991 !important;
}

#lz-box:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#lz-box img {
	float: none;
	display: inline-block;
	max-height: 80%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	opacity: 0;
	position: relative;
	z-index: 9999995 !important;
}

#lz-box p {
	position: relative;
	bottom: 0;
	margin-top: -30px;
	margin-bottom: 0;
	line-height: 20px;
	font-size: 18px;
	z-index: 9999997 !important;
}

#lz-close {
	display: block;
	position: absolute;
	top: 2%;
	right: 2%;
	background: url("/local/templates/new_v_robot/css/../image/close.png") no-repeat 5px 5px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
	z-index: 9999998 !important;
}

#lz-close:hover {
	opacity: 1;
}

#lz-loading-center {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9999999 !important;
}

#lz-loading-center > .lz-loading-center-box {
	position: fixed;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}

.lz-object {
	width: 20px;
	height: 20px;
	background-color: #FFF;
	float: left;
	margin-right: 20px;
	margin-top: 65px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

#lz-object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
}

#lz-object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

#lz-object_three {
	-webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
	75% {
		-webkit-transform: scale(0);
	}
}

@keyframes object_one {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

@-webkit-keyframes object_two {
	75% {
		-webkit-transform: scale(0);
	}
}

@keyframes object_two {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

@-webkit-keyframes object_three {
	75% {
		-webkit-transform: scale(0);
	}
}

@keyframes object_three {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

/* End */


/* Start:/local/templates/new_v_robot/css/slick.css?16075863601590*/
/* Slider */
.slick-slider
{
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/* End */


/* Start:/local/templates/new_v_robot/css/slick-theme.css?16176276252878*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
	background: #fff url('/local/templates/new_v_robot/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;

	src: url('/local/templates/new_v_robot/css/./fonts/slick.eot');
	src: url('/local/templates/new_v_robot/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/new_v_robot/css/./fonts/slick.woff') format('woff'), url('/local/templates/new_v_robot/css/./fonts/slick.ttf') format('truetype'), url('/local/templates/new_v_robot/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
	opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;

	opacity: .75;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
	left: -25px;
}
[dir='rtl'] .slick-prev
{
	right: -25px;
	left: auto;
}
.slick-prev:before
{
	content: '←';
}
[dir='rtl'] .slick-prev:before
{
	content: '→';
}

.slick-next
{
	right: -25px;
}
[dir='rtl'] .slick-next
{
	right: auto;
	left: -25px;
}
.slick-next:before
{
	content: '→';
}
[dir='rtl'] .slick-next:before
{
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
	margin-bottom: 30px;
}

.slick-dots
{
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}
.slick-dots li
{
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button
{
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
	opacity: 1;
}
.slick-dots li button:before
{
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
	opacity: .75;
	color: black;
}

/* End */


/* Start:/local/templates/new_v_robot/css/swiper-bundle.min.css?162944996913883*/
/**
 * Swiper 6.6.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 19, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:35px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/new_v_robot/css/style.css?165212881489676*/
/*ОБЩИЕ СТИЛИ*/
@font-face {
	font-family: 'Exo 2.0 Light';
	src: url('/local/templates/new_v_robot/css/../fonts/Exo20-Light.eot');
	src: url('/local/templates/new_v_robot/css/../fonts/Exo20-Light.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/new_v_robot/css/../fonts/Exo20-Light.woff') format('woff'),
	url('/local/templates/new_v_robot/css/../fonts/Exo20-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'Exo 2.0 Regular';
	src: url('/local/templates/new_v_robot/css/../fonts/Exo20-Regular.eot');
	src: url('/local/templates/new_v_robot/css/../fonts/Exo20-Regular.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/new_v_robot/css/../fonts/Exo20-Regular.woff') format('woff'),
	url('/local/templates/new_v_robot/css/../fonts/Exo20-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'Exo 2.0 Medium';
	src: url('/local/templates/new_v_robot/css/../fonts/Exo20-Medium.eot');
	src: url('/local/templates/new_v_robot/css/../fonts/Exo20-Medium.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/new_v_robot/css/../fonts/Exo20-Medium.woff') format('woff'),
	url('/local/templates/new_v_robot/css/../fonts/Exo20-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'Exo 2.0 Extra Bold';
	src: url('/local/templates/new_v_robot/css/../fonts/Exo20-ExtraBold.eot');
	src: url('/local/templates/new_v_robot/css/../fonts/Exo20-ExtraBold.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/new_v_robot/css/../fonts/Exo20-ExtraBold.woff') format('woff'),
	url('/local/templates/new_v_robot/css/../fonts/Exo20-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.news-right-article{
	/*width: 265px;*/
	max-width: 100%;
}
body {
	font-family: 'Exo 2.0 Light', "Arial", sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
header {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
}
figure {
	margin: 0;
}
h1, h2, h3 {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #780647;
	margin: 0;
}
h2 {
	text-align: center;
}

video {
	width: 100%;
	height: auto;
}

img {
	max-width: 100%;
	object-fit: contain;
}

.titels {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-align: center;
	display: block;
	color: #780647;
	margin: 0;
}

h4 {
	font-family: 'Exo 2.0 Medium', "Arial", sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #780647;
	margin: 0;
}

span.name {
	display: block;
	font-family: 'Exo 2.0 Medium', "Arial", sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #780647;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
}
.new-detail-info p, .new-detail-info ul {
	margin: revert;
	padding: revert;
	/*list-style-type: revert;*/
	/*text-indent: 20px;*/
	/*text-align: justify;*/
}

.new-detail-info p img {
	height: 100%;
}

p {
	margin: 0;
}
.container {
	width: 1260px;
	margin: 0 auto;
	position: relative;
}
.container-main {
	width: 1050px;
	margin: 0 auto;
}
/*СТИЛИ ДЛЯ HEADER (начало)*/
.main-menuUnion{
	display: flex;
	flex-direction: column;
	position: relative;
	box-shadow: 0px 4px 40px rgb(255 102 63 / 30%);
	transition: all .2s ease;
	z-index: 9;
}
.main-header-first {
	background-color: #21324D;
	padding: 11px 0;
}
.main-menuUnion.out {
	/*transform: translateY(-49%);*/
	/*-webkit-transform: translateY(-49%);*/
	/*-moz-transform: translateY(-49%);*/
	/*-o-transform: translateY(-49%);*/
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
}
.mobile-menuSwitcher{
	display: flex;
	align-items: center;
}
.mobile-menuSwitcher>ul{
	margin-right: 30px;
}
.main-header-firstUnion {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-top: 15px;
	padding-bottom: 20px;
}
.main-header-fUnion {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-phone-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 85%;
}
.phone-block-list {
	display: flex;
	align-items: center;
}
.phone-block-list a {
	font-size: 14px;
	line-height: 17px;
	color: #DEE5F1;
	padding-left: 7px;
}
/*стили к ползунку языков (начало)*/
.switch {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 20px;
}
.switch input {
	display:none;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #152032;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 2px;
	bottom: 2px;
	background-color: #FF663F;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #152032;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}
.slider.round {
	border-radius: 10px;
}
.slider.round:before {
	border-radius: 50%;
}
.header-language-item {
	display: flex;
	align-items: center;
}
.header-language-item a {
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #FFF7BF;
	padding-right: 10px;
	padding-left: 10px;
}
.header-language-item a:first-child {
	padding-left: 0;
}
.header-language-item a:last-child {
	padding-right: 0;
}
/*стили к ползунку языков (конец)*/
.main-header {
	/*position: fixed;*/
	/*z-index: 12;*/
	/*order: 0;*/
	/*top: 0;*/
	/*left: 0;*/
	/*right: 0;*/
	position: relative;
}
.header-secondList-item {
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	position: relative;
}

.header-secondList-item:nth-child(-n+2)::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid #FF663F;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-left: 7px;
}
.main-header-second {
	background: #780647;
	position: relative;
	order: 1;
}
.main-header-secondList {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 79%;
}
.mobile-main-header {
	display: none;
}
.header-secondList-link {
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: all 0.4s ease;
}
.header-secondList-link:hover {
	color: #FF663F;
}
.header-secondList-link__points {
	position: absolute;
	z-index: 9;
	top: 22px;
	left: -25px;
	width: 230px;
	max-height: 0;
	overflow-y: hidden;
	transition: max-height 0.4s linear;
}
.header-link__pointsItem {
	/*background-color: #780647;*/
	transition: all 0.4s ease;
}

.header-secondList-link__points {
	padding-top: 29px;
	background-color: #780647;
}

.header-link__pointsItem:hover {
	background-color: #952D4B;
}

.pointsItem-subparagraphs {
	font-size: 14px;
	line-height: 16px;
	text-transform: none;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	padding: 14px 15px;
}
.menu-mobile-icons {
	display: none;
}
.mobile-menu-main {
	display: none;
}
/*СТИЛИ ДЛЯ HEADER (конец)*/

/*СТИЛИ К ГЛАВНОМУ БЛОКУ (начало)*/
.general-block {
	position: relative;
}
/*главный баннер*/
.banner-block {
	background: linear-gradient(0deg, #FFF7BF -1.29%, #FEEFB7 28.29%, #FCE2AB 56.06%, #F8D8A8 63.19%, #EFBD9E 75.32%, #DF918F 91.03%, #C9547A 109.48%, #BD336F 118.78%);
	position: relative;
	margin-top: -20px;
}
.banner-block-infoSubtitle {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #AE4E51;
	padding: 40px 0;
	max-width: 380px;
	width: 100%;
}
.banner-block-infoButton {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF663F;
	padding: 15px 20px;
	display: inline-block;
	transition: all 0.3s ease;
}
.banner-block-infoButton:hover {
	transform: scale(1.1);
	box-shadow: 0px 4px 15px rgba(255, 102, 63, 0.5);
}
.banner-block-union {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.slick-dots li button:before {
	 font-family: auto;
}
.clients-list-item{
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner-blockImage img {
	vertical-align: bottom;
}
.mobile-banner-blockImage {
	display: none;
}
.banner-blockImage {
	position: relative;
}
.banner-block-info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner-im-animate {
	position: absolute;
	right: 100px;
	bottom: 0;
}
.rope {
	position: absolute;
	right: 25px;
	bottom: 40px;
}
.rope2 {
	position: absolute;
	bottom: 18px;
	left: 45px;
	z-index: 0;
}
.rope3 {
	position: relative;
	z-index: 2;
}
.rope4 {
	position: absolute;
	bottom: 27px;
	right: 20px;
}
.hand-pic {
	position: absolute;
	right: 128px;
	top: 31px;
	z-index: 3;
}
.man {
	position: absolute;
	right: 100px;
	bottom: 85px;
}
.bg-sky2 {
	position: absolute;
	left: 0;
}
.bg-sky3 {
	position: absolute;
	left: 0;
}
.server-block-image {
	position: relative;
}
.banner-block-infoTitle {
	max-width: 430px;
	width: 100%;
}
/*блок "Наши преимущества" */
.advantages {
	position: relative;
	padding-bottom: 80px;
}
.advantages::before {
	content: '';
	background-color: #780647;
	clip-path: polygon(100% 0%, 100% 90%, 20% 90%, 18% 100%, 0% 100%, 0% 0%);
	position: absolute;
	top: 0;
	width: 100%;
	height: 160px;
}
.advantages-listItem {
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFF7BF;
	box-shadow: 0px 4px 30px rgba(255, 102, 63, 0.2);
	text-align: center;
	padding: 30px;
}
.advantages-block-list {
	display: flex;
}
.advantages-tittle {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 36px;
	line-height: 43px;
	color: #FFF7BF;
	max-width: 320px;
	width: 100%;
	padding-right: 20px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin: 0;
}
.advantages-listItem-text {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.03em;
	color: #152032;
	max-width: 180px;
	width: 100%;
	padding: 30px 0 0;
}
.advantages-listItem-image {
	min-height: 85px;
}
.advantages-listItem-image img {
	max-width: 85px;
}
.advantages-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	padding-top: 32px;
}
/*блок "УСЛУГИ"*/
.services {
	padding-bottom: 80px;
}
.services-block-list {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 0;
	transition: all 0.4s ease;
	box-sizing: border-box;
}
.services-block-list:hover {
	width: 29%;
}
.services-block-list:hover .services-list-image img {
	transform: scale(1.1);
}
.services-block-list:nth-child(1) {
	background-color: #FFF7BF;
}
.services-block-list:nth-child(2) {
	background-color: #FBCF82;
}
.services-block-list:nth-child(3) {
	background-color: #FDA054;
}
.services-block-list:nth-child(4) {
	background-color: #FF663F;
}
.services-list-text {
	font-family: 'Exo 2.0 Medium', "Arial", sans-serif;
	font-size: 24px;
	line-height: 29px;
	color: #780647;
	max-width: 260px;
	width: 100%;
	text-align: center;
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.services-list-image {
	min-height: 100px;
	padding-bottom: 50px;
}
.services-list-image img {
	max-width: 100px;
	width: 100%;
	transition: all 0.4s ease;
}
.services-block {
	display: flex;
	padding-top: 50px;
}
/*стили к блоку аренда*/
.rent-block {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 60px;
	padding-bottom: 50px;
}
.rent-block-image {
	position: relative;
}
.mobile-rent-img {
	display: none;
}
.mobile-rent-img {
	display: none;
}
.rent-block-image img {
	max-width: 100%;
}
.rent_pic1 {
	position: absolute;
	top: -50px;
	left: 110px;
}
.rent_pic2 {
	position: absolute;
	top: 40px;
	left: 30px;
}
.rent_pic3 {
	position: absolute;
	top: -40px;
	right: 140px;
}
.rent_pic4 {
	position: absolute;
	top: 60px;
	right: 60px;
}
.rent-block-infoList {
	padding-bottom: 20px;
}
.rent-block-infoList:last-child {
	padding-bottom: 0;
}
.rent-info-title {
	padding-bottom: 7px;
	font-family: 'Exo 2.0 Medium', "Arial", sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #780647;
	margin: 0;
	display: inline-block;
}
.rent-info-subtitle {
	max-width: 500px;
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	color: #152032;
}
.banner-block-infoButton.rent-button {
	margin-top: 50px;
}
/*стили хостинг*/
.hosting {
	background-color: #FFF7BF;
	padding: 80px 0 150px;
	height: 600px;
	position: relative;
}
.host-bg-image {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
}
.host-bg-image img {
	vertical-align: bottom;
	max-width: 390px;
	width: 100%;
}
.host-bg-sky {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.host-bg-sky img {
	width: 100%;
}
.sky-img2 {
	position: absolute;
	left: 0;
	z-index: 1;
}
.sky-img3 {
	position: absolute;
	left: 0;
}
.sky-img4 {
	position: absolute;
	left: 0;
}
.host-bg-sky-bloc {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.host-bg-sky-bloc img {
	width: 100%;
}
.host-bg-sun {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 8;
}
.host-bg-sun img {
	max-width: 100%;
}
.hosting-title {
	position: relative;
	z-index: 9;
}
.hosting-subtitle {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #091934;
	padding-top: 25px;
	position: relative;
	z-index: 9;
}
.hosting-subtitle span {
	max-width: 500px;
	width: 100%;
	display: inline-block;
}
.hosting-block {
	display: flex;
	justify-content: space-evenly;
	padding-top: 80px;
	position: relative;
	z-index: 9;
}
.hosting-block-mobile {
	display: none;
}
.hosting-block-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-color: #FFFFFF;
	padding: 20px 0 30px;
	cursor: pointer;
	transition: all 0.5s ease;
	height: 100%;
	min-height: 285px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.hosting-block-list:hover .hosting-button {
	display: inline-block;
}
.hosting-block-list:hover {
	transform: scale(1.1);
	box-shadow: 0px 4px 30px rgba(255, 102, 63, 0.2);
}
.hosting-block-list hr {
	width: 100%;
	border-color: #FF663F;
	margin: 0;
}
.hosting-list-title {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #2D4468;
	max-width: 200px;
	width: 100%;
	padding-bottom: 20px;
	height: 100%;
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
.hosting-list-text {
	font-size: 14px;
	line-height: 22px;
	max-width: 240px;
	width: 100%;
	padding: 30px 30px 0;
	margin-bottom: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	min-height: 135px;
}
.hosting-list-price {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 36px;
	line-height: 32px;
	color: #780647;
}
.hosting-list-price span {
	font-size: 14px;
}
.hosting-button {
	margin-top: 30px;
	display: inline-block;
	max-width: 100px;
	align-items: center;
}
/*Стили к обслуживанию*/
.server {
	padding-top: 80px;
}
.server-union {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.server-blockInfo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.server-block-image img {
	vertical-align: bottom;
	max-width: 100%;
}
.server-img-mobile {
	display: none;
}
/*стили к поддержки*/
.support {
	background-color: #FBCF82;
	padding: 80px 0 200px;
	height: 602px;
	position: relative;
}
.support-bg-img {
	position: absolute;
	bottom: 0;
	z-index: 7;
}
.support-bg-img img {
	vertical-align: bottom;
	max-width: 100%;
}
.support-block {
	display: flex;
	justify-content: space-evenly;
	padding-top: 80px;
	position: relative;
	z-index: 10;
}
.support-block-mobile {
	display: none;
}
.support-title {
	position: relative;
	z-index: 9;
}
.support-block-list {
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 30px;
	cursor: pointer;
	transition: all 0.5s ease;
	height: 100%;
	min-height: 435px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.support-block-list:hover {
	transform: scale(1.1);
}
.support-block-list:hover .hosting-button {
	display: inline-block;
}
.support-list-title {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #780647;
	margin: 0;
	background-color: #FFF7BF;
	padding: 34px 0;
	width: 100%;
	display: block;
}
.support-list-title span {
	font-size: 36px;
	color: #FF663F;
}
/*стили "Наши клиенты"*/
.clients {
	background-color: #21324D;
	padding: 50px 0;
}
.clients-block {
	display: flex;
	align-items: center;
}
.clients-list-item span {
	opacity: 0;
}
.clients-block-title {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-align: start;
	color: #FFFFFF;
	border-right: 1px solid #FF8539;
	padding: 30px 25px 30px 0;
	margin-right: 30px;
	margin: 0;
}
.clients-block-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 75%;
}
.clients .slick-dots li button:before {
	font-size: 45px;
	color: #2D4468;
	opacity: 1;
}
.clients .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.clients .slick-dots li.slick-active button:before {
	color: #FF663F;
	opacity: 1;
}
/*стили к блоку "Новости"*/
.news {
	padding: 80px 0 80px;
}
.news-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
}
.news-list-item{

}
.news-block {
	padding-top: 40px;
}
.news-blockTitle {
	padding-bottom: 50px;
}
.news-list-item {
	background-color: #FAFBFD;
	display: flex;
	margin-bottom: 20px;
	transition: all .5s ease;
	cursor: pointer;
}
.news-list-item:nth-child(n+7) {
	display: none;
}
.news-list-item:hover {
	background: #FFFFFF;
	box-shadow: 0px 0px 30px rgba(45, 68, 104, 0.25);
}
.news-listUnion {
	padding: 20px 15px 24px 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
}
.new-list-name {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #26334D;
	max-width: 335px;
	width: 100%;
}
.new-list-name span {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
}
.new-list-text {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.03em;
	color: #152032;
	max-width: 650px;
	width: 100%;
}
.new-list-button {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #152032;
	border: 2px solid #FF663F;
	padding: 8px 10px;
	display: inline-block;
	transition: all 0.3s ease;
}
.new-list-button:hover {
	color: #ffffff;
	background-color: #FF663F;
	transform: scale(1.1);
	box-shadow: 0px 4px 15px rgba(255, 102, 63, 0.5);
}
.new-date-name {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.03em;
	color: #152032;
	display: flex;
	align-items: center;
}

.new-date-name img {
	display: none;
}

.newsName {
	padding: 0 13px 0 7px;
}
.new-list-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news-list-image{
	/*max-width: 222px;
	height: 222px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;*/
	max-width: 195px;
	width: 195px;
	min-width: 195px;
	height: 222px;
	position: relative;
	padding: 0 0% 0 0;
}

.news-list-image img {
	/*vertical-align: middle;
	height: auto;
	width: 100%;*/
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	left: 0;
	transform: none;
}

.news-right-article .news-list-image {
	width: 100%;
}

.news-main-button {
	text-align: center;
	padding-top: 30px;
}
.news-blockButton {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF663F;
	border: none;
	padding: 15px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	outline: none;
}
.news-blockButton:hover {
	transform: scale(1.1);
	box-shadow: 0px 4px 15px rgba(255, 102, 63, 0.5);
}
/*Стили к "Карте движения"*/
.map-union {
	display: flex;
	justify-content: center;
	position: relative;
}
.map-images {
	position: absolute;
	bottom: 0;
	right: 0;
}
.map-images img {
	vertical-align: bottom;
}
.map-info {
	position: relative;
	z-index: 9;
	padding: 70px 0 40px;
}

.map-info-listingItem:nth-child(2) {
	padding-inline-end: 60px;
}
.map-info-listingItem:nth-child(3) {
	padding-inline-end: 165px;
}
.map-info-listingItem:nth-child(4) {
	padding-inline-end: 285px;
}
.map-info-listingItem:nth-child(5) {
	padding-inline-end: 340px;
}
.map-info-listing hr {
	border-color: #2D4468;
	display: flex;
	align-items: center;
	margin: 0;
	position: relative;
}
.map-info-listing hr.active::before {
	 content: '';
	 width: 32px;
	 height: 32px;
	 background-color: rgba(255, 102, 63, 0.5);
	 border-radius: 50%;
	 position: absolute;
	right: -14px;
 }
.map-info-listing hr::after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #2D4468;
	border-radius: 50%;
	position: absolute;
	right: -3px;
}
.map-info-listing hr.active::after {
	content: '';
	background-color: #FF663F;
}
.map-listingItem-title {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #2D4468;
	padding-top: 28px;
	max-width: 280px;
	width: 100%;
}
.map-listingItem-title.active {
	color: #FF663F;
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
}
.map-info-listing hr.active {
	border-color: #FF663F;
}
.map-listingItem-title time {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
}
.map-listing-subtitle {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.03em;
	color: #2D4468;
	max-width: 440px;
	width: 100%;
}
.map-info-listing hr.done {
	border-color: #780647;
}
.map-info-listing hr.done::after {
	background-color: #780647;
}
/*Стили к "Наши сертификаты"*/
.certificate {
	background-color: #ECF0F7;
	padding: 80px 0 67px;
}
.certificate-block {
	display: flex;
	justify-content: space-between;
}
.certificate-subtitle {
	text-align: center;
	padding: 25px 0 50px;
}
.certificate-subtitle span {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.03em;
	color: #152032;
	display: inline-block;
	max-width: 500px;
	width: 100%;
}
.certificate-listing {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}
.certificate-listing-item {
	padding: 0 5px;
}
.certificate-listing-item img {
	max-width: 250px;
	width: 100%;
	filter: grayscale(100%);
	opacity: 0.5;
	transition: all 0.7s;
	cursor: pointer;
}
.certificate-listing-item img:hover {
	filter: none;
	opacity: 1;
}
.lightzoom img {
	width: 95%;
	max-width: 400px;
}
/*СТИЛИ К БЛОКУ ФУТЕР*/

.footer {
	background-color: #21324D;
	padding-top: 50px;
	position: relative;
}
.footerImage-pic {
	position: absolute;
	bottom: 0;
	left: 0;
}
.footerImage-pic-bg {
	vertical-align: bottom;
	position: relative;
	z-index: 3;
}
.footer-hands {
	position: absolute;
	bottom: 39px;
	left: 50px;
}
.foot-body {
	position: relative;
	z-index: 1;
}
.hand-left {
	position: absolute;
	left: 13px;
	top: -38px;
	z-index: 2;
}
.hand-right {
	position: absolute;
	right: -12px;
	top: -55px;
}
.footer-item-title {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFF7BF;
	padding-bottom: 20px;
}
.block-logo-image {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer-information-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 36%;
}
.footer-information-item {
	padding-bottom: 30px;
}
.footer-listing__item {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #ECF0F7;
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	transition: all 0.4s ease;
}
.footer-listing__item:hover {
	color: #FF663F;
}
.footer-listing__item a {
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #DEE5F1;
	padding-left: 8px;
}
.listing__item-phone {
	padding-bottom: 20px;
}
.footer-information {
	display: flex;
	justify-content: space-between;
}
.footer-form-list {
	display: flex;
	flex-direction: column;
	padding-bottom: 15px;
	position: relative;
	width: 100%;
}
.userForm-item__little {
	width: 48%;
}
.footer-form-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.userForm-item {
	border: none;
	padding: 19px 10px 10px;
	outline: none;
	background-color: #152032;
	color: #DEE5F1;
	border: 1px solid #152032;
}
#user-field-error {
	position: absolute;
	bottom: 0;
	font-size: 12px;
	line-height: 19px;
	color: #FF2F2F;
}
#phone-field-error {
	position: absolute;
	bottom: 0;
	font-size: 12px;
	line-height: 19px;
	color: #FF2F2F;
}
#comment-field-error {
	position: absolute;
	bottom: 0;
	font-size: 12px;
	line-height: 19px;
	color: #FF2F2F;
}
.userForm-item.error {
	border: 1px solid #FF2F2F;
}
.userForm-item:focus {
	border: 1px solid #FF663F;
}
.userForm-item:-webkit-autofill,
.userForm-item:-webkit-autofill:focus {
	transition: background-color 5000s ease-in-out 0s;
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,174,255,0.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,0.03) 100%);
	-webkit-text-fill-color: #DEE5F1;
}
label.up {
	pointer-events: none;
	transition: all 0.5s ease-out;
	font-size: 16px;
	line-height: 20px;
	color: #939AA6;
	position: absolute;
	bottom: 30px;
	outline: none;
	padding-left: 10px;
}

input.up:focus ~ label.up,
input.up:valid ~ label.up {
	transform: translateY(-0.9rem);
	font-size: 12px;
}
textarea.up:focus ~ label.up,
textarea.up:valid ~ label.up {
	transform: translateY(-0.6rem);
	font-size: 12px;
}

.footer-form-list textarea + label {
	top: 10px;
	bottom: auto;
}

.button-form-click {
	background-color: transparent;
	border: 2px solid #FF663F;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 16px;
	outline: none;
	padding: 8px 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.button-form-click:hover {
	color: #ffffff;
	background-color: #FF663F;
	transform: scale(1.1);
	box-shadow: 0px 4px 15px rgba(255, 102, 63, 0.5);
}
.buttonForm {
	text-align: right;
	width: 100%;
}
.footer-form {
	width: 33%;
}
.footer-form-title {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #FFF7BF;
	padding-bottom: 20px;
}
.footer-text-bottom {
	text-align: center;
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #ECF0F7;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*СТИЛИ К ГЛАВНОМУ БЛОКУ (конец)*/

/*Стили для "ХЛЕБНЫХ КРОШЕК (начало)"*/
.breadcrumbs {
	display: flex;
	padding: 5px 35px 0 35px;
	width: 70%;
	margin-left: auto;
	top: 0;
}
.mobile-burger{
	display: none;
	cursor: pointer;
}
.breadcrumbs-block {
	position: absolute;
	right: 0;
	left: 0;
	top: 100%;
	display: flex;
	z-index: 1;
}
.somethingBlock {
	width: 30%;
	height: 28px;
	background: #780647;
	position: relative;
}
.somethingBlock:after {
	content: '';
	position: absolute;
	background: #780647;
	width: 30px;
	height: 34px;
	clip-path: polygon(100% 0%, 0% 0%, 0% 87%);
	right: -29px;
	top: -1px;
}
.breadcrumbs-list {
	text-decoration: none;
	height: 23px;
	padding: 0 5px;
	background: #790949;
	color: white;
	margin-right: 34px;
	cursor: pointer;
	position: relative;
}
.breadcrumbs-list::before, .breadcrumbs-list::after {
	content: "";
	position: absolute;
	background: #790949;
	width: 25px;
	height: 23px;
}
.breadcrumbs-list::before {
	clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
	left: -24.6px;
}
.breadcrumbs-list::after {
	right: -24.6px;
	clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
}
.breadcrumbs-list a {
	font-size: 14px;
	line-height: 22px;
	color: #FAFBFD;
}
.breadcrumbs-list.active {
	background: #FF663F;
	cursor: default;
}
.breadcrumbs-list.active::before, .breadcrumbs-list.active::after {
	background: #FF663F;
}
/*Стили для "ХЛЕБНЫХ КРОШЕК (конец)"*/

/*СТИЛИ К странице ("Выделенные сервера" начало)*/
.servers-blocks {
	padding: 60px 0 200px;
	background-image: url(/local/templates/new_v_robot/css/../image/bg-illustration-2.png);
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: 100%;
}
.server-unionBloc {
	background-color: #ECF0F7;
	transition: all 0.4s ease;
	height: -webkit-fill-available;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}
.servers-list-itemTitle {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	color: #ffffff;
	font-size: 36px;
	line-height: 32px;
	padding: 20px 0;
	position: relative;
	clip-path: polygon(8% 0%, 92% 0%, 100% 30%, 100% 133%, 60% 100%, 0% 133%, 0 70%, 0 30%);
	z-index: 2;
	text-align: center;
}
.servers-list-itemTitle.light::before, .servers-list-itemTitle.light::after {
	content: "";
	position: absolute;
	background-color: #808D9E;
	width: 27px;
	height: 27px;
}
.servers-list-itemTitle::before {
	clip-path: polygon(100% 0%, 0% 0%, -15% 100%);
	bottom: -26px;
	left: 0;
}
.servers-list-itemTitle::after {
	clip-path: polygon(0% 0%, 100% 85%, 100% 0%);
	bottom: -26px;
	right: 0;
}
.servers-list-itemTitle.light {
	background-color: #808D9E;
}
.servers-list-itemTitle.middle::before, .servers-list-itemTitle.middle::after {
	content: "";
	position: absolute;
	background-color: #606E82;
	width: 27px;
	height: 27px;
}
.servers-list-itemTitle.middle {
	background-color: #606E82;
}
.servers-list-itemTitle.dark::before, .servers-list-itemTitle.dark::after {
	content: "";
	position: absolute;
	background-color: #425067;
	width: 27px;
	height: 27px;
}
.servers-list-itemTitle.dark {
	background-color: #425067;
}
.servers-list-itemTitle.blue::before, .servers-list-itemTitle.blue::after {
	content: "";
	position: absolute;
	background-color: #2D4468;
	width: 27px;
	height: 27px;
}
.servers-list-itemTitle.blue {
	background-color: #2D4468;
}
.servers-list-item {
	width: 31%;
	position: relative;
	margin-top: 50px;
	cursor: pointer;
	transition: all 0.4s ease;
	/*min-height: 520px;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.servers-list-item:hover .server-unionBloc {
	background-color: #ffffff;
	box-shadow: 0px 4px 30px rgba(45, 68, 104, 0.25);
}
.servers-list-item:hover .server-price-real {
	transform: scale(1.4);
	color: #780647;
}
.servers-list-item:hover .server-action span {
	max-width: 130px;
}
.servers-list-item:hover .server-hit span {
	max-width: 130px;
}
.server-static {
	padding-top: 20px;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.servers-blocks-title {
	text-align: center;
}
.server-static-listImage {
	min-width: 50px;
	text-align: center;
}
.servers-blocks-list {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.server-buttonBuy {
	display: block;
	background-color: #FF663F;
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	padding: 15px 0;
	transition: all 0.4s ease;
}
.server-buttonBuy.inactive {
	background-color: #6c6c6c;
}
.server-buttonBuy:hover {
	box-shadow: 0px 0px 10px rgba(255, 102, 63, 0.5);
	transform: scaleY(1.2);
}
.server-buttonBuy.inactive:hover {
	box-shadow: transparent;
	transform: scaleY(1);
}
.server-static-list {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 15px;
}
.server-static-listText {
	padding-left: 10px;
	font-size: 18px;
	line-height: 22px;
	color: #152032;
	max-width: 200px;
	width: 100%;
}
.server-staticText {
	font-family: 'Exo 2.0 Medium', "Arial", sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #2D4468;
	text-align: center;
	padding-bottom: 24px;
}
.server-price-off {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-decoration-line: line-through;
	color: #780647;
}
.server-price-real {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 24px;
	line-height: 35px;
	color: #2D4468;
	transition: all 0.4s ease;
}
.server-price-real span {
	font-size: 18px;
}
.server-action {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.server-action span {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #780647;
	padding: 3px 0;
	max-width: 120px;
	width: 100%;
	display: inline-block;
	clip-path: polygon(0% 0%, 100% 0%, 83% 100%, 0% 100%, 17% 100%, 0% 0%);
	transition: all 0.4s ease;
}
.server-hit {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.server-hit span {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #21324D;
	padding: 3px 0;
	max-width: 120px;
	width: 100%;
	display: inline-block;
	clip-path: polygon(0% 0%, 100% 0%, 83% 100%, 0% 100%, 17% 100%, 0% 0%);
	transition: all 0.4s ease;
}
.server-price-block {
	min-height: 60px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
/*СТИЛИ К странице ("Выделенные сервера" конец)*/

/*СТИЛИ К странице ("Хостинг для Битрикс" начало)*/
.hosting-blockMain {
	padding: 60px 0 200px;
	background-image: url(/local/templates/new_v_robot/css/../image/bg-illustration-host.png);
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: 100%;
}
.hosting-blocks-title {
	text-align: center;
}
.hostingMain-blocks-list {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.hostingMain-list-itemTitle {
	color: #ffffff;
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 36px;
	line-height: 32px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
	position: relative;
	clip-path: polygon(8% 0%, 92% 0%, 100% 30%, 100% 133%, 60% 100%, 0% 133%, 0 70%, 0 30%);
	z-index: 2;
}
.hostingMain-list-itemTitle::before {
	clip-path: polygon(100% 0%, 0% 0%, -15% 100%);
	bottom: -26px;
	left: 0;
}
.hostingMain-list-itemTitle::after {
	clip-path: polygon(0% 0%, 100% 85%, 100% 0%);
	bottom: -26px;
	right: 0;
}
.hostingMain-list-itemTitle.yellow {
	background-color: #FDA054;
}
.hostingMain-list-itemTitle.yellow::before, .hostingMain-list-itemTitle.yellow::after {
	content: "";
	position: absolute;
	background-color: #FDA054;
	width: 27px;
	height: 27px;
}
.hostingMain-list-itemTitle.red {
	background-color: #AE4E51;
}
.hostingMain-list-itemTitle.red::before, .hostingMain-list-itemTitle.red::after {
	content: "";
	position: absolute;
	background-color: #AE4E51;
	width: 27px;
	height: 27px;
}
.hostingMain-staticText {
	font-size: 18px;
	line-height: 22px;
	color: #152032;
	text-align: center;
}
.hostingMain-static {
	padding-top: 42px;
}
.hostingMain-static-listText {
	padding-left: 10px;
	font-size: 18px;
	line-height: 22px;
	color: #152032;
	max-width: 83px;
	width: 100%;
}
/*СТИЛИ К странице ("Хостинг для Битрикс" конец)*/

/*СТИЛИ К странице ("Серверов" начало)*/
.server-table {
	padding: 40px 0 200px;
}
.server-table-block {
	padding-top: 40px;
}
.server-general {
	padding: 60px 0 200px;
	background-image: url(/local/templates/new_v_robot/css/../image/bg-illustration-2.png);
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: 100%;
}
.news-detail-link.server-det-link {
	display: none;
}
.server-general-block {
	display: flex;
}
.server-general-catalog {
	min-width: 300px;
	max-width: 300px;
	width: 100%;
	padding-right: 40px;
}
.server-catalog-title {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FF663F;
}
.server-catalog-listItem {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}
.server-catalog-listItem a {
	color: #780647;
	display: flex;
	align-items: center;
}
.server-listItem-subparagraphs {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	padding-left: 20px;
}
.server-catalog-list {
	padding-top: 20px;
}
.server-catalog-listItem a:before {
	content: '';
	border: 6px solid transparent;
	border-left: 7px solid #FF663F;
	display: block;
	width: 0;
	height: 0;
	padding-right: 5px;
}
.server-general-infoTitle {
	font-size: 36px;
	line-height: 42px;
	text-align: left;
}
.mobile-server-title {
	display: none;
}
.server-infoText-name {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FF663F;
}
.server-infoText-info {
	font-size: 14px;
	line-height: 21px;
	color: #152032;
	padding-top: 20px;
}

.server-infoText-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0 20px;
}
.server-infoText {
	padding-top: 40px;
	width: 60%;
}
.server-FAQText {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 97%;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.server-oper-item span {
	font-size: 14px;
	line-height: 22px;
	color: #152032;
	padding-top: 20px;
	display: inline-block;
}
.server-infoText-link {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #2D4468;
}
.server-oper-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.server-infoText-characteristic {
	padding-top: 15px;
	padding-bottom: 27px;
}
.server-infoText-included {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #152032;
	padding-top: 20px;
}
.server-characteristic-list {
	font-size: 14px;
	line-height: 24px;
	color: #152032;
	display: flex;
	align-items: center;
}
.server-characteristic-list a {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	color: #780647;
}
.server-characteristic-list::before {
	content: '';
	border: 6px solid transparent;
	border-left: 7px solid #FF663F;
	display: block;
	width: 0;
	height: 0;
	padding-right: 5px;
}
.server-additionally-listItem::before {
	content: '';
	border: 6px solid transparent;
	border-left: 7px solid #FF663F;
	display: block;
	width: 0;
	height: 0;
	padding-right: 5px;
	position: absolute;
	top: 5px;
	left: 0;
}
.server-additionally-listItem {
	font-size: 14px;
	line-height: 22px;
	color: #152032;
	position: relative;
	padding-left: 18px;
	padding-bottom: 20px;
}
.server-additionally-listItem a {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	color: #780647;
}
.serv-textInfo {
	font-size: 14px;
	line-height: 22px;
	color: #152032;
	padding-top: 30px;
	max-width: 600px;
}
.server-additionally-list {
	display: none;
	padding-top: 10px;
}
.server-infoText-additionally {
	padding-top: 3px;
}
.server-infoText-additionally .server-infoText-name {
	display: flex;
	align-items: center;
	background: #ECF0F7;
	padding: 15px 22px;
	cursor: pointer;
}
.server-infoText-additionally .server-infoText-name::after{
	content: '';
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid #FF663F;
	margin-left: 10px;
	border-bottom: none;
}
.server-infoText-additionally .server-infoText-name.open-block {
	background-color: transparent;
}
.server-infoText-additionally .server-infoText-name.open-block::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #FF663F;
	border-top: none;
}
.serverCard-list-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 36px;
	line-height: 32px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	padding: 15px 0;
	position: relative;
	clip-path: polygon(8% 0%, 92% 0%, 100% 30%, 100% 133%, 60% 100%, 0% 133%, 0 70%, 0 30%);
	background-color: #425067;
	color: #FFFFFF;
}
.serverCard-list-item span {
	font-family: 'Exo 2.0 Medium', "Arial", sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	max-width: 280px;
	width: 100%;
	text-transform: capitalize;
	padding-top: 10px;
}
.serverCard-list-item::before,
.serverCard-list-item::after {
	content: "";
	position: absolute;
	background-color: #425067;
	width: 27px;
	height: 27px;
}
.serverCard-list-item::before {
	clip-path: polygon(100% 0%, 0% 0%, -15% 100%);
	bottom: -26px;
	left: 0;
}
.serverCard-list-item::after {
	clip-path: polygon(0% 0%, 100% 85%, 100% 0%);
	bottom: -26px;
	right: 0;
}
.servCard-union {
	background: #ECF0F7;
}
.serverCard-info {
	font-size: 14px;
	line-height: 17px;
	color: #152032;
	padding: 20px 15px 0 20px;
}
.serverCard-info-text {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 10px;
}
.serverCard-info-text span {
	max-width: 150px;
	width: 100%;
}
.serverCard-textTitle {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	min-width: 110px;
	max-width: 110px;
	padding-right: 15px;
}
.server-union-price {
	font-family: 'Exo 2.0 Medium', "Arial", sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #2D4468;
	text-align: center;
	padding: 5px 0 10px;
}
.server-unionCash-price {
	font-size: 36px;
	line-height: 43px;
	color: #780647;
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	text-align: center;
}
.server-unionCash-price span {
	font-size: 18px;
	line-height: 22px;
}
.server-cashNds {
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	display: block;
	text-align: center;
}
.server-unionCash-link {
	font-family: 'Exo 2.0 Medium', "Arial", sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #780647;
	display: block;
	text-align: center;
	padding: 20px 0;
}
.serverCard-block {
	position: absolute;
	right: 0;
	max-width: 280px;
	width: 100%;
}
/*СТИЛИ К странице ("Серверов" конец)*/

/*СТИЛИ К странице ("Сервера таблица" начало)*/
.server-table {
	padding: 60px 0 200px;
	background-image: url(/local/templates/new_v_robot/css/../image/bg-illustration-23.png);
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: 100%;
}
.server-table-title {
	font-size: 36px;
	line-height: 42px;
	text-align: center;
}
.server-blockFirst-name {
	font-size: 24px;
	line-height: 24px;
	color: #FF663F;
	padding: 15px 0 15px 10px;
}
.server-blockFirst-list .serverCard-block-list {
	width: 30%;
	padding-left: 2px;
}
.server-blockFirst-list .serverCard-list-item:before,
.server-blockFirst-list .serverCard-list-item:after {
	content: none;
}
.servCard-first-union {
	background: #ECF0F7;
	padding-bottom: 30px;
	padding-top: 5px;
}
.servCard-first-union .server-unionCash {
	padding-bottom: 20px;
}
.server-blockFirst-button {
	text-align: center;
}
.server-blockFirst-button .server-buttonBuy {
	display: inline-block;
	padding: 16px 20px;
}
.server-table-blockFirst {
	display: flex;
	align-items: flex-end;
}
.server-blockFirst-list {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.server-table-blockSecond {
	margin-top: 2px;
}
.server-mainList-text span {
	max-width: 350px;
	width: 100%;
	display: inline-block;
}
.server-table-main {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.server-table-main tr:nth-child(odd) {
	background-color: #FAFBFD;
}
.server-table-mainList td.server-mainList-title {
	text-align: left;
	min-width: 281px;
}
.server-table-mainList td {
	text-align: center;
	border: 1px solid #DEE5F1;
}
.server-mainList-title span {
	max-width: 200px;
	width: 100%;
	display: inline-block;
}
.server-mainList-subtitle span {
	max-width: 310px;
	width: 100%;
	display: inline-block;
}
.server-table-main td {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #152032;
	padding: 7px 15px;
}
.server-blockSecond-title {
	font-size: 24px;
	line-height: 24px;
	color: #FF663F;
	display: flex;
	align-items: center;
	background: #ECF0F7;
	padding: 15px 22px;
	cursor: pointer;
}
.server-blockSecond-title::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid #FF663F;
	margin-left: 10px;
	border-bottom: none;
}
.server-blockSecond-title.open-table-click {
	background-color: #ffffff;
}
.server-blockSecond-title.open-table-click::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #FF663F;
	border-top: none;
}
.server-table-main.table-off{
	display: none;
}
.server-mainList-title img {
	max-width: 40px;
	width: 100%;
	padding-right: 12px;
}
.server-imgOk {
	width: 30%;
}
.serv-bottom {
	font-size: 14px;
	line-height: 22px;
	color: #152032;
	padding-top: 20px;
	padding-bottom: 40px;
}
/*СТИЛИ К странице ("Сервера таблица" конец)*/

/*СТИЛИ К странице ("Обслуживание  серверов" начало)*/
.service {
	background-image: url(/local/templates/new_v_robot/css/../image/bg-illustration-78.png);
	background-color: #FFF7BF;
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: 100%;
	padding: 60px 0 300px;
}
.service-list {
	position: relative;
	width: 30%;
}
.servUnion-block {
	display: flex;
}
.servUnion-block-mobile {
	display: none;
}
.service-title {
	text-align: center;
	padding-bottom: 40px;
}
.service-list-item {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #780647;
	cursor: pointer;
}
.service-cash-info {
	background-color: #ffffff;
	width: 66%;
	padding: 20px;
	margin-left: 20px;
	position: relative;
}
.service-infoText {
	 width: 85%;
 }
.service-infoText b {
	padding: 20px 0;
	display: block;
}
.service-buttonBuy {
	display: inline-block;
	background-color: #FF663F;
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	padding: 15px 20px;
	transition: all 0.4s ease;
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px 30px 0 0;
}
.service-buttonBuy-mobile {
	display: none;
}
.service-buttonBuy:hover {
	transform: scale(1.1);
	box-shadow: 0px 4px 15px rgba(255, 102, 63, 0.5);
}
.service-list-itemsubText.tuning-text {
	padding-bottom: 30px;
}
.service-list-item.open-service {
	background: #FFFFFF;
}
.service-list-item.open-service .service-list-itemsubTitle {
	color: #780647;
}
.service-list-itemTitle {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FF663F;
	padding-bottom: 10px;
	max-width: 500px;
	width: 100%;
	margin: 0;
	display: block;
}
.service-list-itemsubTitle {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
}
.service-list-itemsubTitle span {
	font-family: 'Exo 2.0 Medium', "Arial", sans-serif;
	font-size: 14px;
	line-height: 16px;
}
.service-listName {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #152032;
	padding: 20px 0 15px;
}
.service-list-itemsubText {
	font-size: 14px;
	line-height: 22px;
	color: #152032;
	max-width: 630px;
	width: 100%;
}
.service-article-item {
	font-size: 14px;
	line-height: 22px;
	color: #152032;
	display: flex;
	align-items: center;
}
.service-article-item:before {
	content: '';
	border: 6px solid transparent;
	border-left: 7px solid #FF663F;
	display: block;
	width: 0;
	height: 0;
	padding-right: 5px;
}
/*СТИЛИ К странице ("Обслуживание  серверов" конец)*/

/*СТИЛИ К странице ("Облако Битрикс24" начало)*/
.cloud {
	padding: 60px 0 120px;
	position: relative;
}
.cloud-form {
	background: #FBCF82;
	max-width: 630px;
	/*width: 100%;*/
	padding: 20px;
}
.cloud-form-subtitle {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #21324D;
	padding: 25px 0 15px;
}
.cloud-form-subtitle span {
	max-width: 280px;
	width: 100%;
	display: inline-block;
}
.cloud-titel {
	text-align: center;
}
.cloud-bloc-title {
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FF663F;
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	padding-top: 40px;
}
.cloud-bloc-title span {
	font-size: 48px;
}
.cloud-titel span {
	text-transform: capitalize;
}
.cloud-form-title {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #21324D;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	display: block;
}
.cloud-form-bloc {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cloud-form-item {
	border: none;
	padding: 19px 10px 10px;
	outline: none;
	background-color: #ffffff;
	color: #939AA6;
	border: 1px solid #ffffff;
}
.cloud-form-item:focus {
	border: 1px solid #FF663F;
}
.cloud-form-phone {
	display: flex;
	flex-direction: column;
	position: relative;
	max-width: 430px;
	width: 100%;
}
.cloud-form-phone .up {
	bottom: 11px;
}
.cloud-form-main {
	display: flex;
	justify-content: center;
	/*margin-top: 450px;*/
	margin-top: 80px;
	position: relative;
	z-index: 1;
}
.cloudButton-clic  {
	margin: 0 auto;
	width: 100%;
	/*margin-top: 15px;*/
}
.cloudButton-clic{
	background: #FF663F;
	color: #FFFFFF;
	border: none;
	padding: 15px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.cloudButton-clic:hover {
	transform: scale(1.1);
	box-shadow: 0px 4px 15px rgba(255, 102, 63, 0.5);
}
.cloud-bloc-subtitle {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #152032;
	padding: 30px 0 50px;
}
.cloud-bloc-subtitle span {
	max-width: 800px;
	width: 100%;
	display: inline-block;
}
.cloud-bloc-links {
	text-align: center;
}
.cloud-links {
	padding: 15px 0;
	display: inline-block;
	min-width: 190px;
	max-width: 190px;
	text-align: center;
	transition: all 0.3s ease;
}
.cloud-links:hover {
	transform: scale(1.1);
	box-shadow: 0px 4px 15px rgba(255, 102, 63, 0.5);
}
.cloud-links.cloud-regist {
	background: #FF663F;
	color: #FFFFFF;
	border: 2px solid #FF663F;
	margin-right: 15px;
}
.cloud-links.cloud-compare {
	color: #152032;
	border: 2px solid #FF663F;
	background-color: #ffffff;
}
.cloud-links.cloud-compare:hover {
	background-color: #FF663F;
	color: #ffffff;
}
.cloud-bg-footer img {
	max-width: 100%;
	width: 100%;
	vertical-align: bottom;
}
.cloud-bg-footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
}

.cloud-bg-footer img:nth-child(n+2) {
	display: none;
}

.cloud-1 {
	position: absolute;
	left: 0;
	bottom: 0;
}
.cloud-2 {
	position: absolute;
	right: 300px;
	bottom: 0;
}
.cloud-3 {
	position: absolute;
	left: 120px;
	bottom: 0;
}
.cloud-4 {
	position: absolute;
	right: 0;
	bottom: 0;
}
/*СТИЛИ К странице ("Облако Битрикс24" конец)*/

/*СТИЛИ К странице ("Быстрый запуск" начало)*/
.starting-block {
	background: linear-gradient(0deg, #FFF7BF -18.98%, #FEEFB7 15.77%, #FCE2AB 48.39%, #F8D8A8 56.75%, #EFBD9E 71.01%, #DF918F 89.46%, #C9547A 111.14%, #BD336F 122.06%);
	padding: 80px 0 60px;
}
.starting-info-title {
	max-width: 630px;
	width: 100%;
}
.starting-info-subtitle {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #AE4E51;
	max-height: 620px;
	width: 100%;
	padding: 40px 0 75px;
	max-width: 555px;
}
.starting-infoImage {
	position: relative;
}
.starting-infoImage img {
	max-width: 100%;
}
.starting-mob-img {
	display: none;
}
.stones-1 {
	position: absolute;
	left: -65px;
	top: 100px;
}
.stones-2 {
	position: absolute;
	right: 0;
}
.stones-3 {
	position: absolute;
	bottom: 50%;
	right: -20px;
}
.stones-4 {
	position: absolute;
	top: 45px;
}
.stones-5 {
	position: absolute;
	left: 0;
	bottom: 40%;
}
.stones-6 {
	position: absolute;
	top: 45px;
	right: 70px;
}
.stones-7 {
	position: absolute;
	top: -50px;
	right: 120px;
}
.stones-8 {
	position: absolute;
	left: -4px;
	bottom: 25px;
}
.stones-9 {
	position: absolute;
	bottom: 20px;
	right: 0;
}
.stones-10 {
	position: absolute;
	top: 25px;
	left: 5px;
}
.stones-11 {
	position: absolute;
	bottom: -39px;
	right: 113px;
}
.stones-12 {
	position: absolute;
	left: -110px;
	bottom: 40%;
}
.stones-13 {
	position: absolute;
	bottom: 45px;
	right: -27px;
}
.rob-1 {
	top: auto;
	bottom: 60%;
	left: 225px;
}
.rob-2 {
	bottom: 25%;
	top: auto;
	right: 160px;
}
.rob-3 {
	top: 50%;
	left: 25%;
}
.rob-4 {
	bottom: 65%;
	right: 50%;
}
.rob-5 {
	bottom: 5%;
	right: 70%;
}
.rob-7 {
	bottom: 35%;
	left: 20%;
}
.rob-8 {
	top: auto;
	bottom: 50%;
	right: auto;
	left: 17%;
}
.rob-9 {
	bottom: 10%;
	right: 50%;
}
.rob-10 {
	bottom: 15%;
	left: 15%;
}
.rob-11 {
	top: 50%;
	left: 26px;
}
.starting-bannerBlock {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.start-advantageBlock {
	display: flex;
	justify-content: space-between;
}
.starting-bannerBlock-text {
	font-size: 14px;
	line-height: 22px;
	color: #152032;
	max-width: 540px;
	width: 100%;
}
.start-advantage {
	padding: 40px 0 80px;
}
.privilege-item-subtitle {
	font-size: 18px;
	line-height: 22px;
	color: #091934;
}
.privilege-block-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.privilege-block {
	padding-top: 40px;
}
.privilege-list-item {
	width: 32%;
	padding-top: 40px;
}
.privilege-item-image {
	text-align: center;
}
.privilege-item-title {
	display: block;
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #780647;
	text-align: center;
	padding: 40px 0 20px;
	min-height: 50px;
}
.privilege-item-image img {
	max-width: 110px;
	width: 100%;
}
.templates-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 40px;
}
.mobile-templates-list {
	display: none;
}
.templates-list-item img {
	max-width: 407px;
	width: 100%;
	vertical-align: middle;
}
.templates-list-item {
	margin-bottom: 20px;
	cursor: pointer;
	transition: all 0.7s ease;
	position: relative;
}
.templates-list-item:nth-child(n+7) {
	display: none;
}
.templates-list-item:hover .templates-list-hover {
	opacity: 1;
}
.templates-list-hover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(0deg, rgba(21, 32, 50, 0.7), rgba(21, 32, 50, 0.7));
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	opacity: 0;
	transition: all 0.5s ease;
}
.templates-hover-text {
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 50px;
	max-width: 320px;
	width: 100%;
}
.templates-button {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF663F;
	border: none;
	padding: 15px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	outline: none;
	display: inline-block;
}
.templates-button:hover {
	transform: scale(1.1);
	box-shadow: 0px 4px 15px rgba(255, 102, 63, 0.5);
}
.templates-button-block {
	padding-top: 20px;
	text-align: center;
}
.templates-button-blockMobile {
	display: none;
}
.templates {
	padding-bottom: 80px;
}
.cash {
	padding-bottom: 100px;
	height: 650px;
}
.cash-support-block {
	display: flex;
	justify-content: space-evenly;
	padding-top: 60px;
}
.mobile-cash-support-block {
	display: none;
}
.cash-support-block .support-block-list {
	background-color: #ECF0F7;
	height: 100%;
	min-height: 435px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.cash-support-block .support-block-list:hover {
	background-color: #ffffff;
	box-shadow: 0px 4px 30px rgba(255, 102, 63, 0.2);
}
.startup-block {
	padding: 80px 0;
}
.startup-list-item span {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 72px;
	line-height: 86px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	max-width: 120px;
	height: 120px;
	width: 100%;
	display: inline-block;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.startup-union-title {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #780647;
	padding-bottom: 10px;
	display: inline-block;
}
.startup-union-subtitle {
	font-size: 18px;
	line-height: 22px;
}
.startup-list-item {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	max-width: 700px;
	width: 100%;
}
.startup-union {
	padding-left: 40px;
}
.startup-block-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
}
.order {
	background: #ECF0F7;
	padding: 80px 0;
	text-align: center;
}
.order-subtitle {
	padding: 20px 0 40px;
}
.order-subtitle span {
	font-size: 18px;
	line-height: 22px;
	max-width: 620px;
	width: 100%;
	display: inline-block;
}
/*СТИЛИ К странице ("Быстрый запуск" конец)*/

/*Стили к странице "Создаём веб-сайты" (начало)*/
.solve-problems-title.titels {
	text-align: left;
}
.solve-item-title {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding: 50px 0 20px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #780647;
	display: block;
}
.solve-problems {
	padding-top: 80px;
}
.solve-item-subtitle {
	font-size: 18px;
	line-height: 22px;
	color: #091934;
	max-width: 310px;
	width: 100%;
}
.solve-problems-img img {
	max-width: 135px;
	width: 100%;
}
.solve-problems-item {
	padding: 40px;
	width: 25%;
}
.solve-problems-item:nth-child(1) {
	background-color: #FFF7BF;
	margin-top: 100px;
}
.solve-problems-item:nth-child(2) {
	background-color: #FBCF82;
	margin-top: 50px;
}
.solve-problems-item:nth-child(3 ) {
	background-color: #FDA054;
}
.solve-problems-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 20px;
}

.solve-problems-list.icons__animateds {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
	grid-gap: 10px 30px;
}
.icons__animateds .solve-problems-item-anime {
	justify-self: center;
	align-self: center;
}
.solve-problems-img {
	text-align: center;
}
.stages-list-item {
	display: flex;
	align-items: center;
}
.stages-list-item span{
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 72px;
	line-height: 86px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	max-width: 120px;
	height: 120px;
	width: 100%;
	display: inline-block;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.stages-list-item:nth-child(odd) {
	flex-direction: row-reverse;
	text-align: right;
	justify-content: flex-end;
}
.stages-list-item:nth-child(even) {
	justify-content: flex-end;
}
.stages-bloc-list .startup-union {
	max-width: 400px;
	padding-left: 0;
}
.stages {
	padding-bottom: 85px;
}
.stages-title {
	padding-bottom: 40px;
}
.stages .svg {
	right: 0;
	position: absolute;
	top: 60px;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: -1;
}
.stage-unBloc {
	position: relative;
}
.products {
	background: #ECF0F7;
	padding: 40px 0 50px;
	position: relative;
}
.products:before {
	content: '';
	width: 460px;
	height: 95px;
	background-color: #ECF0F7;
	position: absolute;
	top: -70px;
	right: 0;
	clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 100% 100%);
}
.products-block {
	padding: 50px 0 40px;
}
.products-block-list video {
	max-width: 100%;
	height: 280px;
}
.prod-union-title {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #780647;
	padding-bottom: 40px;
	display: inline-block;
	max-width: 430px;
}
.products-list-text {
	font-size: 14px;
	line-height: 22px;
	color: #152032;
	max-width: 500px;
	width: 100%;
}
.products-block-list {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 50px;
}

.products-block-list:last-child {
	margin-bottom: 0;
}

.products-block-list iframe {
	width: 500px;
	border: none;
}
.products-block-list:nth-child(odd) {
	flex-direction: row-reverse;
}
.products-list-image {
	width: 500px;
}
.products-list-image img {
	max-width: 100%;
}
.times {
	padding: 80px 0 120px;
}
.times-image {
	text-align: center;
	padding-top: 50px;
}
.times-image img {
	max-width: 100%;
}
.seo {
	background: #E5E5E5;
	position: relative;
}
.seo:before {
	content: '';
	width: 80%;
	height: 60px;
	background-color: #E5E5E5;
	position: absolute;
	top: -55px;
	right: 0;
	clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 100% 100%);
}
.seo:after {
	content: '';
	width: 80%;
	height: 60px;
	background-color: #E5E5E5;
	position: absolute;
	bottom: -55px;
	left: 0;
	clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 95% 100%);
}
.seo-title {
	padding-bottom: 35px;
}
.seo-text {
	font-size: 14px;
	line-height: 22px;
	color: #152032;
	overflow: hidden;
	position: relative;
	height: 200px;
}
.seo-text.hide {
	height: auto;
}
.seo-text:after {
	content: "";
	display: block;
	height: 75px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, rgb(236 240 247 / 0%) -3.75%, #E5E5E5 40.02%, #E5E5E5 81.93%);
}
.seo-text.hide:after {
	background-image: none;
}
.seo-click {
	display: flex;
	justify-content: center;
	padding-top: 20px;
	position: relative;
}
.seo-click span{
	width: 20%;
	border-top: 1px solid #FF663F;
	display: flex;
	justify-content: center;
	position: absolute;
	z-index: 9;
}
.seo-click span:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid #FF663F;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-left: 7px;
}
.our-works {
	padding: 130px 0 0;
}
.our-worksTitle {
	padding-bottom: 40px;
}
.our-works-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 5px;
	background: #ECF0F7;
}
.our-works-item {
	cursor: pointer;
	transition: all 0.7s ease;
	position: relative;
	margin-bottom: 7px;
}
.our-works-item img {
	max-width: 400px;
	width: 100%;
	vertical-align: middle;
}
.our-works-item:hover .templates-list-hover {
	opacity: 1;
}
.our-work-link {
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	padding-bottom: 30px;
}
/*Стили к странице "Создаём веб-сайты" (конец)*/

/*Стили к странице "Интернет-магазин AQUA" (начало)*/
.aqua-banner {
	/*background-image: url(/local/templates/new_v_robot/css/../image/aqua-bg.png);*/
	background: linear-gradient(0deg, #EAF2FB -1.29%, #F2F6FC 100%);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: bottom;
	background-position-x: center;
	padding-top: 60px;
	position: relative;
}
.aqua-banner-title {
	color: #2D4468;
	padding: 40px 0;
}
.aqua-images img {
	max-width: 475px;
	width: 100%;
}
.aqua-banner-main {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.aqua-banner-info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.aqua-images img {
	vertical-align: middle;
}
.aqua-button {
	padding: 14px 0;
	display: inline-block;
	min-width: 190px;
	max-width: 190px;
	text-align: center;
	transition: all 0.3s ease;
	color: #152032;
	border: 2px solid #FF663F;
	background-color: #ffffff;
	margin-left: 20px;
	cursor: pointer;
}
.aqua-button:hover {
	background-color: #FF663F;
	color: #ffffff;
	box-shadow: 0px 4px 15px rgba(255, 102, 63, 0.5);
	transform: scale(1.1);
}
.rebranding {
	padding-top: 20px;
	/*padding: 150px 0 250px;*/
}
.rebrand-block-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rebrand-image {
	/*position: absolute;*/
	right: 65px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.rebrand-image:after {
	content: '';
	background: radial-gradient(50% 50% at 50% 50%, rgba(45, 68, 104, 0.25) 0%, rgba(196, 196, 196, 0) 100%);
	height: 66px;
	width: 350px;
}
.rebranding-title {
	font-size: 36px;
	line-height: 42px;
	text-align: left;
	padding-bottom: 30px;
	max-width: 450px;
	width: 100%;
}
.rebranding-subtitle {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FF663F;
	padding-bottom: 30px;
}
.rebranding-text {
	max-width: 560px;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
}
.aqua-tools {
	padding: 80px 0 110px;
}
.aqua-order-items {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	position: relative;
	padding: 20px 0 40px;
}
.aqua-order-items:nth-child(odd):before {
	content: '';
	width: 50%;
	height: 60px;
	background-color: #E5E5E5;
	position: absolute;
	top: -55px;
	left: 0;
	clip-path: polygon(0% 100%, 0% 0%, 93% 0%, 100% 100%);
}
.aqua-order-items:nth-child(odd):after {
	content: '';
	width: 80%;
	height: 60px;
	background-color: #E5E5E5;
	position: absolute;
	bottom: -55px;
	right: 0;
	clip-path: polygon(4% 100%, 0% 0%, 100% 0%, 100% 100%);
}
.aqua-order-items:nth-child(odd) {
	background: #E5E5E5;
}
.aqua-order-items:nth-child(even) {
	flex-direction: row-reverse;
	padding-top: 60px;
}
.aqua-order-items:last-child:after {
	content: none;
}
.aqua-order-image img {
	max-width: 730px;
	width: 100%;
}
.aqua-tools-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 100px;
}
.aqua-tools-item img {
	max-width: 100%;
}
/*Стили к странице "Интернет-магазин AQUA" (конец)*/

/*Стили к странице "Интернет магазин" (начало)*/
.shop-block {
	background: linear-gradient(0deg, #FFF7BF -18.98%, #FEEFB7 15.77%, #FCE2AB 48.39%, #F8D8A8 56.75%, #EFBD9E 71.01%, #DF918F 89.46%, #C9547A 111.14%, #BD336F 122.06%);
	padding: 40px 0 50px;
}
.marketing {
	background: #FBCF82;
	position: relative;
}
.marketing:before {
	content: '';
	width: 50%;
	height: 60px;
	background-color: #FBCF82;
	position: absolute;
	top: -55px;
	right: 0;
	clip-path: polygon(0% 100%, 8% 0%, 100% 0%, 100% 100%);
}
.marketing:after {
	content: '';
	width: 80%;
	height: 60px;
	background-color: #FBCF82;
	position: absolute;
	bottom: -55px;
	left: 0;
	clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 95% 100%);
}
.marketing-info-title {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #780647;
	padding-bottom: 50px;
	display: inline-block;
}
.marketing-info-subtitle {
	font-size: 14px;
	line-height: 22px;
	color: #152032;
}
.marketing-bloc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0 0;
}
.marketing-bloc-image img {
	max-width: 100%;
}
.marketing-bloc-info {
	width: 40%;
}
.marketing-bloc-infoLeft {
	width: 40%;
}
.performance {
	position: relative;
	padding: 50px 0;
}
.performance:before {
	content: '';
	width: 15%;
	height: 55px;
	background-color: #FF663F;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(0% 100%, 0% 0%, 80% 0%, 100% 100%);
}
.performance:after {
	content: '';
	width: 15%;
	height: 60px;
	background-color: #FF663F;
	position: absolute;
	bottom: 0;
	right: 0;
	clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 100% 100%);
}
.performance-bloc-image {
	position: relative;
}
.performance-bloc-image img {
	max-width: 100%;
}
.performance-bloc-imageMob {
	display: none;
}
.performance-bloc {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.works-bloc {
	padding: 80px 0 0;
}
/*Стили к странице "Интернет-магазин" (конец)*/

/*Стили к странице "Внедрение Битрикс24" (начало)*/
.bitrix-block {
	background: linear-gradient(0deg, #FFF7BF -18.98%, #FEEFB7 15.77%, #FCE2AB 48.39%, #F8D8A8 56.75%, #EFBD9E 71.01%, #DF918F 89.46%, #C9547A 111.14%, #BD336F 122.06%);
	padding: 60px 0 50px;
}
.bitrix-advantageBlock {
	padding: 50px 0 100px;
}
.bitrix-advantageBlock-list {
	display: flex;
	justify-content: space-between;
}
.hosting-block.price-list .hosting-block-list {
	background: #FAFBFD;
	min-height: 365px;
}
.price {
	padding-bottom: 105px;
	height: 600px;
}
.price-list .hosting-list-title {
	min-height: 100px;
}
.products-bitrix {
	background: #ECF0F7;
	padding: 50px 0 80px;
}
.crm-block-union {
	display: flex;
	justify-content: space-between;
}
.crm-text-subtitle {
	font-size: 14px;
	line-height: 22px;
	color: #152032;
	max-width: 410px;
	width: 100%;
	padding-top: 50px;
}
.crm-text-title {
	font-size: 36px;
	line-height: 42px;
}
.crm-block-image img {
	max-width: 520px;
	width: 100%;
}
.crm-block {
	background: #FBCF82;
	padding: 50px 0 0;
	position: relative;
}
.crm-block:before {
	content: '';
	width: 50%;
	height: 60px;
	background-color: #FBCF82;
	position: absolute;
	top: -55px;
	right: 0;
	clip-path: polygon(0% 100%, 8% 0%, 100% 0%, 100% 100%);
}
.crm-block::after {
	content: '';
	width: 80%;
	height: 60px;
	background-color: #FBCF82;
	position: absolute;
	bottom: -55px;
	left: 0;
	clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 95% 100%);
}
.control {
	padding: 120px 0 0;
}
.control-union {
	display: flex;
	justify-content: space-between;
}
.control-union-image img {
	max-width: 100%;
}
.cloudUnion {
	display: flex;
	justify-content: center;
	padding-top: 80px;
}
.cloud-bloc {
	position: relative;
	z-index: 2;
}
.main-bg {
	padding: 0 0 300px;
	background-image: url(/local/templates/new_v_robot/css/../image/bg-illustration-host.png);
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: 100%;
}
/*Стили к странице "Внедрение Битрикс24" (конец)*/

/*Стили к странице "SEO-Продвижение" (начало)*/
.seo-banner {
	background: linear-gradient(0deg, #2D4468 -18.98%, #152032 107.37%);
	padding: 80px 0 50px;
}
.seo-info-title {
	color: #FFF7BF;
}
.seo-info-subtitle {
	font-size: 18px;
	line-height: 22px;
	color: #DEE5F1;
	max-width: 600px;
	width: 100%;
	padding: 16px 0 50px;
}
.task-item-title {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #152032;
	padding-bottom: 25px;
	display: inline-block;
}
.task-item-subtitle {
	font-size: 18px;
	line-height: 22px;
	color: #152032;
}
.tasks-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 50px;
}
.tasks {
	padding-bottom: 80px;
}
.task-list-item {
	padding: 50px 25px 25px;
	width: 27%;
}
.task-list-item:nth-child(1) {
	background: #FBCF82;
}
.task-list-item:nth-child(2) {
	background: #FDA054;
}
.task-list-item:nth-child(3) {
	background: #FF663F;
}
.task-list-item:nth-child(4) {
	background: #AE4E51;
}
.task-list-item:nth-child(5) {
	background: #952D4B;
}
.task-list-item:nth-child(6) {
	background: #780647;
}
.task-list-item:nth-child(n+4) .task-item-title {
	color: #ffffff;
}
.task-list-item:nth-child(n+4) .task-item-subtitle {
	color: #ffffff;
}
.info-item-firstTitle {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FF663F;
	padding-bottom: 15px;
	display: inline-block;
}
.info-item-firstSubitle {
	font-size: 14px;
	line-height: 22px;
	color: #152032;
}
.information-list-item {
	display: flex;
	align-items: flex-start;
	padding-bottom: 50px;
}
.information-list-item:last-child {
	padding-bottom: 0;
}
.info-someText {
	font-size: 14px;
	line-height: 22px;
	color: #152032;
}
.info-item-first {
	min-width: 410px;
	max-width: 410px;
	width: 100%;
	padding-right: 30px;
}
.phase {
	padding-top: 95px;
}
.cloud .cloud-form-main {
	margin-top: 450px;
}
.phase-list {
	padding-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.phase-list-item {
	background: #ECF0F7;
	display: flex;
	align-items: center;
	border-radius: 40px 0 0 40px;
	margin-bottom: 20px;
	max-width: 800px;
	width: 100%;
	box-sizing: border-box;
}
.phase-list-item span {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 36px;
	line-height: 43px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	max-width: 60px;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.phase-item-text {
	font-size: 18px;
	line-height: 22px;
	color: #091934;
	padding: 5px 15px 5px 50px;
}
/*Стили к странице "SEO-Продвижение" (конец)*/

/*Стили к странице "Новости" (начало)*/
.news-banner {
	background: linear-gradient(90.74deg, #21324D 53.43%, #152032 93.27%);
}
.news-infoImage img {
	vertical-align: middle;
	/*max-width: 730px;*/
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.news-info-block {
	padding: 45px;
}
.news-info-title {
	max-width: 500px;
	width: 100%;
	color: #FFF7BF;
}
.news-bannerBlock {
	display: flex;
	align-items: stretch;
}
.news-infoImage {
	position: relative;
}
.news-infoImage:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(279.16deg, #21324D 15.18%, rgba(44, 61, 88, 0.957152) 26.27%, rgba(100, 117, 143, 0.739583) 51.83%, rgba(255, 255, 255, 0) 74.98%);
}
.news-main-bloc {
	width: 74%;
}
.news-main-bloc .new-list-name {
	max-width: 100%;
}
.news-main-bloc .new-list-text {
	max-width: 100%;
}
.news-main {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.news-tab-list {
	min-width: 300px;
	/*width: 100%;*/
	margin-left: 20px;
}
.news-tab-item {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FF663F;
	background-color: #780647;
	margin-bottom: 20px;
	/*width: 290px;*/
}
.news-tab-item a {
	color: #FF663F;
	padding: 20px;
	display: block;
	box-sizing: border-box;
}
.news-tab-list-mobile {
	display: none;
}
.news-tab-item.action {
	background-color: #FFF7BF;
}
.news-details-union {
	display: flex;
	align-items: flex-start;
	/*justify-content: flex-end;*/
}
.news-button-clic {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF663F;
	border: none;
	padding: 15px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	outline: none;
}
.news-button-clic:hover {
	transform: scale(1.1);
	box-shadow: 0px 4px 15px rgba(255, 102, 63, 0.5);
}
.news-details-info {
	width: 65%;
	padding-right: 50px;
}
.news-detail-tit {
	padding-top: 5px;
	padding-bottom: 48px;
}
.news-details-info .info-listingBloc {
	padding-top: 15px;
}
.news-detail-link {
	font-family: 'Exo 2.0 Medium', "Arial", sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #FF663F;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.news-detail {
	padding: 50px 0 0;
}
.news-detail-link:before {
	content: url(/local/templates/new_v_robot/css/../image/icon-back.svg);
	padding-right: 5px;
}
icon-back
.news-detail {
	padding-top: 50px;
}
.details-text {
	font-size: 14px;
	line-height: 22px;
	color: #152032;
	padding: 10px 0 15px;
}
.news-details-date {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #152032;
}
.new-detail-info a {
	color: #780647;
}
.new-detail-info a:hover {
	color: #FF663F;
}
.new-detail-info ul li{
	font-size: 14px;
	line-height: 22px;
	color: #152032;
	display: flex;
	align-items: center;

}
.new-detail-info ul li::before{
	content: '';
	border: 6px solid transparent;
	border-left: 7px solid #FF663F;
	display: block;
	width: 0;
	height: 0;
	padding-right: 5px;
}
.new-detail-info p u
{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #152032;

}
.detail-img {
	text-align: center;
}
.detail-img img {
	max-width: 100%;
}
.detail-all-news {
	text-align: center;
	padding: 15px;
}
.detail-all-news a {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF663F;
	padding: 15px 20px;
	transition: all 0.3s ease;
	display: inline-block;
}
.detail-all-news a:hover {
	transform: scale(1.1);
	box-shadow: 0px 4px 15px rgba(255, 102, 63, 0.5);
}
.news-right-article .news-list-item{
	flex-direction: column;
}
.news-right-article .new-date-name {
	flex-direction: row-reverse;
}
.news-right-article .new-list-name {
	max-width: 260px;
}
.news-right-article .news-listUnion {
	padding: 20px 20px 24px 20px;
}
.news-right-article .new-list-text {
	max-width: 260px;
	padding: 20px 0 10px;
}
/*Стили к странице "Новости" (конец)*/

.bx-livechat-position-bottom-right {
	right: 18px;
}


/*Свайпер слайдер (начало)*/
.blog-slider {
	margin: 3vw 0 3vw;
}

.big-blog {
	margin-bottom: 3vw;
}

.mini-blog__item {
	background: #ECF0F7;
	color: #2D4468;
	cursor: pointer;
}

.mini-blog__item video {
	/*max-height: 100px;*/
	object-fit: cover;
	object-position: top;
}

.mini-blog__item.swiper-slide-thumb-active {
	background: #FF663F;
	color: #ffffff;
}

.mini-blog__item p {
	font-size: 16px;
	line-height: 21px;
	padding: 10px 15px;
	margin: 0;
	display: flex;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
}

.mini-blog__item p:after {
	content: url("/upload/medialibrary/bd9/arrow-im.svg");
	position: absolute;
	right: -28px;
}

.mini-blog__item:last-child p:after {
	content: none;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: stretch;
}

.video-block {
	margin: 4vw 0;
}

/*==============================================================*/
/*Стили к странице "Поддержка сайтов (начало)*/

.startup-block-support {
	padding-bottom: 80px;
}

.startup-list-item-support span {
	font-family: 'Exo 2.0 Extra Bold';
	font-size: 36px;
	line-height: 43px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	max-width: 60px;
	height: 60px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.startup-union-subtitle-support {
	font-size: 18px;
	line-height: 22px;
}

.startup-list-item-support {
	background: #ECF0F7;
	display: flex;
	align-items: center;
	marging-bottom: 20px;
	border-radius: 40px 0 0 40px;
	max-width: 800px;
	width: 100%;
}

.startup-union-support {
	padding-left: 40px;
	margin-bottom: 20px;
}

.performance-modul {
	padding-top: 120px;
}

.solve-problems-support {
	padding-top: 30px;
}

.starting-block-support {
	padding: 40px 0 20px;
	/*background: url("/local/templates/new_v_robot/css/../image/supp-robot1.png") center;*/
	/*background-size: cover;*/
}
/*Стили к странице "Поддержка сайтов" (конец)*/

/*================================================================*/
/*Стили к странице "Услуги дизайна" (начало)*/
.starting-block-design {
	padding: 0 0 200px;
	background: radial-gradient(89.72% 75.02% at 41.8% 96.21%, #FFF7BF 0%, #FFAD6A 18.34%, #952D4B 44.6%, #21324D 74.25%, #081934 100%), #C4C4C4;
	position: relative;
	background-size: cover;
}
.starting-block-design .starting-bannerBlock{
	padding: 100px 0;
}
.starting-info-title-design {
	color: #ffffff;
}
.starting-info-subtitle-design {
	color: #ECF0F7;
}
/*-----------------------------------------------------------------*/
.start-advantage-design {
	background: #081934;
	/*background: radial-gradient(214.84% 96.24% at 49.46% -44.12%, #FFF7BF 0%, #FFAD6A 24.91%, #952D4B 42.51%, #21324D 66.46%, #081934 100%), linear-gradient(180deg, #F2D59D -9.86%, #E3A192 11.63%, #DD8A8D 21.84%, #C2677A 31.59%, #780647 43.96%);*/
	position: relative;
	padding: 0 0 180px;
}
.start-advantage-design:before{
	content: '';
	background: url("/local/templates/new_v_robot/css/../image/design-bg-dark.png") no-repeat;
	background-size: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -220px;
}
.privilege-block-title-design {
	color: #ffffff;
	padding: 0 0 50px;
}
.start-advantage-design .privilege-item-subtitle {
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	top: -20%;
	padding: 0 30px 2px;
	position: relative;
	text-align: left;
}
.privilege-item-pre-title {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-weight: 800;
	font-size: 64px;
	line-height: 77px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	background: linear-gradient(#780647, #FF663F);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	top: -21%;
	padding: 0 30px;
	position: relative;
}
.privilege-block-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.privilege-block {
	padding-top: 40px;
}
.start-advantage-design .privilege-list-item {
	width: 32%;
	background: linear-gradient(180deg, #2D4468 0%, rgba(45, 68, 104, 0.2) 100%);
	margin: 25px 0;
	position: relative;
	padding: 0;
}
.start-advantage-design .privilege-item-title {
	color: #ffffff;
	text-align: left;
	top: -20%;
	padding: 0 30px 2px;
	position: relative;
}
/*---------------------------------------------------------------*/
.performance-design {
	background: linear-gradient(#FFF7BF	50%, #FFFFFF 50%);
	position: relative;
	padding: 50px 0;
}
.performance-design:before {
	content: '';
	width: 75%;
	height: 61px;
	background-color: #FFF7BF;
	position: absolute;
	top: -60px;
	right: 0;
	clip-path: polygon(0% 100%, 6% 0%, 100% 0%, 100% 100%);
}
.performance-design:after {
	content: '';
	width: 15%;
	height: 61px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: calc(50% - 1px);
	right: 0;
	clip-path: polygon(0% 100%, 25% 0%, 100% 0%, 100% 100%);
}
.performance-design .performance-bloc {
	display: block;
	text-align: center;
}
.performance-design .performance-bloc-image img {
	width: 850px;
}
/*---------------------------------------------------------------*/
.products-design {
	/*background: #ECF0F7;*/
	padding: 40px 0 180px;
	position: relative;
}
.with-revers {
	padding: 40px 0 100px;
}
.products-design:before{
	content: '';
	background: url("/local/templates/new_v_robot/css/../image/design-Vector 32.png") no-repeat;
	background-size: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -150px;
}
.products-design .products-block {
	padding: 40px 0 40px;
}
.products-design .products-list-image {
	width: 700px;
}
.revers {
	display: flex;
}
.revers:nth-child(even) {
	flex-direction: row-reverse;
}
.revers:nth-child(odd) {
	flex-direction: row;
}
/*----------------------------------------------------------------*/
.static-icons {
	padding: 0;
	position: relative;
	background: #081934;
	color: #FFFFFF;

}
.static-icons:before {
	content: '';
	position: absolute;
	background: url("/local/templates/new_v_robot/css/../image/design-bg-icons-2.png") no-repeat;
	background-size: 100%;
	width: 100%;
	height: 1474px;
	top: -210px;
}
.static-icons .solve-problems {
	padding: 40px 0 0;
}
.static-icons .titels {
	text-align: center;
	padding: 0 0 40px;
	color: #FFFFFF;
}
.static-icons .start-advantageBlock {
	justify-content: space-around;
	text-align: center;
}
.solve-problems-item-icons {
	width: 49.5%;
}
.static-icons .solve-problems-img img {
	max-width: 100%;
}
.static-icons .solve-problems-list {
	padding: 40px 0 20px;
}
.static-icons .solve-item-title {
	color: #FFFFFF;
}
.to-center {
	display: inline-block;
	max-width: 540px;
}
/*----------------------------------------------------------------*/
.anime-icons {
	padding: 0 0 400px;
	position: relative;
	color: #FFFFFF;
	background: #081934;
}
.anime-icons:before {
	content: '';
	position: absolute;
	background: url("/local/templates/new_v_robot/css/../image/design-bg-illustration.png") no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	bottom: -200px;
}
.anime-icons .solve-problems {
	padding: 0;
	text-align: center;
}
.anime-icons .solve-problems-title.titels {
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}
.anime-icons .solve-problems-list {
	padding: 40px 0 80px;
}
/*----------------------------------------------------------------*/
.order-design {
	background: #FBCF82;
}
.cloud-form-main-design {
	justify-content: center;
	position: relative;
	z-index: 1;
}
.cloud-form-main-design .cloudButton-clic {
	width: unset;
}
/*Стили к странице "Услуги дизайна" (конец)*/
/*Стили к странице "Веб-студия Robot.NET" (начало)*/
.about__general-info {
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	grid-gap: 50px 0;
}

.about__general-infoText {
	max-width: 730px;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}

.about__general {
	margin: 50px 0 80px;
}

.about__general-infoText > p {
	font-size: 16px;
	line-height: 22px;
}

.about__general-infoText b {
	display: inline-block;
	color: #780647;
	font-weight: 700;
	font-family: 'Exo 2.0 Extra Bold';
}

.about__general-infoText > b {
	font-size: 18px;
}

.about__general-infoText > ul {
	font-size: 16px;
	line-height: 22px;
	list-style-type: disc;
	padding-left: 25px;
}

.titels-about {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #780647;
	display: block;
	text-align: center;
}

.about__listing {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(33%, 1fr));
	margin-top: 50px;
}

.about__listing > li {
	padding: 30px;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
	justify-items: center;
	/*cursor: pointer;*/
	transition: all 0.3s ease;
}

.about__listing > li figure {
	transition: all 0.3s ease;
}

.about__listing > li p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-align: center;
}

.about__listing > li:nth-child(n+4) {
	color: #ffffff;
}

.our-developments {
	padding: 80px 0;
}

.our-developments__block {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 50px;
}

.our-developments__block .titels-about {
	text-align: start;
}

.our-developments__listing {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	grid-gap: 50px;
}

.our-developments__items {
	background: #FFF7BF;
	padding: 40px;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
	justify-items: center;
	align-content: baseline;
}

.our-developments__images {
	width: 230px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.our-developments__images img {
	width: 100%;
	height: 100%;
}

.our-developments__titel {
	font-family: 'Exo 2.0 Extra Bold', "Arial", sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: #780647;
	text-align: center;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.about__button {
	font-family: 'Exo 2.0 Regular', "Arial", sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF663F;
	border: none;
	padding: 15px 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	outline: none;
	justify-self: center;
}

.our-clients {
	padding-bottom: 80px;
}

.our-clients__block {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 50px;
}

.our-clients__block .titels-about {
	text-align: start;
}

.our-clients__listing {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 30px 20px;
}

.our-clients__listing > li {
	align-self: center;
	justify-self: center;
}

.our-clients__listing > li a {
	display: inline-block;
}

.company-team__block .titels-about {
	text-align: start;
}

.companyTeam {
	padding-top: 50px;
	padding-bottom: 40px;
}

.companyTeam .swiper-pagination-bullets {
	bottom: 0;
}

.company-team__items {
	background: #ECF0F7;
	padding: 30px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px 0;
	justify-items: center;
}

.company-team__items > figure {
	width: 180px;
	height: 200px;
}

.company-team__items > figure img {
	width: 100%;
	height: 100%;
}

.company-team__items > p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #2D4468;
	text-align: center;
	margin-top: 20px;
}

.company-team__items > span {
	font-size: 16px;
	line-height: 20px;
	color: #091934;
}

.companyTeam .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #2D4468;
	opacity: 1;
}

.companyTeam .swiper-pagination-bullet-active {
	background: #FF663F;
}

.about__text-bottom {
	font-family: 'Exo 2.0 Extra Bold';
	font-size: 24px;
	line-height: 29px;
	color: #790748;
	text-align: center;
	margin-top: 80px;
}

.hide-dev {
	display: none;
}
/*Стили к странице "Веб-студия Robot.NET" (конец)*/

/* End */


/* Start:/local/templates/new_v_robot/css/about_css.css?16264182855459*/
.wrap.page-404{
    height: calc(100vh - 620px);
    min-height:300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wrap.page-404 * {
    padding-top: 10px;
    padding-bottom: 10px;
}

contents {
    display: block;
    width: 100%;
    font-family: inherit;
}
contents *{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;

}
.cloud-form-bloc {
    flex-wrap: wrap;
}
.cloud-form-bloc .g-recaptcha{
    margin-top: 10px;
}
banner{
    display: flex;
    height: 500px;
    position: relative;
    align-items: center;
    background-size: 600px auto;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    background-image: none !important;
}

banner div{
    margin: 0;
}
banner div h1,banner div p{
    max-width: 60%;
    float:left;
    margin-top: 20px;
}
banner div ul{
    display: flex;
    list-style: none;
}
banner div ul li{
    list-style: none;
}
banner div certs_list
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: 142px 90px, 204px 68px;
    background-position: 2px 50%, 176px 50%;
}
varranties{

    border-bottom: 1px solid #eff1f5;
    border-top: 1px solid #eff1f5;
    display: flex;
    justify-content: space-between;
}
varranties div{
    padding-left: 75px;
    margin-left: 20px;
    text-align: left;
    background-size: 43px;
    margin-top: 60px;
    margin-bottom: 60px;
}
varranties div:nth-child(1){
    background: url("/design/img/about-img-1.png") no-repeat left top;
}
varranties div:nth-child(2){
    background: url("/design/img/about-img-2.png") no-repeat left top;
}
varranties div:nth-child(3){
    background: url("/design/img/about-img-3.png") no-repeat left top;
}
varranties div h2{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FF663F;
    text-align: left;
    margin-bottom: 10px;
}
projects{
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
projects p{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    color: #292929;
    text-align: center;
}
projects ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
projects ul li{
    max-width: 620px;
    position: relative;
    margin: 0;
    margin-top: 10px;
    overflow: hidden;
}
projects ul listhead{
    position: relative;
}
projects ul li:hover img{
    transform: scale(1.1);
}
projects>ul>li:nth-child(even){
    margin-right: 10px;

}
projects>ul>li:nth-child(odd){
    margin-left: 10px;

}
projects ul li img{
    width: 100%;
    height: auto;
    transition: all .1s linear;
}
projects ul li desc, projects ul listhead desc{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    z-index: 2;
}
projects ul li desc h3, projects ul li desc p, projects ul listhead desc h3, projects ul listhead desc p{
    color: indianred;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 28px;
    text-align: left;
}
projects ul li desc p{
    font-weight: 500;
    font-size: 16px;
    line-height: 37px;
}
team{
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}
team p{
    margin: 20px 0;
    text-align: center;
}
team ul{
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
}
team ul li{
    max-width:226px;
    /*height: 335px;*/
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
team ul li img{
    width:100%;
    height: auto;
}
team ul li desc{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 29px 0px 0px 0px;
    text-align: center;
    background: #F9F9FB;
    z-index: 2;
}
team ul li desc h3{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: #000000;
    padding-bottom: 8px;
}
@media (max-width: 1290px) {
    projects ul {
        justify-content: center;
        align-items: center;
    }
    projects>ul>li:nth-child(even){
        margin-right: 0px;

    }
    projects>ul>li:nth-child(odd){
        margin-left: 0px;

    }
    projects ul li {
        max-width: 100%;
    }
    projects>ul>li:hover img{
        transform: scale(1);
    }
    projects ul li desc h3, projects ul li desc p, projects ul listhead desc h3, projects ul listhead desc p{
        color: black;
    }
    projects ul li desc, projects ul listhead desc {
        color: black;
        position: initial;
        padding: 10px 0px;
        z-index: 2;
    }
    varranties{
        flex-wrap: wrap;
    }
    varranties div{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    banner{
        background: none !important;
    }
    banner div certs_list {
        background-size: 145px auto, 140px auto;
        background-position: 0 50%, 170px 50%;
    }
    contents *{
        width: 95%;
    }
    banner div h1,banner div p{
        max-width: 100%;
        float:left;
        margin-top: 20px;
    }
}
/* End */


/* Start:/local/templates/new_v_robot/css/mob_style.css?163767335150402*/
@media (min-width: 992px) {
    .about__listing > li:hover figure {
        transform: scale(1.1);
    }
}

@media (min-width: 1024px) {
    .header-secondList-item:hover .header-secondList-link__points {
        max-height: inherit;
    }
}

@media (max-width: 1290px) {
    .container {
        width: 90%;
    }

    .container-main {
        width: 95%;
    }

    /*Главная страница*/
    .phone-block-list a {
        font-size: 12px;
    }

    .header-secondList-link {
        font-size: 15px;
    }
    .news-list{
        justify-content: center;
    }
    .news-list-item{
        /*max-width: 75% !important;*/
    }

    div.slayden-savnena {
        height: 33vw;
    }

    .hosting-block-mobile .listing,.support-block-mobile .listing{
        padding: 5px;
    }
}

@media (max-width: 1200px) {
    .clients-block {
        flex-direction: column;
    }

    .clients-block-title {
        padding: 0px 0px 30px 0;
        margin-right: 0;
        border: 0;
    }

    .cloud-1 {
        height: 130px;
    }

    .cloud-2 {
        height: 130px;
    }

    .cloud-3 {
        height: 130px;
    }

    .cloud-4 {
        height: 130px;
    }

    .serverCard-block {
        position: relative;
        min-width: 280px;
    }

    .server-infoText {
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .advantages-tittle {
        display: none;
    }

    .stages .svg {
        display: none;
    }

    .stages-list-item:nth-child(odd) {
        justify-content: flex-start;
        flex-direction: row;
        text-align: left;
    }

    .stages-bloc-list .startup-union {
        padding-left: 20px;
    }
}

@media (max-width: 1024px) {
    /*Главная страница*/
    .banner-blockImage {
        display: none;
    }

    .mobile-banner-blockImage {
        display: block;
        text-align: end;
    }

    .mobile-banner-blockImage img {
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
    }

    .menu-mobile-icons {
        position: fixed;
        top: 62%;
        right: 0;
        display: flex;
        align-items: center;
        background-color: #780647;
        border-radius: 30px 0px 0px 0px;
        padding: 8px 20px 8px 10px;
    }

    .mobile-icons-chat {
        background: linear-gradient(0deg, #FF663F, #FF663F), #FF663F;
        border-radius: 50%;
        padding: 15px;
        cursor: pointer;
    }

    .mobile-icons-burger {
        padding-left: 20px;
        cursor: pointer;
    }

    .mobile-burger {
        display: block;
    }

    .mobile-icons-chat img {
        vertical-align: middle;
    }

    .mobile-menu-name {
        font-size: 14px;
        line-height: 19px;
        text-transform: uppercase;
        color: #FFF7BF;
    }

    .mobile-menu-main {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 13;
        background: rgba(33, 50, 77, 0.3);
        overflow-y: auto;
    }

    .mobile-menu-main::-webkit-scrollbar {
        width: 3px;
        background-color: transparent;
    }

    .mobile-menu-main::-webkit-scrollbar-thumb {
        background-color: #FF663F;
    }

    .mobile-menu-union {
        background-color: #780647;
    }

    .mobile-menu-mainTitle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #952D4B;
        padding: 15px 20px;
    }

    .mobile-button-close {
        cursor: pointer;
        padding: 7px;
    }

    .mod-titel {
        width: 100%;
        padding: 9px 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

    .mod-titel.icon {
        background: #952D4B;
    }

    .pointsItem-subparagraphs {
        padding: 14px 40px;
    }

    .header-secondList-item {
        /*padding: 9px 20px;*/
        flex-direction: column;
        align-items: flex-start;
    }

    .header-secondList-item:nth-child(n+3) .header-secondList-link {
        display: flex;
    }

    .header-secondList-link__points {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 0;
        display: none;
        max-height: inherit;
    }

    /*.header-secondList-item:nth-child(-n+3)::after {*/
    /*    position: absolute;*/
    /*    left: 200px;*/
    /*    top: 15px;*/
    /*}*/

    .mod-titel.icon::after {
        transform: rotate(180deg);
    }

    .header-secondList-item:last-child {
        border-top: 1px solid #952D4B;
    }

    .header-secondList-item.mobile-item {
        flex-direction: row;
        align-items: center;
        padding: 9px 20px;
    }

    .mobile-contacts-menu {
        background: #21324D;
        padding: 20px;
    }

    .mobile-contacts-menu .footer-information-item {
        padding-bottom: 0;
    }

    .main-header-first {
        display: none;
    }

    .main-header-secondList {
        display: none;
    }

    .mobile-main-header {
        display: block;
    }

    .header-mobile-item {
        display: flex;
        align-items: center;
    }

    .header-secondList-item:nth-child(-n+2)::after {
        content: none;
    }

    .header-mobile-item .header-secondList-link {
        font-size: 18px;
        line-height: 22px;
    }

    .somethingBlock {
        display: none;
    }

    .main-header-firstUnion {
        padding: 8px 0;
    }

    .banner-blockImage img {
        max-width: 100%;
    }

    .hosting {
        height: auto;
    }

    .hosting-block {
        display: none;
    }

    .hosting-block-mobile {
        display: flex;
        position: relative;
        z-index: 9;
        padding: 25px 0;
    }

    .hosting-block-mobile .hosting-button {
        display: inline-block;
    }

    .hosting-block-mobile .hosting-block-list:hover {
        transform: scale(1.0);
    }

    .hosting-block-mobile .hosting-list-title {
        max-width: 100%;
    }

    .hosting-block-mobile .hosting-block-list {
      /*  box-shadow: 0px 4px 30px rgba(255, 102, 63, 0.2);*/
    }

    .hosting-mob-text {
        font-size: 14px;
        line-height: 16px;
        color: #152032;
        text-align: center;
        padding: 15px 8px 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        min-height: 97px;
        margin-bottom: 15px;
    }

    .hosting-mob-text span {
        max-width: 285px;
        width: 100%;
        display: inline-block;
    }

    .hosting .slick-dots li button:before {
        font-size: 45px;
        color: #2D4468;
        opacity: 1;
    }

    .hosting .slick-dots li.slick-active button:before {
        color: #FF663F;
        opacity: 1;
    }

    .server-blockInfo {
        position: relative;
    }

    .server-union {
        flex-direction: column;
        align-items: normal;
    }

    .server-block-image {
        text-align: end;
    }

    .server-title {
        padding-bottom: 20px;
    }

    .support-block {
        display: none;
    }

    .support-block-mobile {
        display: flex;
        position: relative;
        z-index: 9;
        padding: 25px 0;
    }

    .support-block-mobile .support-block-list {
        transform: scale(1.0);
       /* box-shadow: 0px 4px 30px rgba(255, 102, 63, 0.2);*/
    }

    .support-block-mobile .banner-block-infoButton.hosting-button {
        display: inline-block;
    }

    .support .slick-dots li button:before {
        font-size: 45px;
        color: #2D4468;
        opacity: 1;
    }

    .support .slick-dots li.slick-active button:before {
        color: #FF663F;
        opacity: 1;
    }

    .clients-list-item {
        display: flex !important;
        justify-content: center;
    }

    /*Страница сервера*/
    .breadcrumbs-block {
        display: none !important;
    }

    /*Обслуживание серверов*/
    .service-cash-bloc {
        width: inherit;
        margin-bottom: 0;
    }

    .service-buttonBuy {
        top: auto;
        bottom: 0;
        left: 0;
        margin: 0;
    }

    .service-buttonBuy-mobile {
        display: inline-block;
        background-color: #FF663F;
        font-family: 'Exo 2.0 Regular';
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
        padding: 15px 20px;
        position: absolute;
        right: 10px;
        top: 27%;
    }

    .service-list-itemTitle.mobile-title-serv {
        padding-left: 20px;
        padding-right: 10px;
    }

    .service-list-itemsubText {
        padding-left: 20px;
        padding-right: 10px;
    }

    .service-listName {
        padding-left: 20px;
        padding-right: 10px;
    }

    .service-list-article {
        padding-left: 20px;
        padding-right: 10px;
    }

    .service-buttonBuy:hover {
        transform: scale(1.0);
    }

    .servUnion-block {
        /*display: none;*/
        flex-wrap: wrap;
    }

    .service-list {
        width: 100%;
    }

    .servUnion-block-mobile {
        display: block;
    }

    .service-infoText {
        padding: 20px 20px 50px;
        width: 100%;
        box-sizing: border-box;
    }

    .service-buttonBuy {
        /*display: none;*/
    }

    .service-buttonMob-union {
        display: block;
        position: relative;
        margin: 20px 0 0;
    }

    .serv-mobile-cash {
        padding: 20px;
        margin-bottom: 20px;
        background-color: #780647;
        cursor: pointer;
        position: relative;
    }

    .service-cash-info {
        margin-left: 0;
        width: inherit;
        padding: 0px;
    }

    .serv-mobile-cash.open-service {
        background: #FFFFFF;
        margin-bottom: 0;
    }

    .serv-mobile-cash.open-service .service-list-itemsubTitle {
        color: #780647;
    }

    /*Быстрый запуск*/
    .templates-list-item img {
        max-width: 375px;
    }

    .cash-support-block {
        display: none;
    }

    .mobile-cash-support-block {
        display: flex;
        padding-top: 30px;
    }

    .mobile-cash-support-block .support-block-list:hover {
        transform: scale(1.0);
    }

    .mobile-cash-support-block .hosting-button {
        display: inline-block;
    }

    .mobile-cash-support-block .banner-block-infoButton:hover {
        transform: scale(1.0);
    }

    .mobile-cash-support-block .support-block-list {
        box-shadow: 0px 4px 30px rgba(255, 102, 63, 0.2);
        margin: 0 3px;
    }

    .mobile-cash-support-block .slick-dots li button:before {
        font-size: 45px;
        color: #2D4468;
        opacity: 1;
    }

    .mobile-cash-support-block .slick-dots li.slick-active button:before {
        color: #FF663F;
        opacity: 1;
    }

    .mobile-cash-support-block .slick-dots {
        margin: -40px 0;
    }

    .hosting-list-text {
        max-width: inherit;
        width: auto;
        padding: 29px 5px 15px;
    }

    .our-works .container {
        width: 100%;
    }

    .our-works-list {
        padding: 0;
    }

    .our-works-item {
        margin-bottom: 0;
    }

    .rebrand-image {
        position: relative;
        right: 0;
    }

    .rebranding {
        padding: 50px 0 45px;
    }

    .marketing:before {
        content: '';
        height: 40px;
        top: -37px;
    }

    .marketing:after {
        content: '';
        width: 60%;
        height: 40px;
        bottom: -37px;
    }

    .performance:before {
        content: '';
        width: 10%;
        height: 40px;
        top: -3px;
        clip-path: polygon(0% 100%, 0% 0%, 70% 0%, 100% 100%);
    }

    .marketing-bloc-info {
        width: 55%;
        padding-left: 20px;
    }

    .cloud-1 {
        height: 110px;
    }

    .cloud-2 {
        height: 120px;
    }

    .cloud-3 {
        height: 110px;
    }

    .cloud-4 {
        height: 120px;
    }

    .server-general-catalog {
        display: none;
    }

    .news-detail {
        padding: 15px 0 0;
    }

    .header-secondList-link {
        font-size: 18px;
        display: inline-flex;
        align-items: center;
    }

    li:nth-child(-n+2) .mod-titel:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 8px solid #FF663F;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        margin-left: 7px;
    }
    /*Стили к странице "Услуги дизайна" (начало)*/
    .anime-icons {
        padding: 0 0 320px;
    }
    .performance-design:after {
        display: none;
    }
    /*Стили к странице "Услуги дизайна" (конец)*/
}

@media (max-width: 900px) {
    .aqua-banner-info {
        position: relative;
    }

    .aqua-banner-main {
        flex-direction: column;
        align-items: normal;
    }

    .aqua-images {
        text-align: right;
    }

    .aqua-images img {
        width: auto;
        max-width: 100%;
    }

    .rebrand-image img {
        max-width: 160px;
    }

    .performance-bloc {
        flex-direction: column;
    }

    .marketing-bloc-infoLeft {
        width: inherit;
    }

    .performance {
        padding: 50px 0 30px;
    }

    .server-general-block {
        flex-direction: column-reverse;
    }

    .serverCard-block {
        max-width: inherit;
        /*margin-bottom: 30px;*/
    }

    .server-infoText {
        width: inherit;
        padding-top: 30px;
    }

    .server-general {
        padding: 15px 0 100px;
    }

    .news-detail-link.server-det-link {
        display: block;
    }

    .server-general-infoTitle {
        display: none;
    }

    .mobile-server-title {
        display: block;
        text-align: center;
        padding-bottom: 20px;
    }
}

@media (max-width: 820px) {
    .titels {
        font-size: 28px;
        line-height: 34px;
    }
    .solve-problems-title.titels {
        text-align: center;
    }
    .news-list-item{
        max-width: 100% !important;
    }
    .banner-block{
        padding-top: 20px;
    }
    /*Главная страница*/
    .banner-block-info {
        height: 100%;
       /* position: relative;*/
        text-align: left;
        position: absolute;
        left: 0;
        top: 0;
    }

    .banner-block-infoTitle {
        font-size: 28px;
        line-height: 34px;
    }

    .banner-block-infoSubtitle {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 0 40px;
        font-size: 15px;
        font-weight: 600;
    }

    .advantages-block-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .advantages::before {
        content: none;
    }

    .advantages-listItem {
        box-shadow: none;
        padding: 0 0 20px 0;
    }

    .advantages {
        padding-bottom: 30px;
    }

    .services-titel {
        font-size: 28px;
        line-height: 34px;
    }

    .services-block {
        padding-top: 15px;
        flex-direction: column;
    }

    .services-block-list {
        width: auto;
        flex-direction: row;
        padding: 20px 15px;
    }

    .services-list-image {
        padding-bottom: 0;
        min-height: 70px;
    }

    .services-block-list:hover {
        width: 100%;
    }

    .services-list-text {
        font-size: 18px;
        line-height: 22px;
        /*justify-content: end;*/
        justify-content: start;
        padding-left: 20px;
        text-align: start;
        max-width: 160px;
    }

    .service-buttonBuy-mobile {
        font-size: 13px;
        line-height: 16px;
        padding: 10px 15px;
    }

    .services {
        padding-bottom: 36px;
    }

    .services-list-image img {
        max-width: 75px;
    }

    .shop-block {
        padding: 50px 0 0;
    }

    .rent-title {
        font-size: 28px;
        line-height: 34px;
    }

    .rent-block {
        padding-top: 20px;
        flex-direction: column-reverse;
        align-items: normal;
    }

    .rent-info-title {
        font-size: 14px;
        line-height: 16px;
    }

    .rent-info-subtitle {
        font-size: 14px;
        line-height: 16px;
    }

    .rent-block-infoList {
        padding-bottom: 15px;
    }

    .banner-block-infoButton.rent-button {
        margin-top: 30px;
    }

    .rent-block-image {
        text-align: end;
        display: none;
    }

    .rent-block-image img {
        max-width: 85%;
    }

    .mobile-rent-img {
        display: block;
        text-align: end;
    }

    .mobile-rent-img img {
        max-width: 100%;
    }

    .hosting-title {
        font-size: 28px;
        line-height: 34px;
    }

    .hosting {
        padding: 30px 0 82px;
    }

    .hosting-subtitle {
        font-size: 14px;
        line-height: 16px;
        padding-top: 15px;
    }

    .host-bg-image img {
        max-width: 250px;
    }

    .server {
        padding-top: 30px;
    }

    .server-title {
        font-size: 28px;
        line-height: 34px;
    }

    .support {
        padding: 30px 0 82px;
        height: auto;
    }

    .support-title {
        font-size: 28px;
        line-height: 34px;
    }

    .clients {
        padding: 30px 0 40px;
    }

    .clients-block {
        flex-direction: column;
    }

    .clients-block-title {
        border: none;
        padding: 0 0 30px 0;
        max-width: 100%;
        text-align: center;
        font-size: 28px;
        line-height: 34px;
    }

    .clients-block-list {
        width: 100%;
    }

    .server-block-image {
        display: none;
    }

    .server-img-mobile {
        display: block;
        text-align: end;
    }

    .server-img-mobile img {
        max-width: 100%;
        vertical-align: bottom;
    }

    .news {
        padding: 30px 0;
    }
    .news>.container {
        width: 100% !important;
    }

    .news-title {
        font-size: 28px;
        line-height: 34px;
    }

    .news-list {
        /*padding-top: 20px;*/
        padding: 20px 10px 0;
    }

    .new-list-name {
        font-size: 14px;
        line-height: 18px;
    }

    .new-list-text {
        display: none;
    }

    .news-list-image img {
        max-width: 120px;
        width: 100%;
        min-width: 120px;
    }

    .news-list-item {
        width: 100%;
        background: #FAFBFD;
        margin-bottom: 10px;
        max-height: 130px !important;
    }
    .news-list-image{
        height: 130px;
        max-width: 120px;
        width: 120px;
        min-width: 120px;
    }
    .news-list-item:hover {
        box-shadow: none;
    }

    .news-detail-tit {
        font-size: 28px;
        line-height: 34px;
        padding-top: 0;
        padding-bottom: 20px;
        text-align: center;
    }

    .news-details-date {
        font-size: 14px;
        line-height: 18px;
    }

    .news-detail-link span {
        display: none;
    }

    .news-listUnion {
        width: inherit;
        box-sizing: border-box;
    }

    .map {
        display: none;
    }

    .certificate {
        padding: 30px 0 30px;
    }

    .certificate-block {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .certificate-block a {
        padding-bottom: 10px;
    }

    .certificate-listing {
        padding-top: 0;
    }

    .certificate-listing-item img {
        max-width: 165px;
    }

    .lightzoom img {
        max-width: 210px;
        width: 65%;
    }

    .certificate-listing {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .certificate-title {
        font-size: 28px;
        line-height: 34px;
    }

    .certificate-subtitle {
        padding: 7px 0 20px;
    }

    .certificate-subtitle span {
        font-size: 14px;
        line-height: 16px;
    }

    .footer {
        padding-top: 20px;
    }

    .footerImage-pic {
        display: none;
    }

    .footer-information {
        flex-direction: column;
    }

    .buttonForm {
        text-align: left;
    }

    .footer-form {
        width: 100%;
    }

    .footer-information-list {
        width: 100%;
        padding-top: 20px;
    }

    /*Страница сервера*/
    .servers-blocks {
        background-image: none;
        padding: 30px 0 40px;
    }

    .servers-list-item {
        margin-top: 20px;
    }

    .servers-blocks-list {
        flex-direction: column;
        align-items: center;
    }

    .servers-list-item {
        width: 50%;
    }

    .servers-blocks-title {
        font-size: 28px;
        line-height: 34px;
    }

    .servers-list-itemTitle {
        font-size: 28px;
        line-height: 32px;
        padding: 11px 0;
    }

    .servers-list-itemTitle::before {
        bottom: -21px;
    }

    .servers-list-itemTitle::after {
        bottom: -21px;
    }

    .server-price-off {
        font-size: 14px;
        line-height: 17px;
    }

    .server-static-listText {
        font-size: 14px;
        line-height: 17px;
    }

    .server-staticText {
        padding-bottom: 15px;
    }

    .server-static {
        /*padding-top: 30px;*/
    }

    .server-price-block {
        padding-bottom: 15px;
    }

    /*Страница хостинг*/
    .hosting-blockMain {
        background-image: none;
        padding: 30px 0 40px;
    }

    .hosting-blocks-title {
        font-size: 28px;
        line-height: 34px;
    }

    .hostingMain-blocks-list {
        flex-direction: column;
        align-items: center;
    }

    .hostingMain-list-itemTitle {
        font-size: 28px;
        line-height: 32px;
    }

    .hostingMain-list-itemTitle {
        padding: 11px 0;
    }

    .hostingMain-list-itemTitle::before {
        bottom: -21px;
    }

    .hostingMain-list-itemTitle::after {
        bottom: -21px;
    }

    .hostingMain-static {
        padding-top: 30px;
    }

    /*Обслуживание серверов*/
    .service {
        background-image: none;
        padding: 30px 0 40px;
    }

    .service-title {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 20px;
    }

    .service-list-itemTitle {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 5px;
        max-width: inherit;
        box-sizing: border-box;
    }

    .service-list-itemsubTitle {
        font-size: 18px;
        line-height: 22px;
    }

    .service-cash-bloc {
        padding: 15px;
    }

    .service-buttonBuy {
        padding: 12px 15px;
    }

    .service-list-itemsubText {
        max-width: 100%;
        width: inherit;
    }

    /*Облако Битрикс24*/
    .cloud {
        padding: 30px 0 250px;
    }

    .cloud-form-main {
        margin-top: 40px;
    }

    .cloud .cloud-form-main {
        margin-top: 60px;
    }

    .cloudButton-clic {
        margin: 0;
    }

    .cloud-titel {
        font-size: 28px;
        line-height: 34px;
    }

    .cloud-bloc-title {
        font-size: 18px;
        line-height: 24px;
        padding-top: 20px;
    }

    .cloud-bloc-title span {
        font-size: 18px;
    }

    .cloud-bloc-subtitle {
        padding: 20px 0 30px;
    }

    .cloud-bloc-links {
        display: flex;
        flex-direction: column;
    }

    .cloud-links {
        min-width: inherit;
        max-width: inherit;
    }

    .cloud-links:hover {
        transform: scale(1.0);
    }

    .cloud-links.cloud-regist {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .cloud-form-subtitle {
        font-size: 14px;
        line-height: 17px;
        padding: 20px 0 15px;
    }

    .cloud-form-bloc {
        flex-direction: column;
        align-items: normal;
    }

    .cloud-form-phone {
        max-width: inherit;
        margin-bottom: 20px;
    }

    .cloudButton-clic:hover {
        transform: scale(1.0);
    }

    .cloud-form {
        padding: 20px 15px;
    }

    /*Быстрый запуск*/
    .starting-block {
        padding: 50px 0 15px;
    }

    .starting-bannerBlock {
        align-items: normal;
        flex-direction: column;
    }

    .starting-infoImage {
        text-align: end;
        /*display: none;*/
    }

    .starting-mob-img {
        /*display: block;*/
        text-align: end;
    }

    .starting-mob-img img {
        max-width: 100%;
    }

    .seo-banner .starting-mob-img {
        text-align: start;
    }

    .starting-info-title {
        font-size: 28px;
        line-height: 34px;
    }

    .starting-info-subtitle {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 0;
    }

    .start-advantageBlock {
        flex-direction: column;
        align-items: center;
    }

    .start-advantage {
        padding: 20px 0 30px;
    }

    .start-advantage .start-advantageBlock {
        padding: 0 10px;
    }

    .privilege-block {
        padding-top: 30px;
    }

    .privilege-block-title {
        font-size: 28px;
        line-height: 34px;
    }

    .privilege-item-title {
        font-size: 14px;
        line-height: 17px;
        padding: 15px 0 10px;
        min-height: 35px;
    }

    .privilege-item-subtitle {
        font-size: 12px;
        line-height: 16px;
    }

    .privilege-list-item {
        padding-top: 30px;
        width: 49%;
    }

    .privilege-item-image img {
        max-width: 90px;
    }

    .mobile-templates-list {
        display: block;
    }

    .templates-titel {
        font-size: 28px;
        line-height: 34px;
    }

    .templates-list {
        /*display: none;*/
    }

    .mobile-templates-list .templates-list-item img {
        max-width: 407px;
    }

    .mobile-templates-list .templates-list-item:nth-child(n+7) {
        display: block;
    }

    .mobile-templates-list .templates-list-item {
        margin: 0 3px;
    }

    .mobile-templates-list {
        padding-top: 30px;
    }

    .mobile-templates-list .slick-dots li button:before {
        font-size: 45px;
        color: #2D4468;
        opacity: 1;
    }

    .mobile-templates-list .slick-dots li.slick-active button:before {
        color: #FF663F;
        opacity: 1;
    }

    .mobile-templates-list .slick-dots {
        margin: -10px 0;
    }

    .templates {
        padding-bottom: 40px;
    }

    .templates-button-block {
        display: none;
    }

    .templates-button-blockMobile {
        display: block;
        text-align: center;
        padding-top: 30px;
    }

    .cash {
        height: auto;
        padding-bottom: 70px;
    }

    .cash-titel {
        font-size: 28px;
        line-height: 34px;
    }

    .startup-block-title {
        font-size: 28px;
        line-height: 34px;
    }

    .startup-block {
        padding: 40px 0;
    }

    .startup-block-list {
        padding-top: 30px;
        align-items: flex-start;
    }

    .startup-list-item span {
        max-width: 65px;
        height: 65px;
        font-size: 36px;
        line-height: 43px;
    }

    .startup-union {
        padding-left: 20px;
    }

    .startup-union-title {
        font-size: 14px;
        line-height: 19px;
        padding-bottom: 5px;
    }

    .startup-union-subtitle {
        font-size: 14px;
        line-height: 16px;
    }

    .order {
        padding: 30px 0;
    }

    .order-title {
        font-size: 28px;
        line-height: 34px;
    }

    .order-subtitle {
        padding: 15px 0 20px;
    }

    /*Создаём веб-сайты, которые приносят пользу*/
    .solve-problems-title {
        text-align: center;
        font-size: 28px;
        line-height: 34px;
    }

    .solve-problems {
        padding-top: 30px;
    }

    .solve-problems-list {
        flex-direction: column;
        padding-top: 30px;
    }

    .solve-problems-item {
        width: 100%;
        padding: 20px 0;
    }

    .solve-problems-item:nth-child(1) {
        margin-top: 0;
    }

    .solve-problems-item:nth-child(2) {
        margin-top: 0;
    }

    .web-saitBloc .container {
        width: 100%;
    }

    .web-saitBloc .start-advantageBlock {
        /*padding: 0 20px;*/
    }

    .solve-problems-img img {
        max-width: 100px;
    }

    .solve-item-title {
        padding: 20px 0 10px;
    }

    .solve-item-subtitle {
        max-width: inherit;
        padding: 0 25px;
        width: auto;
        text-align: center;
    }

    .stages-title {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 20px;
    }

    .stages-list-item span {
        max-width: 65px;
        height: 65px;
        font-size: 36px;
        line-height: 43px;
    }

    .stages-list-item {
        padding-bottom: 40px;
        align-items: flex-start;
        position: relative;
    }

    .stages-list-item:nth-child(even) {
        justify-content: flex-start;
    }

    .stages-list-item:last-child:after {
        content: none;
    }

    .stages-list-item:after {
        content: '';
        border: 1px dashed #780647;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 30px;
        z-index: -1;
    }

    .stages-list-item:last-child {
        padding-bottom: 0;
    }

    .products-block-list {
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }

    .products-block-list:nth-child(odd) {
        flex-direction: column-reverse;
    }

    .products-block-list iframe {
        margin-top: 30px;
        width: 100%;
    }

    .products-list-image {
        width: 100%;
    }

    .products-title {
        font-size: 28px;
        line-height: 34px;
    }

    .products:before {
        content: '';
        width: 340px;
        height: 50px;
        top: -40px;
    }

    .prod-union-title {
        font-size: 24px;
        line-height: 29px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .products-block {
        padding: 20px 0 0;
    }

    .times-title {
        font-size: 28px;
        line-height: 34px;
    }

    .times {
        padding: 30px 0 70px;
    }

    .seo-title {
        font-size: 28px;
        line-height: 34px;
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .seo-click {
        padding-bottom: 30px;
    }

    .seo:before {
        content: '';
        width: 50%;
        height: 30px;
        top: -27px;
        clip-path: polygon(0% 100%, 12% 0%, 100% 0%, 100% 100%);
    }

    .seo:after {
        content: '';
        width: 50%;
        height: 30px;
        bottom: -27px;
        clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 88% 100%);
    }

    .our-worksTitle {
        font-size: 24px;
        line-height: 29px;
    }

    .our-works {
        padding: 60px 0 0;
    }

    .our-worksTitle {
        padding-bottom: 20px;
    }

    .our-works-list {
        justify-content: center;
    }

    .our-work-link {
        padding-bottom: 10px;
    }

    .aqua-banner-img img {
        max-width: 150px;
    }

    .aqua-banner-title {
        font-size: 28px;
        line-height: 34px;
        padding: 20px 0;
    }

    .rebranding-title {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 15px;
        padding-left: 15px;
        max-width: fit-content;
    }

    .rebranding-title.tit-reb {
        padding-left: 0;
    }

    .rebranding-subtitle {
        padding-bottom: 15px;
    }

    .rebrand-block-main {
        align-items: flex-start;
        justify-content: space-between;
        padding-bottom: 30px;
    }

    .rebranding {
        padding: 50px 0 35px;
    }

    .rebrand-image {
        display: block;
    }

    .rebranding-text {
        max-width: inherit;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .aqua-order-items:nth-child(odd):before {
        content: '';
        width: 40%;
        height: 40px;
        top: -35px;
        clip-path: polygon(0% 100%, 0% 0%, 88% 0%, 100% 100%);
    }

    .aqua-order-items:nth-child(odd):after {
        content: '';
        width: 40%;
        height: 40px;
        bottom: -35px;
        clip-path: polygon(12% 100%, 0% 0%, 100% 0%, 100% 100%);
    }

    .rebranding-union .rebranding-text {
        padding-left: 0;
    }

    .aqua-order-items {
        flex-direction: column;
        align-items: normal;
    }

    .aqua-order-image img {
        max-width: 500px;
    }

    .aqua-order-image {
        padding: 10px;
    }

    .aqua-order-items:nth-child(even) {
        flex-direction: column;
        align-items: normal;
    }

    .aqua-tools-item {
        padding: 7px 15px;
    }

    .aqua-tools-title {
        font-size: 24px;
        line-height: 29px;
    }

    .aqua-tools-list {
        padding-top: 35px;
    }

    .aqua-tools {
        padding: 55px 0 30px;
    }

    .start-advantage .container {
        width: 100%;
    }

    .marketing-bloc {
        flex-direction: column;
    }

    .marketing-bloc-info {
        width: inherit;
        padding-left: 0;
    }

    .marketing-info-title {
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 20px;
        text-align: center;
    }

    .bitrix-advantageBlock-list {
        flex-direction: column;
        align-items: center;
    }

    .bitrix-advantageBlock {
        padding: 20px 0 30px;
    }

    .price-title {
        font-size: 28px;
        line-height: 34px;
    }

    .price {
        height: auto;
        padding-bottom: 60px;
    }

    .products-bitrix {
        padding: 30px 0 30px;
    }

    .crm-block:before {
        height: 40px;
        top: -35px;
        clip-path: polygon(0% 100%, 17% 0%, 100% 0%, 100% 100%);
    }

    .crm-block-union {
        flex-direction: column;
    }

    .crm-text-title {
        font-size: 24px;
        line-height: 29px;
        text-align: center;
    }

    .crm-text-subtitle {
        max-width: inherit;
        padding-top: 20px;
    }

    .crm-block {
        padding: 20px 0 0;
    }

    .crm-block-image {
        text-align: center;
        padding: 15px;
    }

    .crm-block::after {
        height: 40px;
        bottom: -35px;
        clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 90% 100%);
    }

    .control-union {
        flex-direction: column-reverse;
    }

    .control-union-image {
        text-align: center;
    }

    .control {
        padding: 60px 0 0;
    }

    .cloudUnion {
        padding-top: 3px;
    }

    .main-bg {
        padding: 0 0 90px;
    }

    .seo-banner .starting-infoImage {
        text-align: start;
        padding-bottom: 30px;
    }

    .seo-info-title {
        font-size: 28px;
        line-height: 34px;
    }

    .seo-banner {
        padding: 25px 0 70px;
    }

    .seo-info-subtitle {
        padding: 16px 0 30px;
    }

    .tasks-list {
        flex-direction: column;
        padding-top: 30px;
    }

    .task-list-item {
        width: auto;
        padding: 20px;
    }

    .tasks-title {
        font-size: 28px;
        line-height: 34px;
    }

    .task-item-title {
        padding-bottom: 10px;
    }

    .tasks {
        padding-bottom: 30px;
    }

    .information-list-item {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .info-item-first {
        max-width: fit-content;
        min-width: auto;
    }

    .phase {
        padding-top: 30px;
    }

    .phase-title {
        font-size: 28px;
        line-height: 34px;
    }

    .phase-list {
        padding-top: 23px;
    }

    .phase-list-item {
        background: #ffffff;
        margin-bottom: 15px;
    }

    .phase-item-text {
        padding-left: 16px;
        font-size: 14px;
        line-height: 18px;
    }

    .news-tab-list {
        display: none;
    }

    .news-tab-list-mobile {
        display: flex;
    }

    .news-tab-mobileItem-img {
        display: none;
    }

    .news-main {
        flex-direction: column-reverse;
        align-items: normal;
    }

    .news-tab-mobileItem {
        color: #FF663F;
        background: #780647;
        font-size: 10px;
        line-height: 12px;
        font-weight: 700;
        text-transform: uppercase;
        width: 25%;
        height: 56px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 10px 0;
        border-right: 1px solid #ffffff;
    }

    .news-tab-mobileItem:last-child {
        border-right: none;
    }

    .news-tab-mobileItem span {
        /*padding-top: 5px;*/
    }

    .news-tab-mobileItem.active {
        background: #FFF7BF;
    }

    .news-blockTitle {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 15px;
    }

    .news-block {
        padding-top: 30px;
    }

    .news-block .container {
        width: 100%;
    }

    .news-main-bloc {
        width: 100%;
        /*padding-top: 20px;*/
        padding: 20px 10px 0;
        box-sizing: border-box;
    }

    .news-right-article {
        display: none;
    }

    .news-details-info {
        padding-right: 0;
        order: 1;
        width: 100%;
    }

    .news-detal-right {
        width: 100%;
        order: 0;
        padding: 20px 0;
    }

    .news-details-union {
        padding-top: 10px;
        flex-wrap: wrap;
    }

    .cloud-1 {
        display: none;
    }

    .cloud-2 {
        display: none;
    }

    .cloud-3 {
        display: none;
    }

    .cloud-4 {
        display: none;
    }

    .privilege-block-list {
        padding: 0 7px;
    }

    .performance-bloc-image {
        display: none;
    }

    .performance-bloc-imageMob {
        display: block;
    }

    .performance-bloc-imageMob img {
        max-width: 100%;
    }

    .server-infoText-name {
        font-size: 18px;
        line-height: 24px;
    }

    .server-infoText-info {
        padding-top: 10px;
    }

    .starting-info-block {
        padding-top: 30px;
    }

    div.slayden-savnena {
        height: 52vw;
    }

    /*Стили к странице "Услуги дизайна" (начало)*/
    .starting-block-design {
        padding-bottom: 80px!important;
    }
    .starting-block-design .starting-bannerBlock {
        padding: 0;
    }
    .start-advantage-design {
        padding: 0 0 60px;
    }
    .start-advantage-design .container {
        width: 100%;
    }
    .start-advantage-design:before {
        top: -80px;
    }
    .privilege-block-title-design {
        padding: 0 0 20px;
    }
    .start-advantage-design .privilege-list-item {
        width: 49%;
        margin: 5px 0;
        padding: 0 0 20px;
        text-align: center;
    }
    .privilege-item-pre-title {
        top: 0;
        padding: 0;
    }
    .start-advantage-design .privilege-item-title {
        text-align: center;
        top: 0;
        padding: 0 5px;
    }
    .start-advantage-design .privilege-item-subtitle {
        top: 0;
        padding: 0 5px;
        font-size: 12px;
        line-height: 16px;
    }
    .products-design {
        padding: 0 0 40px;
    }
    .products-design:before {
        top: -60px;
    }
    .products-design .products-list-image {
        width: 100%;
    }
    .revers:nth-child(even) {
        flex-direction: column-reverse;
    }
    .static-icons {
        padding-bottom: 0!important;
    }
    .static-icons:before {
        top: -90px;
    }
    .static-icons .solve-problems-list {
        padding: 10px;
    }
    .solve-problems-item-icons {
        width: 100%;
    }
    .anime-icons .solve-problems-list {
        padding: 20px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .solve-problems-item-anime {
        /*width: 12%;*/
        /*padding: 10px;*/
    }
    .anime-icons {
        padding-bottom: 120px!important;
    }
    .anime-icons:before {
        bottom: -250px;
    }
    /*Стили к странице "Услуги дизайна" (конец)*/
    /*Стили к странице "Внедрение Битрикс24" (начало)*/
    .about__general {
        margin: 30px 0 50px;
    }
    .about__general-info {
        grid-gap: 30px 0;
    }
    .about__general-info > h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .about__listing {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
    .about__listing > li {
        grid-template-columns: 75px 1fr;
        justify-items: flex-start;
        align-items: center;
        padding: 20px 15px;
    }
    .about__listing > li figure {
        width: 75px;
        height: 75px;
    }
    .about__listing > li figure img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .about__listing > li p {
        text-align: start;
    }
    .our-developments__listing {
        grid-gap: 30px;
    }
    .titels-about {
        font-size: 24px;
        line-height: 29px;
    }
    .our-developments__images {
        height: 115px;
    }
    .our-developments__items {
        padding: 20px;
    }
    .our-developments__listing {
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    }
    .our-clients {
        padding-bottom: 50px;
    }
    .our-clients__listing {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
    .about__text-bottom {
        font-size: 18px;
        line-height: 24px;
        margin-top: 50px;
    }
    .our-developments__block,
    .our-clients__block {
        grid-gap: 30px;
    }
    .our-developments {
        padding: 50px 0;
    }
    .companyTeam {
        padding-top: 30px
    }
    /*Стили к странице "Внедрение Битрикс24" (конец)*/
}

@media (max-width: 740px) {
    .news-banner {
        background: linear-gradient(0deg, #21324d -18.98%, #21324d 107.37%);
        padding-bottom: 70px;
    }

    .news-bannerBlock {
        flex-direction: column;
    }

    .news-infoImage:after {
        background-image: linear-gradient(359.97deg, #21324d 0.01%, rgba(44, 61, 88, 0.957152) 11.26%, rgba(75, 88, 108, 0.802083) 22.83%, rgba(255, 255, 255, 0) 63.52%);
    }

    .news-infoImage img {
        height: auto;
    }

    .news-info-title {
        font-size: 28px;
        line-height: 34px;
    }

    .news-info-block {
        padding: 15px 15px 0 15px;
    }
    /*Стили к странице "Внедрение Битрикс24" (начало)*/
    .company-team__items > figure {
        width: 160px;
        height: 160px;
    }
    /*Стили к странице "Внедрение Битрикс24" (конец)*/
}

@media (max-width: 600px) {
    .advantages-listItem-text {
        max-width: 140px;
    }

    .host-bg-image img {
        max-width: 170px;
    }

    .new-list-info {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .news-listUnion {
        padding: 10px;
    }

    .new-date-name img {
        max-width: 20px;
        width: 100%;
    }

    .lightzoom img {
        max-width: 90px;
        width: 100%;
    }

    .listing__item-phone {
        padding-bottom: 12px;
    }

    .footer-text-bottom {
        padding-top: 50px;
        text-align: start;
    }

    /*Страница сервера*/
    .servers-list-item {
        width: 100%;
    }

    /*Быстрый запуск*/
    .templates-hover-text {
        font-size: 18px;
        line-height: 28px;
    }

    /*Создаём веб-сайты, которые приносят пользу*/
    .solve-problems-img img {
        max-width: 80px;
    }

    .solve-item-title {
        padding: 20px 20px 10px;
    }

    .products-block-list video {
        height: 200px;
    }

    .products:before {
        content: '';
        width: 240px;
        height: 30px;
        top: -25px;
    }

    .aqua-banner-buttons {
        display: flex;
        flex-direction: column;
    }

    .aqua-button {
        max-width: inherit;
        margin-left: 0;
        margin-top: 20px;
    }

    .aqua-banner {
        padding-top: 50px;
    }

    .banner-block-infoButton:hover {
        transform: scale(1.0);
    }

    .aqua-button:hover {
        transform: scale(1.0);
    }

    .rebrand-image img {
        max-width: 90px;
    }

    .aqua-tools-item {
        padding: 7px 0px;
        text-align: center;
        max-width: 70px;
    }

    .aqua-tools-item img {
        max-width: 90%;
    }

    .marketing-bloc-image {
        padding: 15px;
    }

    .marketing:before {
        clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 100% 100%);
    }

    .marketing:after {
        clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 80% 100%);
    }

    .performance:before {
        width: 20%;
    }

    .performance {
        padding: 70px 0 30px;
    }

    .performance:after {
        content: '';
        width: 40%;
        height: 50px;
        clip-path: polygon(0% 100%, 35% 0%, 100% 0%, 100% 100%);
    }

    .starting-infoImage img {
        max-width: 80%;
        right: -10px;
    }

    .serv-mobile-cash {
        margin-bottom: 15px;
    }

    .bitrix-block {
        padding: 50px 0 0;
    }

    .privilege-item-title {
        min-height: 53px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rebranding-subtitle {
        padding-top: 70px;
    }

    .new-list-button {
        padding: 4px 8px;
    }

    .new-date-name {
        width: 100%;
        box-sizing: border-box;
        padding-bottom: 7px;
    }

    .mobile-banner-blockImage {
        height: 300px;
    }

    .mobile-banner-blockImage img {
        object-fit: cover;
        object-position: center;
        height: 320px;
    }

    .mini-blog__item p:after {
        content: none;
    }

    .blog-slider {
        margin: 30px 0 3vw;
    }

    .video-block {
        margin: 30px 0;
    }

    .big-blog {
        margin-bottom: 30px;
    }
    .solve-problems-list.icons__animateds {
        grid-template-columns: repeat(auto-fit, minmax(35px, 1fr));
    }
    .icons__animateds .solve-problems-img {
        width: 35px;
    }
    .icons__animateds .solve-problems-img svg {
        width: 100%;
    }
}

@media (max-width: 480px) {

    .banner-block-union {
        flex-direction: column;
        align-items: normal;
        /*padding-top: 60px;*/
        /* min-height: 51vh;*/
        justify-content: flex-start;
    }
    .banner-block-info {
        justify-content: flex-start;
        padding-top: 60px;
    }
    .mobile-banner-blockImage {
        /*position: absolute;*/
        bottom: 0;
        width: 100%;
        left: 0;
        height: inherit;
        /* opacity: .45;*/
    }
    /*Стили к странице "Услуги дизайна" (наччало)*/
    .starting-block-design {
        padding-bottom: 60px!important;
    }
    .start-advantage-design {
        padding: 0 0 40px;
    }
    .start-advantage-design:before {
        top: -50px;
    }
    .products-design:before {
        top: -40px;
    }
    .static-icons:before {
        top: -50px;
    }
    .anime-icons {
        padding-bottom: 100px!important;
    }
    .anime-icons:before {
        bottom: -230px;
    }
    .solve-problems-item-anime {
        /*width: 10%;*/
        /*padding: 10px;*/
    }
    /*Стили к странице "Услуги дизайна" (конец)*/
}

@media (max-width: 375px) {
    .host-bg-image img {
        max-width: 130px;
    }

    .newsName {
        padding: 0 5px 0 5px;
        font-size: 10px;
    }

    .certificate-listing-item img {
        max-width: 145px;
    }

    .certificate {
        padding: 30px 0 20px;
    }

    .cloud {
        padding: 30px 0 220px;
    }

    .seo:before {
        clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 100% 100%);
    }

    .seo:after {
        clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 80% 100%);
    }
}

/* End */


/* Start:/local/templates/new_v_robot/css/animate_style.css?163766807745725*/
/*@media (min-width: 820px) {
	.star-img {
		animation: star-img 1.4s both;
	}

	.startup-list-item:nth-child(2) > .star-img {
		animation-delay: .2s;
	}

	.startup-list-item:nth-child(3) > .star-img {
		animation-delay: .4s;
	}

	.startup-list-item:nth-child(4) > .star-img {
		animation-delay: .6s;
	}

	.startup-list-item:nth-child(5) > .star-img {
		animation-delay: .8s;
	}
	.phase-list-item {
	animation: star-img 1.4s both;
	}
	.phase-list-item:nth-child(1) {
		animation-delay: .2s;
	}
	.phase-list-item:nth-child(2) {
		animation-delay: .4s;
	}
	.phase-list-item:nth-child(3) {
		animation-delay: .6s;
	}
	.phase-list-item:nth-child(4) {
		animation-delay: .8s;
	}
	.phase-list-item:nth-child(5) {
		animation-delay: 1s;
	}
	.phase-list-item:nth-child(6) {
		animation-delay: 1.2s;
	}
	.phase-list-item:nth-child(7) {
		animation-delay: 1.4s;
	}
	.phase-list-item:nth-child(8) {
		animation-delay: 1.6s;
	}

	@keyframes star-img {
		0% {
			transform: translateX(-600px);
			animation-timing-function: ease-in;
			opacity: 0;
		}
		38% {
			transform: translateX(0);
			animation-timing-function: ease-out;
			opacity: 1;
		}
		55% {
			transform: translateX(-68px);
			animation-timing-function: ease-in;
		}
		72% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
		81% {
			transform: translateX(-28px);
			animation-timing-function: ease-in;
		}
		90% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
		95% {
			transform: translateX(-8px);
			animation-timing-function: ease-in;
		}
		100% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
	}
АНИМАЦИЯ К ЗАГОЛОВКАМ (начало)

	.privilege-block-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.templates-titel {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.cash-titel {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.order-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.startup-block-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.services-titel {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.hosting-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.server-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.support-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.news-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.map-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.certificate-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.rent-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.aqua-tools-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.price-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.tasks-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.phase-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.service-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.servers-blocks-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.server-table-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.hosting-blocks-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.cloud-titel {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.products-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.times-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.seo-title {
		animation: privilege-block-title 1.1s linear forwards;
	}
	.our-worksTitle {
		animation: privilege-block-title 1.1s linear forwards;
	}
	@keyframes privilege-block-title {
		0% {
			transform: translateY(-500px);
			animation-timing-function: ease-in;
			opacity: 0;
		}
		38% {
			transform: translateY(0);
			animation-timing-function: ease-out;
			opacity: 1;
		}
		55% {
			transform: translateY(-65px);
			animation-timing-function: ease-in;
		}
		72% {
			transform: translateY(0);
			animation-timing-function: ease-out;
		}
		81% {
			transform: translateY(-28px);
			animation-timing-function: ease-in;
		}
		90% {
			transform: translateY(0);
			animation-timing-function: ease-out;
		}
		95% {
			transform: translateY(-8px);
			animation-timing-function: ease-in;
		}
		100% {
			transform: translateY(0);
			animation-timing-function: ease-out;
		}
	}

	.task-list-item {
		animation: scale 0.5s linear alternate-reverse both;
	}
	.task-list-item:nth-child(1) {
		animation-delay: .2s;
	}
	.task-list-item:nth-child(2) {
		animation-delay: .4s;
	}
	.task-list-item:nth-child(3) {
		animation-delay: .6s;
	}
	.task-list-item:nth-child(4) {
		animation-delay: .8s;
	}
	.task-list-item:nth-child(5) {
		animation-delay: 1s;
	}
	.task-list-item:nth-child(6) {
		animation-delay: 1.2s;
	}

	@keyframes scale {
		0% {
			transform: scaleY(1);
			opacity: 1;
		}
		100% {
			transform: scaleY(0);
			opacity: 1;
		}
	}
	АНИМАЦИЯ К ЗАГОЛОВКАМ (конец)

	.privilege-list-item:nth-child(2) > figure > img {
		animation-delay: .3s;
	}

	.privilege-list-item:nth-child(3) > figure > img {
		animation-delay: .5s;
	}

	.privilege-list-item:nth-child(5) > figure > img {
		animation-delay: .3s;
	}

	.privilege-list-item:nth-child(6) > figure > img {
		animation-delay: .5s;
	}

	.privil-img {
		animation: privil-img 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	}

	@keyframes privil-img {
		0% {
			transform: scale(0.5);
			opacity: 0;
		}
		100% {
			transform: scale(1);
		}
	}

	.adv-img-pic {
		animation: adv-img-pic 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	}

	@keyframes adv-img-pic {
		0% {
			transform: scale(0.5);
			opacity: 0;
		}
		100% {
			transform: scale(1);
		}
	}

	.starting-info-title {
		animation: starting-info-title 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	}
	.aqua-banner-img {
		animation: starting-info-title 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	}
	.news-info-title {
		animation: starting-info-title 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	}
	.seo-info-title {
		animation: starting-info-title 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	}
	@keyframes starting-info-title {
		0% {
			letter-spacing: -0.5em;
			transform: translateZ(-700px) translateY(-500px);
			opacity: 0;
		}
		40% {
			opacity: 0.6;
		}
		100% {
			transform: translateZ(0) translateY(0);
			opacity: 1;
		}
	}

	.seo-info-subtitle {
		animation: seo-info-subtitle 1.1s linear both;
	}

	@keyframes seo-info-subtitle {
		0% {
			transform: translateX(1000px);
			opacity: 0;
		}
		100% {
			transform: translateX(0);
			opacity: 1;
		}
	}

	li:hover .banner-block-infoButton {
		animation: banner-block-infoButton 1s ease-in-out infinite both;
	}
	.cloud-regist {
		animation: banner-block-infoButton 1s ease-in-out infinite both;
	}

	@keyframes banner-block-infoButton {
		0% {
			transform: scale(1);
		}
		50% {
			transform: scale(1.1);
		}
		100% {
			transform: scale(1);
		}
	}
	
	.starting-infoImage {
		animation: starting-infoImage 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
	}

	@keyframes starting-infoImage {
		0% {
			transform: translateY(10px);
		}
		100% {
			transform: translateY(-40px);
		}
	}

	.rent_pic1 {
		animation: rent_pic1 1.1s ease-in-out infinite alternate backwards;
		animation-delay: 2.3s;
	}

	@keyframes rent_pic1 {
		0% {
			transform: scale(0.7);
		}
		100% {
			transform: scale(1);
		}
	}

	.rent_pic2 {
		animation: rent_pic2 1.1s ease-in-out infinite alternate backwards;
	}

	@keyframes rent_pic2 {
		0% {
			transform: scale(0.7);
		}
		100% {
			transform: scale(1);
		}
	}
	.rent_pic3 {
		animation: rent_pic3 2.3s ease-in-out infinite alternate backwards;
		animation-delay: 1s;
	}

	@keyframes rent_pic3 {
		0% {
			transform: scale(0.5);
		}
		100% {
			transform: scale(1);
			transform: translateY(-10px);
		}
	}

	.rent_pic4 {
		animation: rent_pic4 1.8s ease-in-out infinite alternate backwards;
		animation-delay: .5s;
	}

	@keyframes rent_pic4 {
		0% {
			transform: scale(0.5);
		}
		100% {
			transform: scale(1);
			transform: translateX(-10px);
		}
	}
	АНИМАЦИЯ на страницу "Быстрый запуск" (начало)
	.stones-1 {
		animation: stones-10 1.8s ease-in-out infinite alternate backwards;
		animation-delay: .5s;
	}
	.stones-2 {
		animation: rent_pic3 2.3s ease-in-out infinite alternate backwards;
		animation-delay: 1s;
	}
	.stones-10 {
		animation: stones-10 1.1s ease-in-out infinite alternate backwards;
		animation-delay: 2.3s;
	}
	.stones-3 {
		animation: stones-10 1s ease-in-out infinite alternate backwards;
		animation-delay: 1.4s;
	}
	.stones-4 {
		animation: stones-10 .7s ease-in-out infinite alternate backwards;
		animation-delay: .8s;
	}
	.stones-6 {
		animation: stones-10 1.1s ease-in-out infinite alternate backwards;
		animation-delay: 1.2s;
	}
	@keyframes stones-10 {
		0% {
			transform: scale(0.7);
		}
		100% {
			transform: scale(1);
		}
	}
	.stones-8 {
		animation: stones-8 1.6s ease-in-out infinite alternate backwards;
		animation-delay: .5s;
	}
	@keyframes stones-8 {
		0% {
			transform: scale(0.5);
		}
		100% {
			transform: scale(1);
			transform: translateX(-30px);
		}
	}
	.stones-9 {
		animation: stones-9 1.8s ease-in-out infinite alternate backwards;
		animation-delay: .8s;
	}

	@keyframes stones-9 {
		0% {
			transform: scale(0.3);
		}
		100% {
			transform: scale(1);
			transform: translateY(-30px);
		}
	}

	.stones-7 {
		animation: stones-7 1.8s ease-in-out infinite alternate backwards;
		animation-delay: .8s;
	}

	@keyframes stones-7 {
		0% {
			transform: scale(0.3);
		}
		100% {
			transform: scale(1);
			transform: translate(-40px);
		}
	}
	.stones-5 {
		animation: stones-5 1.5s ease-in-out infinite alternate backwards;
	}
	@keyframes stones-5 {
		0% {
			transform: scale(0.4);
		}
		100% {
			transform: scale(1);
			transform: translate(-45px);
		}
	}

	.stones-4 {
		animation: stones-4 1.8s ease-in-out infinite alternate backwards;
		animation-delay: 1s;
	}
	@keyframes stones-4 {
		0% {
			transform: scale(0.3);
		}
		100% {
			transform: scale(1);
			transform: translateY(45px);
		}
	}
	.stones-11 {
		animation: stones-11 2s ease-in-out infinite alternate backwards;
		animation-delay: .5s;
	}
	@keyframes stones-11 {
		0% {
			transform: scale(0.3);
		}
		100% {
			transform: scale(1);
			transform: translateY(60px);
		}
	}
	.stones-12 {
		animation: stones-12 1.8s ease-in-out infinite alternate backwards;
	}
	@keyframes stones-12 {
		0% {
			transform: scale(0.4);
		}
		100% {
			transform: scale(1);
			transform: translate(-30px);
		}
	}
	.stones-13 {
		animation: stones-13 1.8s ease-in-out infinite alternate backwards;
	}
	@keyframes stones-13 {
		0% {
			transform: scale(0.5);
		}
		100% {
			transform: scale(1);
			transform: translate(30px);
		}
	}
	АНИМАЦИЯ на страницу "Быстрый запуск" (конец)
	.banner-block-infoSubtitle {
		animation: banner-block-infoSubtitle 1.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		animation-delay: .5s;
	}

	@keyframes banner-block-infoSubtitle {
		0% {
			transform: translateX(-1000px);
			opacity: 0;
		}
		100% {
			transform: translateX(0);
			opacity: 1;
		}
	}

	.starting-info-subtitle {
		animation: starting-info-subtitle 1.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		animation-delay: .5s;
	}

	.aqua-banner-title {
		animation: starting-info-subtitle 1.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		animation-delay: .5s;
	}
	.news-blockTitle {
		animation: starting-info-subtitle 1.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		animation-delay: .5s;
	}

	@keyframes starting-info-subtitle {
		0% {
			transform: translateX(-1000px);
			opacity: 0;
		}
		100% {
			transform: translateX(0);
			opacity: 1;
		}
	}
	.sun-animat {
		animation: sun-animat 1.5s ease-in-out infinite alternate backwards;
	}

	@keyframes sun-animat {
		0% {
			transform: scale(0.5);
		}
		100% {
			transform: scale(1);
		}
	}

	.services-block-list {
		animation: services-block-list 1.6s both;
	}

	.services-block-list:nth-child(1) {
		animation-delay: 1.4s;
	}

	.services-block-list:nth-child(2) {
		animation-delay: 1.1s;
	}

	.services-block-list:nth-child(3) {
		animation-delay: .7s;
	}


	.solve-problems-item {
		animation: services-block-list 1.6s both;
	}
	.solve-problems-item:nth-child(1) {
		animation-delay: 2.3s;
	}
	.solve-problems-item:nth-child(2) {
		animation-delay: .8s;
	}
	.solve-problems-item:nth-child(3) {
		animation-delay: .5s;
	}
	@keyframes services-block-list {
		0% {
			transform: translateX(-600px);
			animation-timing-function: ease-in;
			opacity: 0;
		}
		38% {
			transform: translateX(0);
			animation-timing-function: ease-out;
			opacity: 1;
		}
		55% {
			transform: translateX(-68px);
			animation-timing-function: ease-in;
		}
		72% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
		81% {
			transform: translateX(-28px);
			animation-timing-function: ease-in;
		}
		90% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
		95% {
			transform: translateX(-8px);
			animation-timing-function: ease-in;
		}
		100% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
	}

	.rent-block-infoList {
		animation: rent-block-infoList 2.3s linear both;
	}

	.rent-block-infoList:nth-child(2) {
		animation-delay: .8s;
	}

	.rent-block-infoList:nth-child(3) {
		animation-delay: 1s;
	}

	@keyframes rent-block-infoList {
		0% {
			transform: translateX(600px);
			animation-timing-function: ease-in;
			opacity: 0;
		}
		38% {
			transform: translateX(0);
			animation-timing-function: ease-out;
			opacity: 1;
		}
		55% {
			transform: translateX(68px);
			animation-timing-function: ease-in;
		}
		72% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
		81% {
			transform: translateX(32px);
			animation-timing-function: ease-in;
		}
		90% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
		95% {
			transform: translateX(8px);
			animation-timing-function: ease-in;
		}
		100% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
	}

	.rent-infBlocs {
		animation: rent-infBlocs 2.3s linear both;
	}
	.rent-infBlocs:nth-child(2) {
		animation-delay: .8s;
	}

	.rent-infBlocs:nth-child(3) {
		animation-delay: 1s;
	}
	@keyframes rent-infBlocs {
		0% {
			transform: translateX(-600px);
			animation-timing-function: ease-in;
			opacity: 0;
		}
		38% {
			transform: translateX(0);
			animation-timing-function: ease-out;
			opacity: 1;
		}
		55% {
			transform: translateX(-68px);
			animation-timing-function: ease-in;
		}
		72% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
		81% {
			transform: translateX(-28px);
			animation-timing-function: ease-in;
		}
		90% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
		95% {
			transform: translateX(-8px);
			animation-timing-function: ease-in;
		}
		100% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
	}

	.map-info-listingItem {
		animation: map-info-listingItem 2.3s linear both;
	}
	.map-info-listingItem:nth-child(2) {
		animation-delay: .8s;
	}
	.map-info-listingItem:nth-child(3) {
		animation-delay: 1s;
	}
	.map-info-listingItem:nth-child(4) {
		animation-delay: 1.2s;
	}
	.map-info-listingItem:nth-child(5) {
		animation-delay: 2.3s;
	}

	@keyframes map-info-listingItem {
		0% {
			transform: translateX(-600px);
			animation-timing-function: ease-in;
			opacity: 0;
		}
		38% {
			transform: translateX(0);
			animation-timing-function: ease-out;
			opacity: 1;
		}
		55% {
			transform: translateX(-68px);
			animation-timing-function: ease-in;
		}
		72% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
		81% {
			transform: translateX(-28px);
			animation-timing-function: ease-in;
		}
		90% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
		95% {
			transform: translateX(-8px);
			animation-timing-function: ease-in;
		}
		100% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
	}

	.rope {
		animation: rope 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
	}

	@keyframes rope {
		0% {
			transform: scaleX(1);
		}
		100% {
			transform: scaleX(0.5);
		}
	}

	.rope2 {
		animation: rope2 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
		animation-delay: 1s;
	}

	@keyframes rope2 {
		0% {
			transform: scaleX(1);
		}
		100% {
			transform: scaleX(0.7);
		}
	}

	.rope4 {
		animation: rope4 2s infinite alternate backwards;
		animation-delay: 1s;
	}

	@keyframes rope4 {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(10deg);
		}
	}

	.hand-pic {
		animation: hand-pic 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate backwards;
	}

	@keyframes hand-pic {
		0% {
			transform: rotate(0);
			transform-origin: 55% 20%;
		}
		100% {
			transform: rotate(20deg);
			transform-origin: 55% 20%;
		}
	}
	.man {
		animation: man 1.1s linear alternate forwards;
		animation-delay: .3s;
	}

	@keyframes man {
		0% {
			transform: translateY(0) translateX(0);
		}
		100% {
			transform: translateY(-50px) translateX(-75px);
		}
	}

	.bg-sky1 {
		animation: animCloud 20s infinite linear;
	}
	.bg-sky2 {
		animation: animCloud 30s infinite linear;
		animation-delay: 1.5s ;
	}
	.bg-sky3 {
		animation: animCloud 35s infinite linear;
		animation-delay: 2.3s ;
	}
	@keyframes animCloud {
		from {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}

	.sky-img1 {
		animation: skyCloud 20s infinite linear;
	}
	.sky-img2 {
		animation: skyCloud 40s infinite linear;
		animation-delay: 1.5s ;
	}
	.sky-img3 {
		animation: skyCloud 37s infinite linear;
		animation-delay: 2.3s ;
	}
	.sky-img4 {
		animation: skyCloud 30s infinite linear;
	}

	@keyframes skyCloud {
		from {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}

	.news-list-item {
		animation: news-list-item 1s linear backwards;
	}
	.news-list-item:nth-child(2) {
		animation-delay: .5s;
	}
	.news-list-item:nth-child(3) {
		animation-delay: .9s;
	}
	.news-list-item:nth-child(4) {
		animation-delay: 1.4s;
	}
	.news-list-item:nth-child(5) {
		animation-delay: 2.3s;
	}

	@keyframes news-list-item {
		0% {
			transform: scale(0);
			opacity: 1;
		}
		100% {
			transform: scale(1);
			opacity: 1;
		}
	}

	АНИМАЦИЯ В футере РОБОТА (начало)
	.hand-left {
		animation: hand-left 1.9s linear infinite alternate backwards;
	}
	@keyframes hand-left {
		0% {
			transform: rotate(-35deg);
			transform-origin: 70% 70%;
		}
		100% {
			transform: rotate(0);
			transform-origin: 70% 70%;
		}
	}

	.hand-right {
		animation: hand-right 1.9s linear infinite alternate backwards;
	}
	@keyframes hand-right {
		0% {
			transform: rotate(70deg);
			transform-origin: 0 100%;
		}
		100% {
			transform: rotate(0);
			transform-origin: 0 100%;
		}
	}
	АНИМАЦИЯ В футере РОБОТА (конец)

	.serverCard-block .servCard-union {
		animation: shadow 1.1s linear infinite alternate forwards;
	}
	@keyframes shadow {
		0% {
			box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		}
		100% {
			box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
		}
	}

	.server-blockFirst-button .server-buttonBuy {
		animation: star-ban-stages 0.8s ease-in-out infinite both;
	}
	.cloud-form {
		animation: cloud-form 0.9s linear infinite alternate backwards;
	}
	@keyframes cloud-form {
		0% {
			transform: scale(1);
		}
		100% {
			transform: scale(1.1);
		}
	}
	.stages-title {
		animation: server-table-title 1s linear alternate backwards;
	}
	.cloud-1 {
		animation: cloud-1 20s infinite linear;
	}
	@keyframes cloud-1 {
		from {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}
	.cloud-2 {
		animation: cloud-2 24s infinite linear;
		animation-delay: .5s;
	}
	@keyframes cloud-2 {
		from {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}
	.cloud-3 {
		animation: cloud-3 18s infinite linear;
		animation-delay: 1.9s;
	}
	@keyframes cloud-3 {
		from {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}
	.cloud-4 {
		animation: cloud-4 15s infinite linear;
		animation-delay: 2s;
	}
	@keyframes cloud-4 {
		from {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}

	.stages-list-item {
		animation: jello 1s linear alternate both;
	}
	@keyframes jello {
		0% {
			transform: scale3d(1, 1, 1);
		}
		30% {
			transform: scale3d(1.25, 0.75, 1);
		}
		40% {
			transform: scale3d(0.75, 1.25, 1);
		}
		50% {
			transform: scale3d(1.15, 0.85, 1);
		}
		65% {
			transform: scale3d(0.95, 1.05, 1);
		}
		75% {
			transform: scale3d(1.05, 0.95, 1);
		}
		100% {
			transform: scale3d(1, 1, 1);
		}
	}
	.stages .svg path {
		stroke-dasharray: 1000;
		stroke-dashoffset: 1000;
		animation: dashes 4s linear forwards;
		animation-delay: .3s;
	}
	@keyframes dashes {
		from {
			stroke-dashoffset: 1000;
		}
		to {
			stroke-dashoffset: 0;
		}
	}

	АНИМАЦИЯ НА "о возможностях продукта" (начало)
	.products-block-list:nth-child(1) {
		animation: bounce-left 1.5s linear alternate both;
		animation-delay: .3s;
	}
	.products-block-list:nth-child(3) {
		animation: bounce-left 1.5s linear alternate both;
		animation-delay: .8s;
	}
	.marketing-bloc-infoLeft {
		animation: bounce-left 1.5s linear alternate both;
		animation-delay: .3s;
	}
	.aqua-order-items:nth-child(1) {
		animation: bounce-left 1.5s linear alternate both;
		animation-delay: .3s;
	}
	.aqua-order-items:nth-child(3) {
		animation: bounce-left 1.5s linear alternate both;
		animation-delay: .8s;
	}
	.rebranding-union {
		animation: bounce-left 1.5s linear alternate both;
		animation-delay: .3s;
	}
	.crm-block-union {
		animation: bounce-left 1.5s linear alternate both;
		animation-delay: .3s;
	}
	@keyframes bounce-left {
		0% {
			transform: translateX(-600px);
			animation-timing-function: ease-in;
			opacity: 0;
		}
		38% {
			transform: translateX(0);
			animation-timing-function: ease-out;
			opacity: 1;
		}
		55% {
			transform: translateX(-68px);
			animation-timing-function: ease-in;
		}
		72% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
		81% {
			transform: translateX(-28px);
			animation-timing-function: ease-in;
		}
		90% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
		95% {
			transform: translateX(-8px);
			animation-timing-function: ease-in;
		}
		100% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
	}
	.products-block-list:nth-child(2) {
		animation: bounce-right 1.5s linear alternate both;
		animation-delay: .6s;
	}
	.marketing-bloc-info {
		animation: bounce-right 1.5s linear alternate both;
		animation-delay: .3s;
	}
	.aqua-order-items:nth-child(2) {
		animation: bounce-right 1.5s linear alternate both;
		animation-delay: .5s;
	}
	.control-union {
		animation: bounce-right 1.5s linear alternate both;
		animation-delay: .6s;
	}
	@keyframes bounce-right {
		0% {
			transform: translateX(600px);
			animation-timing-function: ease-in;
			opacity: 0;
		}
		38% {
			transform: translateX(0);
			animation-timing-function: ease-out;
			opacity: 1;
		}
		55% {
			transform: translateX(68px);
			animation-timing-function: ease-in;
		}
		72% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
		81% {
			transform: translateX(32px);
			animation-timing-function: ease-in;
		}
		90% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
		95% {
			transform: translateX(8px);
			animation-timing-function: ease-in;
		}
		100% {
			transform: translateX(0);
			animation-timing-function: ease-out;
		}
	}

	.map-info-listing hr.active::before {
		animation: pulse 1.8s infinite;
	}

	@keyframes pulse {
		0% {
			box-shadow: 0 0 0 0 rgba(255, 102, 63, 0.39);
		}
		70% {
			box-shadow: 0 0 0 15px rgba(255, 102, 63, 0);
		}
		100% {
			box-shadow: 0 0 0 0 rgba(255, 102, 63, 0);
		}
	}
	АНИМАЦИЯ НА "о возможностях продукта" (конец)


}*/

/*@media (min-width: 820px) {
	.phase-title {
		animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
	}

	.tasks-title {
		animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
	}

	.seo-info-title {
		animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
	}

	.seo-info-subtitle {
		animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
		animation-delay: .2s;
	}

	.banner-block-infoButton {
		animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
		animation-delay: .4s;
	}

	.phase-list-item {
		animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
	}

	.service-title {
		animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
	}

	.service-list-item {
		animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
		animation-delay: .2s;
	}

	.service-list-item:nth-child(2) {
		animation-delay: .4s;
	}

	.service-list-item:nth-child(3) {
		animation-delay: .6s;
	}

	.service-cash-info {
		animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
		animation-delay: .8s;
	}

	@keyframes slide-top {
		0% {
			transform: translateY(100px);
			opacity: 0;
		}
		50% {
			opacity: 0.3;
		}
		100% {
			transform: translateY(0);
			opacity: 1;
		}
	}
}*/

/*Иконки на странице УСЛУГИ ДИЗАЙНА*/

/*Первая иконка*/
@-webkit-keyframes animate-svg-stroke-1 {
	0% {
		stroke-dashoffset: 9.31049919128418px;
		stroke-dasharray: 9.31049919128418px;
	}

	100% {
		stroke-dashoffset: 18.62099838256836px;
		stroke-dasharray: 9.31049919128418px;
	}
}

@keyframes animate-svg-stroke-1 {
	0% {
		stroke-dashoffset: 9.31049919128418px;
		stroke-dasharray: 9.31049919128418px;
	}

	100% {
		stroke-dashoffset: 18.62099838256836px;
		stroke-dasharray: 9.31049919128418px;
	}
}

.svg-elem-1 {
	-webkit-animation: animate-svg-stroke-1 2.3s linear 1s infinite alternate;
	animation: animate-svg-stroke-1 2.3s linear 1s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-2 {
	0% {
		stroke-dashoffset: 41.16337966918945px;
		stroke-dasharray: 41.16337966918945px;
	}

	100% {
		stroke-dashoffset: 82.3267593383789px;
		stroke-dasharray: 41.16337966918945px;
	}
}

@keyframes animate-svg-stroke-2 {
	0% {
		stroke-dashoffset: 41.16337966918945px;
		stroke-dasharray: 41.16337966918945px;
	}

	100% {
		stroke-dashoffset: 82.3267593383789px;
		stroke-dasharray: 41.16337966918945px;
	}
}

.svg-elem-2 {
	-webkit-animation: animate-svg-stroke-2 2.3s linear 3s infinite alternate;
	animation: animate-svg-stroke-2 2.3s linear 3s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-3 {
	0% {
		stroke-dashoffset: 8.400000095367432px;
		stroke-dasharray: 8.400000095367432px;
	}

	100% {
		stroke-dashoffset: 16.800000190734863px;
		stroke-dasharray: 8.400000095367432px;
	}
}

@keyframes animate-svg-stroke-3 {
	0% {
		stroke-dashoffset: 8.400000095367432px;
		stroke-dasharray: 8.400000095367432px;
	}

	100% {
		stroke-dashoffset: 16.800000190734863px;
		stroke-dasharray: 8.400000095367432px;
	}
}

.svg-elem-3 {
	-webkit-animation: animate-svg-stroke-3 2.3s linear 1s alternate;
	animation: animate-svg-stroke-3 2.3s linear 1s alternate;
}

@-webkit-keyframes animate-svg-stroke-4 {
	0% {
		stroke-dashoffset: 8.799999713897705px;
		stroke-dasharray: 8.799999713897705px;
	}

	100% {
		stroke-dashoffset: 17.59999942779541px;
		stroke-dasharray: 8.799999713897705px;
	}
}

@keyframes animate-svg-stroke-4 {
	0% {
		stroke-dashoffset: 8.799999713897705px;
		stroke-dasharray: 8.799999713897705px;
	}

	100% {
		stroke-dashoffset: 17.59999942779541px;
		stroke-dasharray: 8.799999713897705px;
	}
}

.svg-elem-4 {
	-webkit-animation: animate-svg-stroke-4 2.3s linear 1s infinite alternate;
	animation: animate-svg-stroke-4 2.3s linear 1s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-5 {
	0% {
		stroke-dashoffset: 6.820080280303955px;
		stroke-dasharray: 6.820080280303955px;
	}

	100% {
		stroke-dashoffset: 13.64016056060791px;
		stroke-dasharray: 6.820080280303955px;
	}
}

@keyframes animate-svg-stroke-5 {
	0% {
		stroke-dashoffset: 6.820080280303955px;
		stroke-dasharray: 6.820080280303955px;
	}

	100% {
		stroke-dashoffset: 13.64016056060791px;
		stroke-dasharray: 6.820080280303955px;
	}
}

.svg-elem-5 {
	-webkit-animation: animate-svg-stroke-5 2.3s linear 2s infinite alternate;
	animation: animate-svg-stroke-5 2.3s linear 2s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-6 {
	0% {
		stroke-dashoffset: 6.820080280303955px;
		stroke-dasharray: 6.820080280303955px;
	}

	100% {
		stroke-dashoffset: 13.64016056060791px;
		stroke-dasharray: 6.820080280303955px;
	}
}

@keyframes animate-svg-stroke-6 {
	0% {
		stroke-dashoffset: 6.820080280303955px;
		stroke-dasharray: 6.820080280303955px;
	}

	100% {
		stroke-dashoffset: 13.64016056060791px;
		stroke-dasharray: 6.820080280303955px;
	}
}

.svg-elem-6 {
	-webkit-animation: animate-svg-stroke-6 2.3s linear 2s infinite alternate;
	animation: animate-svg-stroke-6 2.3s linear 2s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-7 {
	0% {
		stroke-dashoffset: 6.820080280303955px;
		stroke-dasharray: 6.820080280303955px;
	}

	100% {
		stroke-dashoffset: 13.64016056060791px;
		stroke-dasharray: 6.820080280303955px;
	}
}

@keyframes animate-svg-stroke-7 {
	0% {
		stroke-dashoffset: 6.820080280303955px;
		stroke-dasharray: 6.820080280303955px;
	}

	100% {
		stroke-dashoffset: 13.64016056060791px;
		stroke-dasharray: 6.820080280303955px;
	}
}

.svg-elem-7 {
	-webkit-animation: animate-svg-stroke-7 2.3s linear 2s infinite alternate;
	animation: animate-svg-stroke-7 2.3s linear 2s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-8 {
	0% {
		stroke-dashoffset: 6.820099830627441px;
		stroke-dasharray: 6.820099830627441px;
	}

	100% {
		stroke-dashoffset: 13.640199661254883px;
		stroke-dasharray: 6.820099830627441px;
	}
}

@keyframes animate-svg-stroke-8 {
	0% {
		stroke-dashoffset: 6.820099830627441px;
		stroke-dasharray: 6.820099830627441px;
	}

	100% {
		stroke-dashoffset: 13.640199661254883px;
		stroke-dasharray: 6.820099830627441px;
	}
}

.svg-elem-8 {
	-webkit-animation: animate-svg-stroke-8 2.3s linear 2s infinite alternate;
	animation: animate-svg-stroke-8 2.3s linear 2s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-9 {
	0% {
		stroke-dashoffset: 6.820099830627441px;
		stroke-dasharray: 6.820099830627441px;
	}

	100% {
		stroke-dashoffset: 13.640199661254883px;
		stroke-dasharray: 6.820099830627441px;
	}
}

@keyframes animate-svg-stroke-9 {
	0% {
		stroke-dashoffset: 6.820099830627441px;
		stroke-dasharray: 6.820099830627441px;
	}

	100% {
		stroke-dashoffset: 13.640199661254883px;
		stroke-dasharray: 6.820099830627441px;
	}
}

.svg-elem-9 {
	-webkit-animation: animate-svg-stroke-9 2.3s linear 2s infinite alternate;
	animation: animate-svg-stroke-9 2.3s linear 2s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-10 {
	0% {
		stroke-dashoffset: 6.820099830627441px;
		stroke-dasharray: 6.820099830627441px;
	}

	100% {
		stroke-dashoffset: 13.640199661254883px;
		stroke-dasharray: 6.820099830627441px;
	}
}

@keyframes animate-svg-stroke-10 {
	0% {
		stroke-dashoffset: 6.820099830627441px;
		stroke-dasharray: 6.820099830627441px;
	}

	100% {
		stroke-dashoffset: 13.640199661254883px;
		stroke-dasharray: 6.820099830627441px;
	}
}

.svg-elem-10 {
	-webkit-animation: animate-svg-stroke-10 2.3s linear 1s infinite alternate;
	animation: animate-svg-stroke-10 2.3s linear 1s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-11 {
	0% {
		stroke-dashoffset: 4.937200546264648px;
		stroke-dasharray: 4.937200546264648px;
	}

	100% {
		stroke-dashoffset: 9.874401092529297px;
		stroke-dasharray: 4.937200546264648px;
	}
}

@keyframes animate-svg-stroke-11 {
	0% {
		stroke-dashoffset: 4.937200546264648px;
		stroke-dasharray: 4.937200546264648px;
	}

	100% {
		stroke-dashoffset: 9.874401092529297px;
		stroke-dasharray: 4.937200546264648px;
	}
}

.svg-elem-11 {
	-webkit-animation: animate-svg-stroke-11 2.3s linear 1s infinite alternate;
	animation: animate-svg-stroke-11 2.3s linear 1s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-12 {
	0% {
		stroke-dashoffset: 76.30744934082031px;
		stroke-dasharray: 76.30744934082031px;
	}

	100% {
		stroke-dashoffset: 152.61489868164062px;
		stroke-dasharray: 76.30744934082031px;
	}
}

@keyframes animate-svg-stroke-12 {
	0% {
		stroke-dashoffset: 76.30744934082031px;
		stroke-dasharray: 76.30744934082031px;
	}

	100% {
		stroke-dashoffset: 152.61489868164062px;
		stroke-dasharray: 76.30744934082031px;
	}
}

.svg-elem-12 {
	-webkit-animation: animate-svg-stroke-12 2.3s linear 1s infinite alternate;
	animation: animate-svg-stroke-12 2.3s linear 1s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-13 {
	0% {
		stroke-dashoffset: 66.40233612060547px;
		stroke-dasharray: 66.40233612060547px;
	}

	100% {
		stroke-dashoffset: 132.80467224121094px;
		stroke-dasharray: 66.40233612060547px;
	}
}

@keyframes animate-svg-stroke-13 {
	0% {
		stroke-dashoffset: 66.40233612060547px;
		stroke-dasharray: 66.40233612060547px;
	}

	100% {
		stroke-dashoffset: 132.80467224121094px;
		stroke-dasharray: 66.40233612060547px;
	}
}

.svg-elem-13 {
	-webkit-animation: animate-svg-stroke-13 2.3s linear 1s infinite alternate;
	animation: animate-svg-stroke-13 2.3s linear 1s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-14 {
	0% {
		stroke-dashoffset: 21.123531341552734px;
		stroke-dasharray: 21.123531341552734px;
	}

	100% {
		stroke-dashoffset: 42.24706268310547px;
		stroke-dasharray: 21.123531341552734px;
	}
}

@keyframes animate-svg-stroke-14 {
	0% {
		stroke-dashoffset: 21.123531341552734px;
		stroke-dasharray: 21.123531341552734px;
	}

	100% {
		stroke-dashoffset: 42.24706268310547px;
		stroke-dasharray: 21.123531341552734px;
	}
}

.svg-elem-14 {
	-webkit-animation: animate-svg-stroke-14 2.3s linear 2s infinite alternate;
	animation: animate-svg-stroke-14 2.3s linear 2s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-15 {
	0% {
		stroke-dashoffset: 14.470030784606934px;
		stroke-dasharray: 14.470030784606934px;
	}

	100% {
		stroke-dashoffset: 28.940061569213867px;
		stroke-dasharray: 14.470030784606934px;
	}
}

@keyframes animate-svg-stroke-15 {
	0% {
		stroke-dashoffset: 14.470030784606934px;
		stroke-dasharray: 14.470030784606934px;
	}

	100% {
		stroke-dashoffset: 28.940061569213867px;
		stroke-dasharray: 14.470030784606934px;
	}
}

.svg-elem-15 {
	-webkit-animation: animate-svg-stroke-15 2.3s linear 2s infinite alternate;
	animation: animate-svg-stroke-15 2.3s linear 2s infinite alternate;
}

/*Вторая иконка*/
@-webkit-keyframes animate-svg-stroke-1 {
	0% {
		stroke-dashoffset: 74.17510223388672px;
		stroke-dasharray: 74.17510223388672px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 74.17510223388672px;
	}
}

@keyframes animate-svg-stroke-1 {
	0% {
		stroke-dashoffset: 74.17510223388672px;
		stroke-dasharray: 74.17510223388672px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 74.17510223388672px;
	}
}

.svg-elem__2-1 {
	-webkit-animation: animate-svg-stroke-1 2.3s ease-in-out 0.5s infinite alternate;
	animation: animate-svg-stroke-1 2.3s ease-in-out 0.5s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-2 {
	0% {
		stroke-dashoffset: 19.765775680541992px;
		stroke-dasharray: 19.765775680541992px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 19.765775680541992px;
	}
}

@keyframes animate-svg-stroke-2 {
	0% {
		stroke-dashoffset: 19.765775680541992px;
		stroke-dasharray: 19.765775680541992px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 19.765775680541992px;
	}
}

.svg-elem__2-2 {
	-webkit-animation: animate-svg-stroke-2 2.3s ease-in-out 0.5s infinite alternate;
	animation: animate-svg-stroke-2 2.3s ease-in-out 0.5s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-3 {
	0% {
		stroke-dashoffset: 149.61410522460938px;
		stroke-dasharray: 149.61410522460938px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 149.61410522460938px;
	}
}

@keyframes animate-svg-stroke-3 {
	0% {
		stroke-dashoffset: 149.61410522460938px;
		stroke-dasharray: 149.61410522460938px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 149.61410522460938px;
	}
}

.svg-elem__2-3 {
	-webkit-animation: animate-svg-stroke-3 2.3s ease-in-out 0.5s infinite alternate;
	animation: animate-svg-stroke-3 2.3s ease-in-out 0.5s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-4 {
	0% {
		stroke-dashoffset: 23.5396728515625px;
		stroke-dasharray: 23.5396728515625px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 23.5396728515625px;
	}
}

@keyframes animate-svg-stroke-4 {
	0% {
		stroke-dashoffset: 23.5396728515625px;
		stroke-dasharray: 23.5396728515625px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 23.5396728515625px;
	}
}

.svg-elem__2-4 {
	-webkit-animation: animate-svg-stroke-4 2.3s ease-in-out 0.5s infinite alternate;
	animation: animate-svg-stroke-4 2.3s ease-in-out 0.5s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-5 {
	0% {
		stroke-dashoffset: 59.414794921875px;
		stroke-dasharray: 59.414794921875px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 59.414794921875px;
	}
}

@keyframes animate-svg-stroke-5 {
	0% {
		stroke-dashoffset: 59.414794921875px;
		stroke-dasharray: 59.414794921875px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 59.414794921875px;
	}
}

.svg-elem__2-5 {
	-webkit-animation: animate-svg-stroke-5 2.3s ease-in-out 0.5s infinite alternate;
	animation: animate-svg-stroke-5 2.3s ease-in-out 0.5s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-6 {
	0% {
		stroke-dashoffset: 23.539764404296875px;
		stroke-dasharray: 23.539764404296875px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 23.539764404296875px;
	}
}

@keyframes animate-svg-stroke-6 {
	0% {
		stroke-dashoffset: 23.539764404296875px;
		stroke-dasharray: 23.539764404296875px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 23.539764404296875px;
	}
}

.svg-elem__2-6 {
	-webkit-animation: animate-svg-stroke-6 2.3s ease-in-out 0.5s infinite alternate;
	animation: animate-svg-stroke-6 2.3s ease-in-out 0.5s infinite alternate;
}

/*Третья иконка*/

@-webkit-keyframes animate-svg-stroke-11 {
	0% {
		stroke-dashoffset: 144.4701385498047px;
		stroke-dasharray: 144.4701385498047px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 144.4701385498047px;
	}
}

@keyframes animate-svg-stroke-11 {
	0% {
		stroke-dashoffset: 144.4701385498047px;
		stroke-dasharray: 144.4701385498047px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 144.4701385498047px;
	}
}

.svg-elem__3-1 {
	-webkit-animation: animate-svg-stroke-11 2s ease-in-out 1.2s infinite alternate;
	animation: animate-svg-stroke-11 2s ease-in-out 1.2s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-21 {
	0% {
		stroke-dashoffset: 27.802600860595703px;
		stroke-dasharray: 27.802600860595703px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 27.802600860595703px;
	}
}

@keyframes animate-svg-stroke-21 {
	0% {
		stroke-dashoffset: 27.802600860595703px;
		stroke-dasharray: 27.802600860595703px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 27.802600860595703px;
	}
}

.svg-elem__3-2 {
	-webkit-animation: animate-svg-stroke-21 2s ease-in-out 1.2s infinite alternate;
	animation: animate-svg-stroke-21 2s ease-in-out 1.2s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-31 {
	0% {
		stroke-dashoffset: 27.802600860595703px;
		stroke-dasharray: 27.802600860595703px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 27.802600860595703px;
	}
}

@keyframes animate-svg-stroke-31 {
	0% {
		stroke-dashoffset: 27.802600860595703px;
		stroke-dasharray: 27.802600860595703px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 27.802600860595703px;
	}
}

.svg-elem__3-3 {
	-webkit-animation: animate-svg-stroke-31 2s ease-in-out 1.2s infinite alternate;
	animation: animate-svg-stroke-31 2s ease-in-out 1.2s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-4 {
	0% {
		stroke-dashoffset: 7.840599060058594px;
		stroke-dasharray: 7.840599060058594px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 7.840599060058594px;
	}
}

@keyframes animate-svg-stroke-41 {
	0% {
		stroke-dashoffset: 7.840599060058594px;
		stroke-dasharray: 7.840599060058594px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 7.840599060058594px;
	}
}

.svg-elem__3-4 {
	-webkit-animation: animate-svg-stroke-41 2s ease-in-out 1.2s infinite alternate;
	animation: animate-svg-stroke-41 2s ease-in-out 1.2s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-5 {
	0% {
		stroke-dashoffset: 15.48582649230957px;
		stroke-dasharray: 15.48582649230957px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 15.48582649230957px;
	}
}

@keyframes animate-svg-stroke-51 {
	0% {
		stroke-dashoffset: 15.48582649230957px;
		stroke-dasharray: 15.48582649230957px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 15.48582649230957px;
	}
}

.svg-elem__3-5 {
	-webkit-animation: animate-svg-stroke-51 2s ease-in-out 1.2s infinite alternate;
	animation: animate-svg-stroke-51 2s ease-in-out 1.2s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-61 {
	0% {
		stroke-dashoffset: 7.516058921813965px;
		stroke-dasharray: 7.516058921813965px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 7.516058921813965px;
	}
}

@keyframes animate-svg-stroke-61 {
	0% {
		stroke-dashoffset: 7.516058921813965px;
		stroke-dasharray: 7.516058921813965px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 7.516058921813965px;
	}
}

.svg-elem__3-6 {
	-webkit-animation: animate-svg-stroke-61 2s ease-in-out 1.2s infinite alternate;
	animation: animate-svg-stroke-61 2s ease-in-out 1.2s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-71 {
	0% {
		stroke-dashoffset: 15.485841751098633px;
		stroke-dasharray: 15.485841751098633px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 15.485841751098633px;
	}
}

@keyframes animate-svg-stroke-71 {
	0% {
		stroke-dashoffset: 15.485841751098633px;
		stroke-dasharray: 15.485841751098633px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 15.485841751098633px;
	}
}

.svg-elem__3-7 {
	-webkit-animation: animate-svg-stroke-71 2s ease-in-out 1.2s infinite alternate;
	animation: animate-svg-stroke-71 2s ease-in-out 1.2s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-81 {
	0% {
		stroke-dashoffset: 7.516066551208496px;
		stroke-dasharray: 7.516066551208496px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 7.516066551208496px;
	}
}

@keyframes animate-svg-stroke-81 {
	0% {
		stroke-dashoffset: 7.516066551208496px;
		stroke-dasharray: 7.516066551208496px;
	}

	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 7.516066551208496px;
	}
}

.svg-elem__3-8 {
	-webkit-animation: animate-svg-stroke-81 2s ease-in-out 1.2s infinite alternate;
	animation: animate-svg-stroke-81 2s ease-in-out 1.2s infinite alternate;
}
/*Четвертая иконка*/

@-webkit-keyframes animate-svg-stroke-12 {
	0% {
		stroke-dashoffset: 48.97612762451172px;
		stroke-dasharray: 48.97612762451172px;
	}

	100% {
		stroke-dashoffset: 97.95225524902344px;
		stroke-dasharray: 48.97612762451172px;
	}
}

@keyframes animate-svg-stroke-12 {
	0% {
		stroke-dashoffset: 48.97612762451172px;
		stroke-dasharray: 48.97612762451172px;
	}

	100% {
		stroke-dashoffset: 97.95225524902344px;
		stroke-dasharray: 48.97612762451172px;
	}
}

.svg-elem__4-1 {
	-webkit-animation: animate-svg-stroke-12 2.2s ease-in 3s infinite alternate;
	animation: animate-svg-stroke-12 2.2s ease-in 3s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-22 {
	0% {
		stroke-dashoffset: 125.7345962524414px;
		stroke-dasharray: 125.7345962524414px;
	}

	100% {
		stroke-dashoffset: 251.4691925048828px;
		stroke-dasharray: 125.7345962524414px;
	}
}

@keyframes animate-svg-stroke-22 {
	0% {
		stroke-dashoffset: 125.7345962524414px;
		stroke-dasharray: 125.7345962524414px;
	}

	100% {
		stroke-dashoffset: 251.4691925048828px;
		stroke-dasharray: 125.7345962524414px;
	}
}

.svg-elem__4-2 {
	-webkit-animation: animate-svg-stroke-22 2.2s ease-in 3s infinite alternate;
	animation: animate-svg-stroke-22 2.2s ease-in 3s infinite alternate;
}

@-webkit-keyframes animate-svg-stroke-32 {
	0% {
		stroke-dashoffset: 21.607810974121094px;
		stroke-dasharray: 21.607810974121094px;
	}

	100% {
		stroke-dashoffset: 43.21562194824219px;
		stroke-dasharray: 21.607810974121094px;
	}
}

@keyframes animate-svg-stroke-32 {
	0% {
		stroke-dashoffset: 21.607810974121094px;
		stroke-dasharray: 21.607810974121094px;
	}

	100% {
		stroke-dashoffset: 43.21562194824219px;
		stroke-dasharray: 21.607810974121094px;
	}
}

.svg-elem__4-3 {
	-webkit-animation: animate-svg-stroke-32 2.2s ease-in 3s infinite alternate;
	animation: animate-svg-stroke-32 2.2s ease-in 3s infinite alternate;
}

@media (min-width: 820px) {
	.man {
		animation: man 1.1s linear alternate forwards;
		animation-delay: .3s;
	}

	@keyframes man {
		0% {
			transform: translateY(0) translateX(0);
		}
		100% {
			transform: translateY(-50px) translateX(-75px);
		}
	}
}

/* End */


/* Start:/local/templates/new_v_robot/css/remove_default_preloader.css?1612436300539*/

div[id^="wait_"]
{
	display: none !important;
	background: none !important;
	border: 0 !important;
	color: #000000;
	font-family: Verdana, Arial, sans-serif; font-size: 11px;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal;
	letter-spacing: normal !important;
	line-height: normal;
	padding: 0 !important;
	position: absolute;
	text-align: center !important;
	text-indent: 0 !important;
	width: 0px !important;
	height: 0px !important;
	word-spacing: normal !important;
	z-index: 0;
	content: "";
}

/* End */
/* /local/templates/new_v_robot/css/normalize.css?16294432246120 */
/* /local/templates/new_v_robot/components/custom/main.feedback/popup/style.css?16159070544279 */
/* /local/templates/new_v_robot/components/custom/main.feedback/main/style.css?16298795144173 */
/* /local/templates/new_v_robot/css/lightzoom.css?16075865622828 */
/* /local/templates/new_v_robot/css/slick.css?16075863601590 */
/* /local/templates/new_v_robot/css/slick-theme.css?16176276252878 */
/* /local/templates/new_v_robot/css/swiper-bundle.min.css?162944996913883 */
/* /local/templates/new_v_robot/css/style.css?165212881489676 */
/* /local/templates/new_v_robot/css/about_css.css?16264182855459 */
/* /local/templates/new_v_robot/css/mob_style.css?163767335150402 */
/* /local/templates/new_v_robot/css/animate_style.css?163766807745725 */
/* /local/templates/new_v_robot/css/remove_default_preloader.css?1612436300539 */
