

/* Start:/local/media/css/fonts.css?1682313154534*/
@font-face {
	font-family: "Gilroy";
	src: url("/local/media/css/fonts/GB.eot");
	src: local("☺"), url("/local/media/css/fonts/GB.woff") format("woff"), url("/local/media/css/fonts/GB.ttf") format("truetype"), url("/local/media/css/fonts/GB.svg") format("svg");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Gilroy";
	src: url("/local/media/css/fonts/GM.eot");
	src: local("☺"), url("/local/media/css/fonts/GM.woff") format("woff"), url("/local/media/css/fonts/GM.ttf") format("truetype"), url("/local/media/css/fonts/GM.svg") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* End */


/* Start:/local/media/css/keyframes.css?16829398133168*/
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes left-to-right {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(10px);
  }
}
@keyframes menu-transition-top-show {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes menu-transition-top-hide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes block-transition-gradient {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes image-translate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*
@keyframes app-slider-text-hide {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%);
    opacity: 0;
  }
}
@keyframes app-slider-text-show {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  70% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes app-slider-background-hide {
  0% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  10% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  30% {
    opacity: 1;
    transform: scale(0.5) translateX(0);
  }
  60% {
    opacity: 1;
    transform: scale(0.5) translateX(-110%);
  }
  80% {
    opacity: 0;
    transform: scale(0.5) translateX(-110%);
  }
  100% {
    opacity: 0;
    transform: scale(0.5) translateX(-110%);
  }
}
@keyframes app-slider-background-show {
  0% {
    opacity: 1;
    transform: scale(1) translateX(110%);
  }
  10% {
    opacity: 1;
    transform: scale(1) translateX(110%);
  }
  30% {
    opacity: 1;
    transform: scale(0.5) translateX(110%);
  }
  60% {
    opacity: 1;
    transform: scale(0.5) translateX(0);
  }
  80% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}
@keyframes app-slider-background-loader-show {
  0% {
    opacity: 1;
    transform: scale(0.5) translateX(200%);
  }
  10% {
    opacity: 1;
    transform: scale(0.5) translateX(200%);
  }
  30% {
    opacity: 1;
    transform: scale(0.5) translateX(200%);
  }
  60% {
    opacity: 1;
    transform: scale(0.5) translateX(0);
  }
  80% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}
@keyframes app-slider-overlay-hide {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(10);
  }
  100% {
    transform: scale(10);
  }
}
@keyframes app-slider-overlay-show {
  0% {
    transform: scale(10);
  }
  60% {
    transform: scale(10);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes app-slider-button-hide {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes app-slider-button-show {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
*/

/* End */


/* Start:/local/media/css/default.css?16825866875768*/
/* Reset
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	line-height: 120%;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}
html {
	height: 100%;
	scroll-behavior: smooth;
}
html._nosmooth {
	scroll-behavior: initial;
}
body {
	height: 100%;
}
body._fixed {
	overflow: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
a, input {
	transition: 250ms;
}
.clr {
	clear: both;
}
/* Default
-----------------------------------------------------------------------------*/
.wrapper {
	min-width: 300px;
	max-width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.content {
	padding: 0 0 0;
}
.textarea {
	resize: none;
}
.image {
	width: 100%;
}
.iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.form__check {
	display: none;
}
/* Header / Footer
-----------------------------------------------------------------------------*/
.header,
.footer {
	min-width: 300px;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 100;
}
.header__content,
.footer__content {
	width: 100%;
	height: 100%;
	position: relative;
}
/* Components
-----------------------------------------------------------------------------*/
/*BUTTON MENU******************************************************/
.button-menu {
	width: 76px;
	height: 65px;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 20px;
	margin-right: 0;
	z-index: 500;
}
.button-menu__button {
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	background: none;
	cursor: pointer;
}
.button-menu__button span {
	top: 50%;
	left: 50%;
	margin: -1.5px 0 0 -16px;
}
.button-menu__button span,
.button-menu__button span::before,
.button-menu__button span::after {
	position: absolute;
	width: 36px;
	height: 3px;
	background: #E8EBFF;
	border-radius: 200px;
	transform-origin: center center;
	transition: 250ms;
}
.button-menu__button span::before,
.button-menu__button span::after {
	content: '';
	left: 0;
}
.button-menu__button span::before {
	width: 26px;
	bottom: 100%;
	margin: 0 0 7px 0;
	transform: translateX(calc(100% - 15.5px));
}
.button-menu__button span::after {
	width: 19px;
	top: 100%;
	margin: 7px 0 0 0;
	transform: translateX(calc(100% - 2.5px));
}
.button-menu__button:hover span::before {
	transition-duration: 650ms;
}
.button-menu__button:hover span::before,
.button-menu__button:hover span::after {
	transform: translateX(0);
}
.button-menu._shown .button-menu__button span {
	background: transparent;
}
.button-menu._shown .button-menu__button span::before {
	width: 100%;
	background: #fff;
	transition-duration: 250ms;
	transform: translate(0, 10px) rotate(45deg);
}
.button-menu._shown .button-menu__button span::after {
	width: 100%;
	background: #fff;
	transform: translate(0, -10px) rotate(-45deg);
}
/*MENU******************************************************/
.menu-main {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 450;
	transition-delay: 500ms;
}
.menu-main._shown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0ms;
}
.menu-main__container {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	animation: menu-transition-top-hide 500ms ease 0ms forwards;
}
.menu-main._shown .menu-main__container {
	animation: menu-transition-top-show 500ms ease 0ms forwards;
}
.menu-main__background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #1B1E2D;
	overflow: hidden;
	z-index: -1;
}
.menu-main__header {
	display: flex;
	width: 100%;
	align-items: center;
}
.menu-main__content-align {
	padding-top: 20px;
}
.menu-main__logo {
	margin-left: 20px;
}
.menu-main__button {
	padding-top: 20px;
}
.menu-main__button a {
	height: 50px;
	width: 207px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border: 2px solid #E8EBFF;
	border-radius: 12px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
	color: #E8EBFF;
	text-decoration: none;
}
.menu-main__button a:hover {
	color: #FD0196;
	border: 2px solid #FD0196;
}
.menu-main__content {
	width: 100%;
	height: 100%;
	position: relative;
}
.menu-main__align {
	width: 1290px;
	margin: 0 auto;
}
.menu-main__list {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	list-style: none;
	padding-top: 60px;
	margin-bottom: -30px;
}
.menu-main__element {
	margin-bottom: 30px;
}
.menu-main__link {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	color: #E8EBFF;
	text-decoration: none;
	transition: 250ms;
}
.menu-main__link._selected,
.menu-main__link:hover {
	color: #FD0196;
}
.menu-main__info {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 62px;
	margin-bottom: -22px;
	padding-bottom: 118px;
}
.menu-main__link-contacts {
	margin-bottom: 20px;
}
.menu-main__link-contacts a {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	color: #6B6F89;
}
.menu-main__link-contacts a {
	text-decoration: none;
	transition: 250ms;
}
.menu-main__link-contacts a:hover {
	color: #FD0196;
}

/* End */


/* Start:/local/media/css/css.css?168296625638224*/
html {
  scroll-behavior: smooth;
}
body {
	font: normal normal 18px/120% Gilroy, Arial, sans-serif;
	background: #1B1E2D;
}
h1, h2, h3 {
	font-family: Gilroy, sans-serif;
	color: #E8EBFF;
	font-weight: 900;
}
h1 {
	font-size: 74px;
	line-height: 120%;
}
h2 {
	font-size: 52px;
	line-height: 120%;
}
h3 {
	font-size: 28px;
	line-height: 120%;
}
.text-sizer__size-168 {
	font-size: 168px;
	line-height: 120%;
}
.text-sizer__size-74 {
	font-size: 74px;
	line-height: 120%;
}
.text-sizer__size-52 {
	font-size: 52px;
	line-height: 120%;
}
.text-sizer__size-28 {
	font-size: 28px;
	line-height: 120%;
}
.text-sizer__size-48 {
	font-size: 48px;
	line-height: 120%;
}
.text-sizer__size-24 {
	font-size: 24px;
	line-height: 120%;
}
.text-sizer__size-20 {
	font-size: 20px;
	line-height: 120%;
}
.text-sizer__size-96 {
	font-size: 96px;
	line-height: 120%;
}
.text-sizer__size-32 {
	font-size: 32px;
	line-height: 120%;
}
.text-sizer__size-42 {
	font-size: 42px;
	line-height: 120%;
}
.text-sizer__size-16 {
	font-size: 16px;
	line-height: 120%;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	width: 100%;
	height: 145px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
.header__content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	padding-left: 100px;
	padding-right: 100px;
}
.header__side-left,
.header__side-right {
	height: 65px;
	display: flex;
	align-items: center;
}
.header__side-left {
	justify-content: flex-start;
}
.header__side-right {
	justify-content: flex-end;
}
.header__phone {
	padding-right: 80px;
}
.header__email {
	padding-right: 60px	;
}
.header__phone a,
.header__email a {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
	text-decoration: none;
}
.header__phone a:hover,
.header__email a:hover {
	color: #FD0196;
}
.header__button {
	height: 100%;
	padding: 2px 0;
}
.header__button a {
	height: 100%;
	width: 167px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #E8EBFF;
	border-radius: 12px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
	color: #E8EBFF;
	text-decoration: none;
}
.header__button a:hover {
	color: #FD0196;
	border: 2px solid #FD0196;
}
/* Content
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 104px;
}
.content-align {
	width: 1720px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.site-content {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -104px auto 0;
	height: 104px;
	z-index: 100;
}
.footer__content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding-left: 100px;
	padding-right: 100px;
}
.footer__copy {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #E8EBFF;
}
.footer__umiks {
}
.umiks-footer__link {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #E8EBFF;
	text-decoration: none;
}
.umiks-footer__link:hover {
	color: #FD0196;
}
/* Loader
-----------------------------------------------------------------------------*/
/* Popups
-----------------------------------------------------------------------------*/
.popups,
.response {
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 800;
}
.popups {
	height: 100%;
}
.popups._shown,
.response._shown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.response__shadow {
	display: none;
}
.popups__shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(46, 52, 79, 0.8);
	z-index: -1;
	opacity: 0;
	cursor: pointer;
	transition: 300ms;
}
.popups._shown .popups__shadow {
	opacity: 1;
}
.response__window {
	position: fixed;
	right: 0;
	bottom: 0;
	margin: 0 30px 30px 0;
	box-shadow: 0px 0px 200px #140E3E;
	border-radius: 20px;
	overflow: hidden;
	transform: translateX(100%);
}
.response._shown .response__window {
	transform: translateX(0);
}
.popups__content {
	width: 100%;
	height: 100%;
	position: relative;
	opacity: 0;
	transform: translateY(-100%);
}
.popups._shown .popups__content {
	opacity: 1;
	transform: translateY(0);
}
.response__content {
	padding: 43px 150px 45px 50px;
	background: linear-gradient(271.55deg, #7E50C5 1.26%, #009FF3 98.78%);
}
.response__message {
	max-width: 266px;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 900;
	font-size: 28px;
	line-height: 120%;
	color: #E8EBFF;
}
.response__close {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 20px;
	margin-right: 20px;
	background: url(/local/media/css/../icons/popup__close.svg) center center no-repeat;
	cursor: pointer;
}
.popups__content {
	display: flex;
	justify-content: center;
	align-items: center;
}
.popups__form-3,
.popups__form-2,
.popups__form-1 {
	width: 100%;
	height: 100%;
	background: #1B1E2D;
}
.popups__form-2 {
	width: auto;
	height: 100%;
	background: transparent;
}
.popups-form3__header,
.popups-form2__header,
.popups-form1__header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 40px 100px 0;
}
.popups-form3__close,
.popups-form2__close,
.popups-form1__close {
	width: 50px;
	height: 50px;
	background-image: url(/local/media/css/../icons/form__close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}
.popups-form2__close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 30px;
	z-index: 100;
}
.popups-form3__content,
.popups-form2__content,
.popups-form1__content {
	width: 1140px;
	margin: 0 auto;
	padding-top: 75px;
	padding-bottom: 150px;
}
.popups-form2__content {
	width: auto;
	padding: 80px 60px 60px;
	background: #1B1E2D;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}
.popups-form3__area,
.popups-form2__area,
.popups-form1__area {
	width: 100%;
	height: 100%;
}
.popups-form2__area-in {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.popups-form3__text-header,
.popups-form2__text-header,
.popups-form1__text-header {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 74px;
	line-height: 120%;
	color: #E8EBFF;
}
.popups-form2__text-header {
	font-size: 52px;
}
.popups-form3__text-sign,
.popups-form2__text-sign,
.popups-form1__text-sign {
	padding-top: 20px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #E8EBFF;
}
.popups-form2__text-sign {
	padding-top: 30px;
}
.popups-form3__form,
.popups-form2__form,
.popups-form1__form {
}
.form-form3__block,
.form-form2__block,
.form-form1__block {
	padding-top: 100px;
}
.form-form3__text-header,
.form-form2__text-header,
.form-form1__text-header {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 28px;
	line-height: 120%;
	color: #E8EBFF;
}
.form-form3__list,
.form-form2__list,
.form-form1__list {
	width: calc(100% + 21px);
	display: flex;
	flex-wrap: wrap;
	padding-top: 60px;
	margin-right: -20px;
	margin-bottom: -60px;
}
.form-form2__list {
	width: 730px;
	margin-right: 0;
	margin-bottom: -40px;
}
.form-form3__element,
.form-form2__element,
.form-form1__element {
	width: 367px;
	flex: 1 0 367px;
	margin-right: 20px;
	margin-bottom: 60px;
}
.form-form2__element {
	width: 100%;
	flex: 0 0 100%;
	margin-right: 0;
	margin-bottom: 40px;
}
.form-form3__label,
.form-form2__label,
.form-form1__label {
	display: flex;
	flex-direction: column;
}
.form-form3__label span,
.form-form2__label span,
.form-form1__label span {
}
.form-form3__text-label,
.form-form2__text-label,
.form-form1__text-label {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 120%;
	color: #E8EBFF;
}
.form-form3__input input.error,
.form-form2__input input.error,
.form-form1__input input.error {
	border: #FF3838 1px solid;
}
.form-form2__input label,
.form-form3__input label,
.form-form1__input label {
	display: none !important;
}
.form-form3__input,
.form-form2__input,
.form-form1__input {
	width: 100%;
	height: 61px;
	flex: 0 0 61px;
	margin-top: 30px;
	border-radius: 5px;
	position: relative;
}
.form-form2__input {
	height: 70px;
	flex: 0 0 70px;
	margin-top: 20px;
}
.form-form3__input .jq-selectbox__select,
.form-form3__input input,
.form-form3__input select,
.form-form2__input .jq-selectbox__select,
.form-form2__input input,
.form-form2__input select,
.form-form1__input .jq-selectbox__select,
.form-form1__input input,
.form-form1__input select {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #E8EBFF;
	background: #26293C;
	border-radius: 5px;
}
.form-form3__input input::-webkit-input-placeholder,
.form-form2__input input::-webkit-input-placeholder,
.form-form1__input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #6B708E;
}
.form-form3__input input::-moz-placeholder,
.form-form2__input input::-moz-placeholder,
.form-form1__input input::-moz-placeholder { /* Firefox 19+ */
	color: #6B708E;
}
.form-form3__input input:-ms-input-placeholder,
.form-form2__input input:-ms-input-placeholder,
.form-form1__input input:-ms-input-placeholder { /* IE 10+ */
	color: #6B708E;
}
.form-form3__input input:-moz-placeholder,
.form-form2__input input:-moz-placeholder,
.form-form1__input input:-moz-placeholder { /* Firefox 18- */
	color: #6B708E;
}
.form-form3__sender,
.form-form2__sender,
.form-form1__sender {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 100px;
}
.form-form2__sender {
	padding-top: 60px;
}
.form-form3__button,
.form-form2__button,
.form-form1__button {
}
.form-form3__submit,
.form-form2__submit,
.form-form1__submit {
	padding: 21px 33px;
	display: inline-block;
	position: relative;
	text-decoration: none;
	border-radius: 12px;
	text-align: center;
	overflow: hidden;
	background: none;
	cursor: pointer;
}
.form-form3__submit span,
.form-form2__submit span,
.form-form1__submit span {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}
.form-form3__submit::before,
.form-form3__submit::after,
.form-form2__submit::before,
.form-form2__submit::after,
.form-form1__submit::before,
.form-form1__submit::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.form-form3__submit::before,
.form-form2__submit::before,
.form-form1__submit::before {
	transition: 250ms;
	opacity: 1;
	background: linear-gradient(271.55deg, #7E50C5 1.26%, #009FF3 98.78%);
}
.form-form3__submit::after,
.form-form2__submit::after,
.form-form1__submit::after {
	transition: 500ms;
	opacity: 0;
	background: linear-gradient(271.55deg, #009FF3 1.26%, #7E50C5 98.78%);
}
.form-form3__submit:hover::before,
.form-form2__submit:hover::before,
.form-form1__submit:hover::before {
	transition: 500ms;
	opacity: 0;
}
.form-form3__submit:hover::after,
.form-form2__submit:hover::after,
.form-form1__submit:hover::after {
	transition: 250ms;
	opacity: 1;
}
.form-form3__checkbox-label,
.form-form2__checkbox-label,
.form-form1__checkbox-label {
	padding-left: 40px;
	position: relative;
}
.form-form3__checkbox-label::before,
.form-form3__checkbox-label::after,
.form-form2__checkbox-label::before,
.form-form2__checkbox-label::after,
.form-form1__checkbox-label::before,
.form-form1__checkbox-label::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	border-radius: 3px;
	transition: 250ms;
}
.form-form3__checkbox-label::before,
.form-form2__checkbox-label::before,
.form-form1__checkbox-label::before {
	background: #E8EBFF;
}
.form-form3__checkbox input:checked + label::before,
.form-form2__checkbox input:checked + label::before,
.form-form1__checkbox input:checked + label::before {
	background: #1C8EE9;
}
.form-form3__checkbox-label::after,
.form-form2__checkbox-label::after,
.form-form1__checkbox-label::after {
	background-image: url(/local/media/css/../icons/checkbox.svg);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
}
.form-form3__checkbox input:checked + label::after,
.form-form2__checkbox input:checked + label::after,
.form-form1__checkbox input:checked + label::after {
	opacity: 1;
}
.form-form3__checkbox label,
.form-form3__checkbox a,
.form-form2__checkbox label,
.form-form2__checkbox a,
.form-form1__checkbox label,
.form-form1__checkbox a {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #E8EBFF;
	cursor: pointer;
}
.form-form3__checkbox a:hover,
.form-form2__checkbox a:hover,
.form-form1__checkbox a:hover {
	text-decoration: none;
}
.form-form3__errors,
.form-form2__errors,
.form-form1__errors {
	display: flex;
	justify-content: flex-end;
	padding-top: 30px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #FF3838;
}
.form-form2__errors {
	padding-top: 20px;
}
.popups-form2__close._outer {
	display: none;
}
.popups-form2__close._inner {
	display: block;
}
/* Menu
-----------------------------------------------------------------------------*/
.menu-top {
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 165px;
}
.menu-top__list {
	display: flex;
	list-style: none;
}
.menu-top__element {
	padding-right: 30px;
}
.menu-top__link {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
	padding: 10px 0;
	text-decoration: none;
}
.menu-top__link._selected {
	color: #FD0196;
}
.menu-top__link:hover {
	color: #FD0196;
}
/* Components
-----------------------------------------------------------------------------*/
/* Theme
-----------------------------------------------------------------------------*/
/*
.wrapper.wrapper-theme-{{ theme }
.header.header-theme-{{ theme }
.footer.footer-theme-{{ theme }
*/
/* Pages
-----------------------------------------------------------------------------*/
.index-section {
	position: relative;
	overflow: hidden;
}
.section__video {
	height: 927px;
}
.video-section__toner,
.video-section__video,
.video-section__background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.video-section__video {
	background-image: url(/local/media/css/../images/static/background.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.video-section__video video {
	width: 100%;
}
.video-section__toner {
	background: linear-gradient(180deg, rgba(27, 30, 45, 0) 0%, #1B1E2D 100%);
	z-index: 1;
}
.video-section__header {
	padding-top: 245px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
}
.video-section__paragraph {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
}
.video-section__button {
	margin-top: 60px;
}
.button-video__request {
	padding: 20px 30px;
	display: inline-block;
	position: relative;
	font-family: 'Gilroy', serif;
	font-style: normal;
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 12px;
	text-align: center;
	overflow: hidden;
}
.button-video__request::before,
.button-video__request::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.button-video__request::before {
	transition: 250ms;
	opacity: 1;
	background: linear-gradient(271.55deg, #7E50C5 1.26%, #009FF3 98.78%);
}
.button-video__request::after {
	transition: 500ms;
	opacity: 0;
	background: linear-gradient(271.55deg, #009FF3 1.26%, #7E50C5 98.78%);
}
.button-video__request:hover::before {
	transition: 500ms;
	opacity: 0;
}
.button-video__request:hover::after {
	transition: 250ms;
	opacity: 1;
}
.section__services {
	padding-top: 61px;
}
.services-section__align {
	display: flex;
	justify-content: space-between;
}
.services-section__text-paragraph {
	max-width: 450px;
	padding-top: 30px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #E8EBFF;
}
.services-section__list {
	width: calc(1140px + 20px);
	flex: 0 0 calc(1140px + 20px);
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
	margin-right: -20px;
}
.services-section__element {
	width: 560px;
	height: 506px;
	flex: 1 1 560px;
	margin-bottom: 20px;
	margin-right: 20px;
	border-radius: 40px;
	position: relative;
	overflow: hidden;
}
.element-services__area {
	width: 100%;
	height: 100%;
	flex: 0 0 100%;
	display: flex;
	text-decoration: none;
}
.element-services__fond {
	overflow: hidden;
}
.element-services__background::before,
.element-services__background::after,
.element-services__background,
.element-services__fond {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.element-services__fond {
	background: #26293C;
}
.element-services__background {
	opacity: 0;
	z-index: -1;
	transition: 1000ms;
}
.element-services__area:hover .element-services__background {
	opacity: 1;
}
.element-services__background::before,
.element-services__background::after {
	content: '';
	transition: 250ms;
	z-index: 0;
}
.element-services__background::before {
	animation: block-transition-gradient 10s linear alternate infinite;
	background: linear-gradient(289.71deg, #2F1C4D 12.8%, #321C60 58.94%, #540D8C 97.99%);
}
.element-services__background::after {
	animation: block-transition-gradient 10s linear alternate-reverse infinite;
	background: linear-gradient(289.71deg, #2F1C4D 12.8%, #4F1C60 58.94%, #8E1C6E 97.99%);
}
.element-services__foreground {
	display: block;
	width: 369px;
	height: 369px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 -60px -150px 0;
	z-index: 1;
}
.element-services__foreground svg {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	pointer-events: none;
}
.element-services__mask-image::before,
.element-services__mask-image::after,
.element-services__mask-image,
.element-services__mask-path {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 250ms;
}
.element-services__mask-path {
	display: none;
}
.element-services__mask-image::before,
.element-services__mask-image::after {
	content: '';
	width: 506px;
	height: 506px;
	top: 50%;
	left: 50%;
	margin: -253px 0 0 -253px;
	border-radius: 100%;
}
.element-services__mask-image::before {
	background: #777A8D;
}
.element-services__mask-image::after {
	opacity: 0;
	background-image: url(/local/media/css/../images/static/services-background.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: rotation 2.5s linear normal infinite;
}
.element-services__area:hover .element-services__mask-image::after {
	opacity: 1;
}
.element-services__content {
	display: block;
	position: relative;
	padding: 50px;
}
.element-services__text-header {
	display: block;
	max-width: 280px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
}
.element-services__text-paragraph {
	display: block;
	max-width: 385px;
	padding-top: 30px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: #E8EBFF;
}
.element-services__link {
	display: inline-block;
	margin-top: 30px;
	padding: 16px 25px;
	border: 2px solid #E8EBFF;
	border-radius: 12px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
	color: #E8EBFF;
	position: relative;
	text-decoration: none;
	transition: 250ms;
}
.element-services__link::before {
	content:'';
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	position: absolute;
	top: 0;
	left: 0;
	margin: -2px 0 0 -2px;
	opacity: 0;
	z-index: -1;
	background: linear-gradient(271.55deg, #7E50C5 1.26%, #009FF3 98.78%);
	border-radius: inherit;
	transition: inherit;
}
.element-services__link:hover {
	border: 2px solid transparent;
}
.element-services__link:hover::before {
	opacity: 1;
}
.section__ferta {
	padding-top: 160px;
}
.ferta-section__area {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
}
.ferta-section__background::before,
.ferta-section__background::after,
.ferta-section__background,
.ferta-section__border,
.ferta-section__fond {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.ferta-section__background::before,
.ferta-section__background::after {
	content: '';
}
.ferta-section__background::before {
	animation: block-transition-gradient 6s linear alternate infinite;
	background: linear-gradient(289.71deg, #2F1C4D 12.8%, #4F1C60 58.94%, #8E1C6E 97.99%);
}
.ferta-section__background::after {
	animation: block-transition-gradient 6s linear alternate-reverse infinite;
	background: linear-gradient(294.15deg, #680C77 3.5%, #3A1C8E 97.64%);
}
.ferta-section__car {
	width: 901px;
	height: 773px;
	position: absolute;
	top: 0;
	right: 0;
	margin: -110px -115px 0 0;
	transform-origin: top right;
	transition: 500ms;
	z-index: 1;
}
.ferta-section__area._more .ferta-section__car {
	transform: scale(0.8);
}
.ferta-section__content {
	padding: 140px 102px;
	position: relative;
}
.ferta-section__logo {
	width: 439px;
}
.ferta-section__logo img {
	width: 100%;
}
.ferta-section__text-paragraph {
	padding-top: 60px;
	max-width: 668px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: #E8EBFF;
}
.ferta-section__button-less,
.ferta-section__button-more {
	margin-top: 60px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
	color: #E8EBFF;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}
.ferta-section__button-more {
	transition: 400ms;
}
.ferta-section__content._more .ferta-section__button-more {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.ferta-section__more-content {
	max-width: 1305px;
	max-height: 0;
	margin-top: 0;
	opacity: 0;
	transition: opacity 500ms ease-out, margin 500ms ease-out, max-height 500ms ease-out;
	overflow: hidden;
}
.ferta-section__content._more .ferta-section__more-content {
	max-height: 1000px;
	margin-top: -90px;
	opacity: 1;
	transition: opacity 500ms ease-in, margin 500ms ease-in, max-height 500ms ease-in;
}
.ferta-section__content._more .ferta-section__more-content  {
}
.ferta-section__mrtext-header {
	padding-top: 60px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
}
.ferta-section__mrtext-paragraph {
	padding-top: 30px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: #E8EBFF;
}
.ferta-section__more-shift {
	padding-top: 200px;
	transition: padding 500ms;
}
.ferta-section__content._more .ferta-section__more-shift {
	padding-top: 0;
}
.section__delivery {
	margin-top: 160px;
	padding-bottom: 264px;
}
.delivery-section__fond {
	width: 798px;
	height: 745px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -399px;
}
.delivery-section__foreground {
	background-image: url(/local/media/css/../images/static/delivery-planet.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.delivery-section__foreground,
.delivery-section__background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.delivery-section__content {
	position: relative;
	padding-top: 274px;
}
.delivery-section__text-header,
.delivery-section__text-header h2{
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
}
.delivery-section__list {
	width: calc(100% + 20px);
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	padding-top: 80px;
}
.delivery-section__element {
	width: 415px;
	flex: 0 0 415px;
	margin-right: 20px;
}
.delivery-section__etext-sign {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #FD0196;
}
.delivery-section__etext-header {
	padding-top: 40px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
}
.delivery-section__etext-paragraph {
	max-width: 330px;
	padding-top: 20px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #E8EBFF;
}
.section__stuff {
}
.stuff-section__text-header {
	max-width: 784px;
}
.stuff-section__text-header,
.stuff-section__text-header h2 {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
}
.stuff-section__list {
	width: calc(100% + 20px);
	display: flex;
	flex-wrap: wrap;
	padding-top: 80px;
	margin-right: -20px;
}
.stuff-section__element {
	width: 560px;
	height: 538px;
	flex: 0 0 560px;
	position: relative;
	margin-right: 20px;
	border-radius: 40px;
	overflow: hidden;
}
.stuff-section__background::before,
.stuff-section__background::after,
.stuff-section__background,
.stuff-section__border,
.stuff-section__fond {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.stuff-section__border {
	z-index: 0;
}
.stuff-section__background {
	opacity: 0;
	z-index: 0;
	transition: 1000ms;
}
.stuff-section__element:hover .stuff-section__background {
	opacity: 1;
}
.stuff-section__background::before,
.stuff-section__background::after {
	content: '';
}
.stuff-section__background::before {
	animation: block-transition-gradient 6s linear alternate infinite;
	background: linear-gradient(289.71deg, #2F1C4D 12.8%, #4F1C60 58.94%, #8E1C6E 97.99%);
}
.stuff-section__background::after {
	animation: block-transition-gradient 6s linear alternate-reverse infinite;
	background: linear-gradient(289.71deg, #2F1C4D 12.8%, #321C60 58.94%, #540D8C 97.99%);
}
.stuff-section__content {
	position: relative;
	padding: 50px 80px 10px 50px;
}
.stuff-section__image {
	height: 160px;
}
.stuff-section__image img {
	height: 100%;
}
.stuff-section__etext-header {
	max-width: 363px;
	padding-top: 104px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
}
.stuff-section__etext-paragraph {
	max-width: 430px;
	padding-top: 30px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: #E8EBFF;
}
.section__achievements {
	padding-top: 120px;
}
.achievements-section__text-header,
.achievements-section__text-header h2 {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
}
.achievements-section__list {
	width: calc(100% + 20px);
	display: flex;
	flex-wrap: wrap;
	padding-top: 80px;
	margin-right: -20px;
	margin-bottom: -60px;
}
.achievements-section__element {
	width: 415px;
	flex: 0 0 415px;
	margin-right: 20px;
	margin-bottom: 60px;
}
.achievements-section__number {
	transform: scale(0.9);
	margin-left: -20px;
}
.achievements-section__align {
	display: inline;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	background: #f90598;
	background: -webkit-linear-gradient(to right, #f90598 0%, #1a8fea 100%);
	background: -moz-linear-gradient(to right, #f90598 0%, #1a8fea 100%);
	background: linear-gradient(to right, #f90598 0%, #1a8fea 100%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 6px transparent;
	color: #1B1E2D;
	letter-spacing: 7px;
	padding-left: 3px;
}
.achievements-section__text-paragraph {
	max-width: 318px;
	padding-top: 40px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: #E8EBFF;
}
.achievements-section__container {
	position: relative;
	margin-top: 120px;
}
.achievements-section__content {
	position: relative;
	padding: 80px 79px;
}
.achievements-section__text-sign {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 140%;
	text-align: center;
	color: #E8EBFF;
}
.achievements-section__fond {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
}
.achievements-section__border,
.achievements-section__background::before,
.achievements-section__background::after,
.achievements-section__background,
.achievements-section__fond {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.achievements-section__background {
	z-index: -1;
}
.achievements-section__background::before,
.achievements-section__background::after {
	content: '';
	z-index: 0;
}
.achievements-section__background::before {
	animation: block-transition-gradient 6s linear alternate infinite;
	background: linear-gradient(289.71deg, #2F1C4D 12.8%, #4F1C60 58.94%, #8E1C6E 97.99%);
}
.achievements-section__background::after {
	animation: block-transition-gradient 6s linear alternate-reverse infinite;
	background: linear-gradient(289.71deg, #2F1C4D 12.8%, #321C60 58.94%, #540D8C 97.99%);
}
.section__reasons {
	padding-top: 160px;
}
.reasons-section__header,
.reasons-section__header h2 {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
}
.reasons-section__list {
	width: calc(100% + 20px);
	display: flex;
	flex-wrap: wrap;
	padding-top: 60px;
	margin-right: -20px;
	margin-bottom: -20px;
}
.reasons-section__element {
	width: 560px;
	flex: 0 0 560px;
	height: 394px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	border-radius: 40px;
	background: linear-gradient(90deg, #32364F 0%, #26293B 100%);
}
.reasons-section__foreground,
.reasons-section__background,
.reasons-section__fond {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.reasons-section__fond {
	opacity: 0;
	transition: 1000ms;
}
.reasons-section__element:hover .reasons-section__fond {
	opacity: 1;
}
.reasons-section__foreground,
.reasons-section__background {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
}
.reasons-section__background {
	animation: block-transition-gradient 6s linear alternate infinite;
}
.reasons-section__foreground {
	animation: block-transition-gradient 6s linear alternate-reverse infinite;
}
.reasons-section__content {
	position: relative;
	padding: 10px 50px 60px;
}
.reasons-section__image {
	width: 180px;
	height: 180px;
	margin-left: -30px;
}
.reasons-section__image img {
	width: 100%;
}
.reasons-section__element:hover .reasons-section__image img {
	animation: image-translate 2.5s ease-in normal infinite;
}
.reasons-section__text-header {
	padding-top: 30px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
}
.reasons-section__text-paragraph {
	padding-top: 20px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: #E8EBFF;
}
.section__how {
	padding-top: 120px;
}
.how-section__header,
.how-section__header h2 {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
}
.how-section__list {
	width: calc(100% + 20px);
	display: flex;
	flex-wrap: wrap;
	padding-top: 80px;
	margin-right: -20px;
	margin-bottom: -60px;
}
.how-section__element {
	width: 415px;
	flex: 0 0 415px;
	margin-right: 20px;
	margin-bottom: 60px;
	position: relative;
}
.how-section__number {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #FD0196;
}
.how-section__text-header {
	padding-top: 20px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
}
.how-section__text-paragraph {
	max-width: 311px;
	padding-top: 30px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: #E8EBFF;
}
.how-section__container {
	width: 100%;
	margin-top: 80px;
	position: relative;
	border-radius: 40px;
	overflow: hidden;
}
.container-how__background::before,
.container-how__background::after,
.container-how__background,
.container-how__border,
.container-how__fond {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.container-how__border {
	transform: rotate(180deg);
	z-index: 0;
}
.container-how__background {
	z-index: 0;
}
.container-how__background::before,
.container-how__background::after {
	content: '';
}
.container-how__background::before {
	animation: block-transition-gradient 6s linear alternate infinite;
	background: linear-gradient(289.71deg, #2F1C4D 12.8%, #4F1C60 58.94%, #8E1C6E 97.99%);
}
.container-how__background::after {
	animation: block-transition-gradient 6s linear alternate-reverse infinite;
	background: linear-gradient(289.71deg, #2F1C4D 12.8%, #321C60 58.94%, #540D8C 97.99%);
}
.container-how__stuff {
	width: 616px;
	height: 465px;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -232.5px 120px 0 0;
	z-index: 1;
}
.container-how__content {
	padding: 106px 80px;
	position: relative;
}
.container-how__text-header,
.container-how__text-header h2 {
	max-width: 680px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
}
.container-how__text-paragraph {
	padding-top: 30px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: #E8EBFF;
}
.container-how__button {
	margin-top: 60px;
}
.container-how__link {
	font-family: Gilroy, sans-serif;
}
.section__contacts {
	padding-top: 160px;
	padding-bottom: 120px;
}
.contacts-section__list {
	width: calc(100% + 20px);
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-bottom: -40px;
}
.contacts-section__element {
	width: 420px;
	flex: 0 0 420px;
	margin-right: 20px;
	margin-bottom: 40px;
}
.contacts-section__text-header {
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #FD0196;
}
.contacts-section__link,
.contacts-section__text-paragraph {
	padding-top: 20px;
	font-family: Gilroy, sans-serif;
	font-style: normal;
	font-weight: 900;
	color: #E8EBFF;
}
.contacts-section__link {
	padding-top: 0;
	text-decoration: none;
}
.contacts-section__link:hover {
	color: #FD0196;
}
.stuff-section__border,
.container-how__border,
.ferta-section__border {
	display: none;
}
.stuff-section__borderline,
.stuff-section__borderline::after,
.achievements-section__borderline,
.achievements-section__borderline::after,
.container-how__borderline,
.container-how__borderline::after,
.ferta-section__borderline,
.ferta-section__borderline::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 40px;
}
.achievements-section__borderline,
.ferta-section__borderline,
.container-how__borderline {
	background: linear-gradient(296.16deg, #680C77 0.85%, #3A1C8E 100%);
}
.achievements-section__borderline::after,
.container-how__borderline::after,
.ferta-section__borderline::after {
	content: '';
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	margin: 4px 0 0 4px;
	z-index: 1;
	background: #1B1E2D;
}
.animate__borderline span {
	display: block;
	width: 51%;
	height: 51%;
	position: absolute;
	background: #1B1E2D;
	z-index: 2;
}
.animate__borderline {
	display: none;
}
._init .animate__borderline {
	display: block;
}
._init .animate__borderline span:nth-of-type(1) {
	left: 0;
	bottom: 50%;
}
._init._anm .animate__borderline span:nth-of-type(1) {
	height: 0;
	width: 4px;
	transition: height 62ms linear 438ms, width 188ms linear 250ms;
}
._init .animate__borderline span:nth-of-type(2) {
	left: 50%;
	top: 0;
}
._init._anm .animate__borderline span:nth-of-type(2) {
	height: 4px;
	width: 0;
	transition: height 62ms linear 0ms, width 188ms linear 62ms;
}
._init .animate__borderline span:nth-of-type(3) {
	right: 0;
	top: 50%;
}
._init._anm .animate__borderline span:nth-of-type(3) {
	height: 0;
	width: 4px;
	transition: height 62ms linear 938ms, width 188ms linear 750ms;
}
._init .animate__borderline span:nth-of-type(4) {
	right: 50%;
	bottom: 0;
}
._init._anm .animate__borderline span:nth-of-type(4) {
	height: 4px;
	width: 0;
	transition: height 62ms linear 500ms, width 188ms linear 562ms;
}
.stuff-section__borderline {
	background: #3A3E53;
}
.stuff-section__borderline::after {
	content: '';
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	margin: 2px 0 0 2px;
	z-index: 1;
	background: #1B1E2D;
}
.stuff-section__borderline span {
	display: none;
	width: 50%;
	height: 50%;
	position: absolute;
	background: #1B1E2D;
	transition-timing-function: linear;
	z-index: 2;
}
._init .stuff-section__borderline span {
	display: block;
}
._init .stuff-section__borderline span:nth-of-type(1) {
	right: 50%;
	top: 0;
}
._init._anm .stuff-section__borderline span:nth-of-type(1) {
	height: 4px;
	width: 0;
}
._init .stuff-section__borderline span:nth-of-type(2) {
	right: 0;
	bottom: 50%;
}
._init._anm .stuff-section__borderline span:nth-of-type(2) {
	height: 0;
	width: 4px;
}
._init .stuff-section__borderline span:nth-of-type(3) {
	left: 50%;
	bottom: 0;
}
._init._anm .stuff-section__borderline span:nth-of-type(3) {
	height: 4px;
	width: 0;
}
._init .stuff-section__borderline span:nth-of-type(4) {
	left: 0;
	top: 50%;
}
._init._anm .stuff-section__borderline span:nth-of-type(4) {
	height: 0;
	width: 4px;
}
.how-section__element::before,
.how-section__element::after {
	content: '';
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.how-section__element::before {
	width: 2px;
	height: calc(100% + 60px);
	margin-top: 9px;
	margin-left: 3.5px;
	background: #424557;
}
.how-section__element::after {
	width: 11px;
	height: 11px;
	margin-top: 4px;
	background: #FD0196;
	border-radius: 100%;
}
/*
.text-sizer__size-168
h1
.text-sizer__size-74
h2
.text-sizer__size-52
h3
.text-sizer__size-28
.text-sizer__size-48
.text-sizer__size-24
.text-sizer__size-20
.text-sizer__size-96
.text-sizer__size-32
.text-sizer__size-42
.text-sizer__size-16

*/

/* End */


/* Start:/local/media/css/1700.css?1682423797128*/
@media (min-width: 1760px) { /* 1900 and more*/
    .element-services__mask-path._mask-1 {
        display: block;
    }
}

/* End */


/* Start:/local/media/css/1200.css?16825789279659*/
@media (min-width: 1200px) and (max-width: 1759px) { /* between 1306px and 1766px */
/* Fonts
-----------------------------------------------------------------------------*/
	h1 {
		font-size: 48px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 24px;
	}
	.text-sizer__size-168 {
		font-size: 96px;
	}
	/* h1 */
	.text-sizer__size-74 {
		font-size: 48px;
	}
	/* h2 */
	.text-sizer__size-52 {
		font-size: 40px;
	}
	/* h3 */
	.text-sizer__size-28 {
		font-size: 24px;
	}
	.text-sizer__size-48 {
		font-size: 36px;
	}
	.text-sizer__size-24 {
		font-size: 18px;
	}
	.text-sizer__size-20 {
		font-size: 16px;
	}
	.text-sizer__size-96 {
		font-size: 64px;
	}
	.text-sizer__size-32 {
		font-size: 24px;
	}
	.text-sizer__size-42 {
		font-size: 30px;
	}
	.text-sizer__size-16 {
		font-size: 16px;
	}
/* Default
-----------------------------------------------------------------------------*/
	.header {
		height: 105px
	}
	.header__content {
		padding-top: 20px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.header__side-right {
		height: 50px;
	}
	.header__email {
		padding-right: 30px;
	}
	.header__phone {
		padding-right: 60px;
	}
	.header__button {
		padding: 0;
	}
	.header__button a {
		width: 147px;
	}
	.menu-top {
		padding-left: 80px;
	}
	.content-align {
		width: 1120px;
	}
	.footer__content {
		padding-left: 40px;
		padding-right: 40px;
	}
/* Pages
-----------------------------------------------------------------------------*/
	.section__video {
		height: 740px;
	}
	.video-section__header {
		padding-top: 185px;
	}
	.video-section__paragraph {
		padding-top: 30px;
	}
	.video-section__button {
		margin-top: 50px;
	}
	.button-video__request {
		padding: 21px 20px;
		border-radius: 12px;
	}
	.section__services {
		padding-top: 12px;
	}
	.services-section__align {
		flex-direction: column;
		justify-content: flex-start;
	}
	.services-section__text-paragraph {
		max-width: 536px;
		padding-top: 25px;
	}
	.services-section__list {
		width: calc(100% + 20px);
		flex: 0 0 calc(100% + 20px);
		padding-top: 60px;
		margin-bottom: -20px;
		margin-right: -20px;
	}
	.services-section__element {
		width: 550px;
		height: 430px;
		flex: 1 1 550px;
		margin-bottom: 20px;
		margin-right: 20px;
		border-radius: 20px;
	}
	.element-services__foreground {
		width: 310px;
		height: 310px;
		margin: 0 -40px -100px 0;
	}
	.element-services__mask-path._mask-2 {
		display: block;
	}
	.element-services__mask-image::before,
	.element-services__mask-image::after {
		width: 426px;
		height: 426px;
		margin: -213px 0 0 -213px;
	}
	.element-services__content {
		padding: 50px 40px;
	}
	.element-services__text-header {
		max-width: 231px;
	}
	.element-services__text-paragraph {
		max-width: 388px;
		padding-top: 30px;
	}
	.element-services__link {
		margin-top: 30px;
		padding: 16px 25px;
		border-radius: 12px;
	}
	.element-services__link::before {
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		margin: -2px 0 0 -2px;
	}
	.element-services__link:hover {
		border: 2px solid transparent;
	}
	.section__ferta {
		padding-top: 120px;
	}
	.ferta-section__area {
		border-radius: 20px;
	}
	.ferta-section__car {
		width: 529px;
		height: 453px;
		margin: -80px -100px 0 0;
	}
	.ferta-section__content {
		padding: 80px 30px;
	}
	.ferta-section__logo {
		width: 226px;
	}
	.ferta-section__text-paragraph {
		padding-top: 40px;
		max-width: 520px;
	}
	.ferta-section__button-less,
	.ferta-section__button-more {
		margin-top: 40px;
	}
	.ferta-section__more-content {
		max-width: 892px;
	}
	.ferta-section__content._more .ferta-section__more-content {
		max-height: 1000px;
		margin-top: -70px;
	}
	.ferta-section__mrtext-header {
		padding-top: 60px;
	}
	.ferta-section__mrtext-paragraph {
		padding-top: 30px;
	}
	.ferta-section__more-shift {
		padding-top: 180px;
	}
	.section__delivery {
		margin-top: 120px;
		padding-bottom: 120px;
	}
	.delivery-section__fond {
		width: 546px;
		height: 510px;
		margin: 0 0 0 -273px;
	}
	.delivery-section__content {
		padding-top: 100px;
	}
	.delivery-section__list {
		width: calc(100% + 20px);
		margin-right: -20px;
		margin-bottom: -62px;
		padding-top: 80px;
	}
	.delivery-section__element {
		width: 550px;
		flex: 0 0 550px;
		margin-right: 20px;
		margin-bottom: 62px;
	}
	.delivery-section__etext-header {
		padding-top: 20px;
	}
	.delivery-section__etext-paragraph {
		max-width: 380px;
		padding-top: 20px;
		font-size: 16px;
	}
	.stuff-section__text-header {
		max-width: 700px;
	}
	.stuff-section__list {
		width: calc(100% + 20px);
		padding-top: 60px;
		margin-right: -20px;
	}
	.stuff-section__element {
		width: 360px;
		height: 445px;
		flex: 0 0 360px;
		margin-right: 20px;
		border-radius: 20px;
	}
	.stuff-section__content {
		padding: 30px 30px 10px;
	}
	.stuff-section__image {
		height: 110px;
	}
	.stuff-section__etext-header {
		max-width: 260px;
		padding-top: 60px;
	}
	.stuff-section__etext-paragraph {
		max-width: 300px;
		padding-top: 20px;
	}
	.section__achievements {
		padding-top: 120px;
	}
	.achievements-section__list {
		width: calc(100% + 20px);
		padding-top: 60px;
		margin-right: -20px;
	}
	.achievements-section__element {
		width: 550px;
		flex: 0 0 550px;
		margin-right: 20px;
	}
	.achievements-section__number {
		transform: scale(0.9);
		margin-left: -28px;
	}
	.achievements-section__align {
		-webkit-text-stroke: 6px transparent;
		letter-spacing: 5px;
		padding-left: 3px;
	}
	.achievements-section__text-paragraph {
		max-width: 438px;
		padding-top: 20px;
	}
	.achievements-section__container {
		margin-top: 120px;
	}
	.achievements-section__content {
		position: relative;
		padding: 50px 125px;
	}
	.achievements-section__text-sign {
		font-size: 24px;
	}
	.achievements-section__fond {
		border-radius: 20px;
	}
	.section__reasons {
		padding-top: 120px;
	}
	.reasons-section__list {
		width: calc(100% + 20px);
		padding-top: 60px;
		margin-right: -20px;
		margin-bottom: -20px;
	}
	.reasons-section__element {
		width: 360px;
		flex: 0 0 360px;
		height: 302px;
		margin-right: 20px;
		margin-bottom: 20px;
		border-radius: 20px;
	}
	.reasons-section__content {
		padding: 20px 10px 10px 30px;
	}
	.reasons-section__image {
		width: 110px;
		height: 110px;
		margin-left: -10px;
	}
	.reasons-section__text-header {
		padding-top: 20px;
	}
	.reasons-section__text-paragraph {
		max-width: 260px;
		padding-top: 20px;
	}
	.section__how {
		padding-top: 120px;
	}
	.how-section__list {
		width: calc(100% + 20px);
		padding-top: 60px;
		margin-right: -20px;
	}
	.how-section__element {
		width: 550px;
		flex: 0 0 550px;
		margin-right: 20px;
	}
	.how-section__text-header {
		padding-top: 20px;
	}
	.how-section__text-paragraph {
		max-width: 320px;
		padding-top: 20px;
	}
	.how-section__container {
		margin-top: 80px;
		border-radius: 20px;
	}
	.container-how__stuff {
		width: 365px;
		height: 276px;
		margin: -138px 60px 0 0;
	}
	.container-how__content {
		padding: 80px 30px;
	}
	.container-how__text-header {
		max-width: 500px;
	}
	.container-how__text-paragraph {
		padding-top: 30px;
	}
	.container-how__button {
		margin-top: 30px;
	}
	.container-how__button .button-video__request {
		padding: 18px 52px;
	}
	.section__contacts {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.contacts-section__list {
		width: calc(100% + 20px);
		margin-right: -20px;
	}
	.contacts-section__element {
		width: 360px;
		flex: 0 0 360px;
		margin-right: 20px;
	}
	.contacts-section__text-paragraph {
		padding-top: 20px;
	}
	.stuff-section__borderline,
	.stuff-section__borderline::after,
	.achievements-section__borderline,
	.achievements-section__borderline::after,
	.container-how__borderline,
	.container-how__borderline::after,
	.ferta-section__borderline,
	.ferta-section__borderline::after {
		border-radius: 20px;
	}
/* Popups
-----------------------------------------------------------------------------*/
	.popups-form3__header,
	.popups-form1__header {
		align-items: center;
		padding: 40px 40px 0;
	}
	.popups-form3__content,
	.popups-form1__content {
		width: 1120px;
		padding-top: 100px;
		padding-bottom: 150px;
	}
	.popups-form3__text-header,
	.popups-form1__text-header {
		font-size: 48px;
	}
	.popups-form2__text-header {
		font-size: 40px;
	}
	.popups-form3__text-sign,
	.popups-form1__text-sign {
		padding-top: 20px;
	}
	.popups-form2__text-sign {
		padding-top: 30px;
	}
	.form-form3__block,
	.form-form1__block {
		padding-top: 100px;
	}
	.form-form3__text-header,
	.form-form1__text-header {
		font-size: 24px;
	}
	.form-form3__list,
	.form-form1__list {
		width: calc(100% + 20px);
		padding-top: 60px;
		margin-right: -20px;
		margin-bottom: -70px;
	}
	.form-form3__element,
	.form-form1__element {
		width: 360px;
		flex: 1 0 360px;
		margin-right: 20px;
		margin-bottom: 70px;
	}
	.form-form3__text-label,
	.form-form2__text-label,
	.form-form1__text-label {
		font-size: 16px;
	}
	.form-form3__input,
	.form-form2__input,
	.form-form1__input {
		margin-top: 20px;
	}
	.form-form3__sender,
	.form-form1__sender {
		padding-top: 100px;
	}
	.form-form2__sender {
		padding-top: 60px;
	}
	.form-form3__submit,
	.form-form1__submit {
		padding: 21px 33px;
	}
	.form-form3__errors,
	.form-form1__errors {
		padding-top: 30px;
	}
}

/* End */


/* Start:/local/media/css/1000.css?168258523010070*/
@media (min-width: 1024px) and (max-width: 1199px) { /* between 969px and 1305px */
/* Fonts
-----------------------------------------------------------------------------*/
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 24px;
	}
	.text-sizer__size-168 {
		font-size: 96px;
	}
	/* h1 */
	.text-sizer__size-74 {
		font-size: 40px;
	}
	/* h2 */
	.text-sizer__size-52 {
		font-size: 36px;
	}
	/* h3 */
	.text-sizer__size-28 {
		font-size: 24px;
	}
	.text-sizer__size-48 {
		font-size: 36px;
	}
	.text-sizer__size-24 {
		font-size: 18px;
	}
	.text-sizer__size-20 {
		font-size: 16px;
	}
	.text-sizer__size-96 {
		font-size: 64px;
	}
	.text-sizer__size-32 {
		font-size: 24px;
	}
	.text-sizer__size-42 {
		font-size: 24px;
	}
	.text-sizer__size-16 {
		font-size: 15px;
	}
/* Default
-----------------------------------------------------------------------------*/
	.header {
		height: 125px
	}
	.header__content {
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.menu-top {
		padding-left: 60px;
	}
	.menu-top__element {
		padding-right: 20px;
	}
	.header__side-right {
		height: 50px;
	}
	.header__email {
		padding-right: 20px;
	}
	.header__phone {
		padding-right: 60px;
	}
	.header__button {
		padding: 0;
	}
	.header__button a {
		width: 147px;
	}
	.content-align {
		width: 984px;
	}
	.footer__content {
		padding-left: 20px;
		padding-right: 20px;
	}
/* Pages
-----------------------------------------------------------------------------*/
	.section__video {
		height: 657px;
	}
	.video-section__toner {
		opacity: 1;
	}
	.video-section__header {
		padding-top: 184px;
	}
	.video-section__paragraph {
		padding-top: 30px;
	}
	.video-section__button {
		margin-top: 50px;
	}
	.button-video__request {
		padding: 21px 20px;
		border-radius: 12px;
	}
	.section__services {
		padding-top: 60px;
	}
	.services-section__align {
		flex-direction: column;
		justify-content: flex-start;
	}
	.services-section__text-paragraph {
		max-width: 463px;
		padding-top: 30px;
	}
	.services-section__list {
		width: calc(100% + 20px);
		flex: 0 0 calc(100% + 20px);
		padding-top: 60px;
		margin-bottom: -20px;
		margin-right: -20px;
	}
	.services-section__element {
		width: 482px;
		height: 430px;
		flex: 0 0 482px;
		margin-bottom: 20px;
		margin-right: 20px;
		border-radius: 20px;
	}
	.element-services__foreground {
		width: 310px;
		height: 310px;
		margin: 0 -60px -136px 0;
	}
	.element-services__mask-path._mask-2 {
		display: block;
	}
	.element-services__mask-image::before,
	.element-services__mask-image::after {
		width: 426px;
		height: 426px;
		margin: -213px 0 0 -213px;
	}
	.element-services__content {
		padding: 40px;
	}
	.element-services__text-header {
		max-width: 231px;
	}
	.element-services__text-paragraph {
		max-width: 340px;
		padding-top: 20px;
	}
	.element-services__link {
		margin-top: 30px;
		padding: 16px 25px;
		border-radius: 12px;
	}
	.element-services__link::before {
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		margin: -2px 0 0 -2px;
	}
	.element-services__link:hover {
		border: 2px solid transparent;
	}
	.section__ferta {
		padding-top: 100px;
	}
	.ferta-section__area {
		border-radius: 20px;
	}
	.ferta-section__car {
		width: 529px;
		height: 453px;
		margin: -80px -80px 0 0;
	}
	.ferta-section__content {
		padding: 80px 30px;
	}
	.ferta-section__logo {
		width: 226px;
	}
	.ferta-section__text-paragraph {
		padding-top: 40px;
		max-width: 398px;
	}
	.ferta-section__button-less,
	.ferta-section__button-more {
		margin-top: 40px;
	}
	.ferta-section__more-content {
		max-width: 870px;
	}
	.ferta-section__content._more .ferta-section__more-content {
		max-height: 1000px;
		margin-top: -85px;
	}
	.ferta-section__mrtext-header {
		padding-top: 60px;
	}
	.ferta-section__mrtext-paragraph {
		padding-top: 30px;
	}
	.ferta-section__more-shift {
		padding-top: 180px;
	}
	.section__delivery {
		margin-top: 100px;
		padding-bottom: 100px;
	}
	.delivery-section__fond {
		width: 428px;
		height: 400px;
		margin: 0 0 0 -214px;
	}
	.delivery-section__content {
		padding-top: 178px;
	}
	.delivery-section__list {
		width: calc(100% + 20px);
		margin-right: -20px;
		margin-bottom: -60px;
		padding-top: 60px;
	}
	.delivery-section__element {
		width: 482px;
		flex: 0 0 482px;
		margin-right: 20px;
		margin-bottom: 60px;
	}
	.delivery-section__etext-header {
		padding-top: 20px;
	}
	.delivery-section__etext-paragraph {
		max-width: 358px;
		padding-top: 20px;
		font-size: 15px;
	}
	.stuff-section__text-header {
		max-width: 544px;
	}
	.stuff-section__list {
		width: calc(100% + 21px);
		padding-top: 60px;
		margin-right: -21px;
	}
	.stuff-section__element {
		width: 315px;
		height: 420px;
		flex: 0 0 315px;
		margin-right: 20px;
		border-radius: 20px;
	}
	.stuff-section__content {
		padding: 30px 20px 10px;
	}
	.stuff-section__image {
		height: 110px;
	}
	.stuff-section__etext-header {
		max-width: 260px;
		padding-top: 47px;
	}
	.stuff-section__etext-paragraph {
		max-width: 260px;
		padding-top: 20px;
	}
	.section__achievements {
		padding-top: 100px;
	}
	.achievements-section__list {
		width: calc(100% + 20px);
		padding-top: 60px;
		margin-right: -20px;
	}
	.achievements-section__element {
		width: 482px;
		flex: 0 0 482px;
		margin-right: 20px;
	}
	.achievements-section__number {
		transform: scale(0.9);
		margin-left: -20px;
	}
	.achievements-section__align {
		-webkit-text-stroke: 6px transparent;
		letter-spacing: 5px;
		padding-left: 3px;
	}
	.achievements-section__text-paragraph {
		max-width: 418px;
		padding-top: 20px;
	}
	.achievements-section__container {
		margin-top: 100px;
	}
	.achievements-section__content {
		padding: 50px 57px;
	}
	.achievements-section__text-sign {
		font-size: 24px;
	}
	.achievements-section__fond {
		border-radius: 20px;
	}
	.section__reasons {
		padding-top: 100px;
	}
	.reasons-section__list {
		width: calc(100% + 21px);
		padding-top: 60px;
		margin-right: -20px;
		margin-bottom: -20px;
	}
	.reasons-section__element {
		width: 315px;
		flex: 0 0 315px;
		height: 292px;
		margin-right: 20px;
		margin-bottom: 20px;
		border-radius: 20px;
	}
	.reasons-section__content {
		padding: 20px 10px 10px 30px;
	}
	.reasons-section__image {
		width: 110px;
		height: 110px;
		margin-left: -10px;
	}
	.reasons-section__text-header {
		padding-top: 20px;
	}
	.reasons-section__text-paragraph {
		max-width: 260px;
		padding-top: 10px;
	}
	.section__how {
		padding-top: 100px;
	}
	.how-section__list {
		width: calc(100% + 20px);
		padding-top: 60px;
		margin-right: -20px;
	}
	.how-section__element {
		width: 482px;
		flex: 0 0 482px;
		margin-right: 20px;
	}
	.how-section__text-header {
		padding-top: 20px;
	}
	.how-section__text-paragraph {
		max-width: 320px;
		padding-top: 20px;
	}
	.how-section__container {
		margin-top: 80px;
		border-radius: 20px;
	}
	.container-how__stuff {
		width: 365px;
		height: 276px;
		margin: -138px 31px 0 0;
	}
	.container-how__content {
		padding: 80px 30px;
	}
	.container-how__text-header {
		max-width: 500px;
	}
	.container-how__text-paragraph {
		padding-top: 30px;
	}
	.container-how__button {
		margin-top: 30px;
	}
	.container-how__button .button-video__request {
		padding: 18px 52px;
	}
	.section__contacts {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.contacts-section__list {
		width: calc(100% + 21px);
		margin-right: -20px;
	}
	.contacts-section__element {
		width: 315px;
		flex: 0 0 315px;
		margin-right: 20px;
	}
	.contacts-section__text-paragraph {
		padding-top: 20px;
	}
	.stuff-section__borderline,
	.stuff-section__borderline::after,
	.achievements-section__borderline,
	.achievements-section__borderline::after,
	.container-how__borderline,
	.container-how__borderline::after,
	.ferta-section__borderline,
	.ferta-section__borderline::after {
		border-radius: 20px;
	}
	/* Popups
    -----------------------------------------------------------------------------*/
	.popups__form-2 {
		width: 100%;
		height: 100%;
		background: #1B1E2D;
	}
	.popups-form2__close {
		margin: 48px 20px;
	}
	.popups-form3__header,
	.popups-form1__header {
		align-items: center;
		padding: 40px 20px 0;
	}
	.popups-form3__content,
	.popups-form1__content {
		width: 984px;
		padding-top: 100px;
		padding-bottom: 70px;
	}
	.popups-form2__content {
		width: 650px;
		padding: 158px 0 90px;
		border-radius: 0;
	}
	.popups-form3__text-header,
	.popups-form1__text-header {
		font-size: 40px;
	}
	.popups-form2__text-header {
		font-size: 36px;
	}
	.popups-form3__text-sign,
	.popups-form2__text-sign,
	.popups-form1__text-sign {
		padding-top: 30px;
	}
	.form-form3__block,
	.form-form1__block {
		padding-top: 100px;
	}
	.form-form3__text-header,
	.form-form1__text-header {
		font-size: 24px;
	}
	.form-form3__list,
	.form-form1__list {
		width: calc(100% + 20px);
		padding-top: 60px;
		margin-right: -20px;
		margin-bottom: -60px;
	}
	.form-form2__list {
		width: 100%;
		margin-right: 0;
		margin-bottom: -40px;
	}
	.form-form3__element,
	.form-form1__element {
		width: 482px;
		flex: 1 0 482px;
		margin-right: 20px;
		margin-bottom: 60px;
	}
	.form-form3__text-label,
	.form-form2__text-label,
	.form-form1__text-label {
		font-size: 16px;
	}
	.form-form3__input,
	.form-form2__input,
	.form-form1__input {
		margin-top: 20px;
	}
	.form-form3__sender,
	.form-form1__sender {
		padding-top: 60px;
	}
	.form-form3__submit,
	.form-form1__submit {
		padding: 21px 33px;
	}
	.form-form3__errors,
	.form-form1__errors {
		padding-top: 30px;
	}
	.popups-form2__close._outer {
		display: block;
	}
	.popups-form2__close._inner {
		display: none;
	}
}

/* End */


/* Start:/local/media/css/600.css?168296595011815*/
@media (min-width: 680px) and (max-width: 1023px) { /* between 620px and 968px */
/* Fonts
-----------------------------------------------------------------------------*/
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 24px;
	}
	.text-sizer__size-168 {
		font-size: 96px;
	}
	/* h1 */
	.text-sizer__size-74 {
		font-size: 40px;
	}
	/* h2 */
	.text-sizer__size-52 {
		font-size: 36px;
	}
	/* h3 */
	.text-sizer__size-28 {
		font-size: 24px;
	}
	.text-sizer__size-48 {
		font-size: 36px;
	}
	.text-sizer__size-24 {
		font-size: 18px;
	}
	.text-sizer__size-20 {
		font-size: 16px;
	}
	.text-sizer__size-96 {
		font-size: 64px;
	}
	.text-sizer__size-32 {
		font-size: 18px;
	}
	.text-sizer__size-42 {
		font-size: 24px;
	}
	.text-sizer__size-16 {
		font-size: 15px;
	}
/* Default
-----------------------------------------------------------------------------*/
	.header {
		height: 105px
	}
	.header__content {
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.menu-top {
		display: none;
	}
	.menu-top__element {
		padding-right: 20px;
	}
	.header__email {
		padding-right: 30px;
	}
	.header__phone {
		padding-right: 96px;
	}
	.header__button {
		display: none;
	}
	.content-align {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer__content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.button-menu__button {
		display: flex;
	}
/* Pages
-----------------------------------------------------------------------------*/
	.section__video {
		height: 760px;
	}
	.video-section__video {
		width: 1656px;
		margin: 0 0 0 -80px;
	}
	.video-section__video video {
		display: none;
	}
	.video-section__toner {
		opacity: 0;
	}
	.video-section__header {
		padding-top: 185px;
	}
	.video-section__paragraph {
		max-width: 533px;
		padding-top: 30px;
	}
	.video-section__button {
		margin-top: 50px;
	}
	.button-video__request {
		padding: 21px 20px;
		border-radius: 12px;
	}
	.section__services {
		padding-top: 20px;
	}
	.services-section__align {
		flex-direction: column;
		justify-content: flex-start;
	}
	.services-section__text-paragraph {
		max-width: 501px;
		padding-top: 30px;
	}
	.section__services .slick-list {
		overflow: visible;
	}
	.services-section__list {
		width: 100%;
		flex: 0 0 100%;
		padding-top: 60px;
		margin-bottom: 0;
		margin-right: 0;
	}
	.slick-slide.services-section__element,
	.services-section__element {
		width: 290px;
		height: 352px;
		flex: 0 0 290px;
		margin-bottom: 0;
		margin-right: 20px;
		border-radius: 20px;
	}
	.element-services__foreground {
		width: 250px;
		height: 250px;
		margin: 0 -60px -60px 0;
	}
	.element-services__mask-path._mask-3 {
		display: block;
	}
	.element-services__mask-image::before,
	.element-services__mask-image::after {
		width: 344px;
		height: 344px;
		margin: -172px 0 0 -172px;
	}
	.element-services__content {
		padding: 40px 20px 10px;
	}
	.element-services__text-header {
		max-width: 231px;
	}
	.element-services__text-paragraph {
		max-width: 250px;
		padding-top: 30px;
	}
	.element-services__link {
		width: 250px;
		position: absolute;
		left: 50%;
		bottom: 0;
		margin: 0 0 40px -125px;
		text-align: center;
		padding: 16px 0;
		border-radius: 12px;
	}
	.element-services__link::before {
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		margin: -2px 0 0 -2px;
	}
	.element-services__link:hover {
		border: 2px solid transparent;
	}
	.reasons-section__list .slick-dots,
	.stuff-section__list .slick-dots,
	.services-section__list .slick-dots {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		list-style: none;
		margin-top: 60px;
	}
	.reasons-section__list .slick-dots li,
	.stuff-section__list .slick-dots li,
	.services-section__list .slick-dots li {
		width: auto;
		height: auto;
		flex: 0 0 auto;
		position: relative;
		margin-top: -5px;
		margin-bottom: -5px;
		padding: 5px;
		cursor: pointer;
	}
	.reasons-section__list .slick-dots button,
	.stuff-section__list .slick-dots button,
	.services-section__list .slick-dots button {
		display: block;
		width: 10px;
		height: 10px;
		background: #424557;
		transition: 250ms;
		overflow: hidden;
		text-indent: -9999px;
		font-size: 0;
		border-radius: 100%;
		cursor: pointer;
	}
	.reasons-section__list .slick-dots li.slick-active button,
	.stuff-section__list .slick-dots li.slick-active button,
	.services-section__list .slick-dots li.slick-active button {
		background: #FD0196;
	}
	.section__ferta {
		padding-top: 100px;
	}
	.ferta-section__area {
		border-radius: 20px;
	}
	.ferta-section__car {
		width: 367px;
		height: 314px;
		margin: -95px -60px 0 0;
	}
	.ferta-section__area._more .ferta-section__car {
		transform: scale(1.0);
	}
	.ferta-section__content {
		padding: 100px 30px 60px;
	}
	.ferta-section__logo {
		width: 226px;
	}
	.ferta-section__text-paragraph {
		padding-top: 60px;
		max-width: 534px;
	}
	.ferta-section__button-less,
	.ferta-section__button-more {
		margin-top: 30px;
	}
	.ferta-section__more-content {
		max-width: 555px;
	}
	.ferta-section__content._more .ferta-section__more-content {
		max-height: 1000px;
		margin-top: -80px;
	}
	.ferta-section__mrtext-header {
		padding-top: 60px;
	}
	.ferta-section__mrtext-paragraph {
		padding-top: 30px;
	}
	.ferta-section__more-shift {
		padding-top: 180px;
	}
	.section__delivery {
		margin-top: 100px;
		padding-bottom: 100px;
	}
	.delivery-section__fond {
		width: 297px;
		height: 277px;
		margin: 0 0 0 -148.5px;
	}
	.delivery-section__content {
		padding-top: 117px;
	}
	.delivery-section__list {
		width: calc(100% + 20px);
		margin-right: -20px;
		margin-bottom: -60px;
		padding-top: 60px;
	}
	.delivery-section__element {
		width: 310px;
		flex: 1 0 310px;
		margin-right: 20px;
		margin-bottom: 60px;
	}
	.delivery-section__etext-header {
		padding-top: 20px;
	}
	.delivery-section__etext-paragraph {
		max-width: 280px;
		padding-top: 20px;
		font-size: 15px;
	}
	.stuff-section__text-header {
		max-width: 544px;
	}
	.section__stuff .slick-list {
		overflow: visible;
	}
	.stuff-section__list {
		width: 100%;
		flex: 0 0 100%;
		padding-top: 60px;
		margin-right: 0;
		margin-bottom: 0;
	}
	.slick-slide.stuff-section__element,
	.stuff-section__element {
		width: 310px;
		height: 420px;
		flex: 0 0 310px;
		margin-bottom: 0;
		margin-right: 20px;
		border-radius: 20px;
	}
	.stuff-section__content {
		padding: 30px 25px 10px;
	}
	.stuff-section__image {
		height: 110px;
	}
	.stuff-section__etext-header {
		max-width: 260px;
		padding-top: 47px;
	}
	.stuff-section__etext-paragraph {
		max-width: 260px;
		padding-top: 20px;
	}
	.section__achievements {
		padding-top: 100px;
	}
	.achievements-section__list {
		width: calc(100% + 20px);
		padding-top: 60px;
		margin-right: -20px;
	}
	.achievements-section__element {
		width: 310px;
		flex: 1 0 310px;
		margin-right: 20px;
	}
	.achievements-section__number {
		transform: scale(0.9);
		margin-left: -15px;
	}
	.achievements-section__align {
		-webkit-text-stroke: 6px transparent;
		letter-spacing: 5px;
		padding-left: 3px;
	}
	.achievements-section__text-paragraph {
		max-width: 310px;
		padding-top: 20px;
	}
	.achievements-section__container {
		margin-top: 100px;
	}
	.achievements-section__content {
		padding: 50px 30px;
	}
	.achievements-section__text-sign {
		font-size: 18px;
	}
	.achievements-section__fond {
		border-radius: 20px;
	}
	.section__reasons {
		padding-top: 100px;
	}
	.reasons-section__list {
		width: 100%;
		padding-top: 60px;
		margin-right: 0;
		margin-bottom: 0;
	}
	.slick-slide.reasons-section__element,
	.reasons-section__element {
		width: 290px;
		flex: 0 0 290px;
		height: 252px;
		margin-right: 20px;
		margin-bottom: 0;
		border-radius: 20px;
	}
	.reasons-section__content {
		padding: 20px 30px 10px;
	}
	.reasons-section__image {
		width: 70px;
		height: 70px;
		margin-left: -10px;
	}
	.reasons-section__text-header {
		padding-top: 20px;
	}
	.reasons-section__text-paragraph {
		max-width: 100%;
		padding-top: 10px;
	}
	.section__how {
		padding-top: 100px;
	}
	.how-section__list {
		width: calc(100% + 20px);
		padding-top: 60px;
		margin-right: -20px;
	}
	.how-section__element {
		width: 310px;
		flex: 1 0 310px;
		margin-right: 20px;
	}
	.how-section__text-header {
		padding-top: 20px;
	}
	.how-section__text-paragraph {
		max-width: 320px;
		padding-top: 20px;
	}
	.how-section__container {
		margin-top: 60px;
		border-radius: 20px;
	}
	.container-how__stuff {
		width: 365px;
		height: 276px;
		top: 0;
		right: 50%;
		margin: 50px -182.5px 0 0;
	}
	.container-how__content {
		padding: 377px 30px 80px;
	}
	.container-how__text-header {
		max-width: 500px;
	}
	.container-how__text-paragraph {
		padding-top: 30px;
	}
	.container-how__button {
		margin-top: 30px;
	}
	.container-how__button .button-video__request {
		padding: 18px 52px;
	}
	.section__contacts {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.contacts-section__list {
		width: calc(100% + 20px);
		margin-right: -20px;
	}
	.contacts-section__element {
		width: 310px;
		flex: 1 0 310px;
		margin-right: 20px;
	}
	.contacts-section__text-paragraph {
		max-width: 247px;
		padding-top: 20px;
	}
	.stuff-section__borderline,
	.stuff-section__borderline::after,
	.achievements-section__borderline,
	.achievements-section__borderline::after,
	.container-how__borderline,
	.container-how__borderline::after,
	.ferta-section__borderline,
	.ferta-section__borderline::after {
		border-radius: 20px;
	}
/* Popups
-----------------------------------------------------------------------------*/
	.popups__form-2 {
		width: 100%;
		height: 100%;
		background: #1B1E2D;
	}
	.popups-form2__close {
		margin: 48px 20px;
	}
	.popups-form3__header,
	.popups-form1__header {
		align-items: center;
		padding: 40px 20px 0;
	}
	.popups-form3__content,
	.popups-form2__content,
	.popups-form1__content {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.popups-form2__content {
		padding-top: 128px;
		border-radius: 0;
	}
	.popups-form3__text-header,
	.popups-form1__text-header {
		font-size: 40px;
	}
	.popups-form2__text-header {
		font-size: 36px;
	}
	.popups-form3__text-sign,
	.popups-form2__text-sign,
	.popups-form1__text-sign {
		padding-top: 30px;
	}
	.form-form3__block,
	.form-form1__block {
		padding-top: 100px;
	}
	.form-form3__text-header,
	.form-form1__text-header {
		font-size: 24px;
	}
	.form-form3__list,
	.form-form1__list {
		width: calc(100% + 20px);
		padding-top: 40px;
		margin-right: -20px;
		margin-bottom: -40px;
	}
	.form-form2__list {
		width: 100%;
		margin-right: 0;
		margin-bottom: -40px;
	}
	.form-form3__element,
	.form-form1__element {
		width: 310px;
		flex: 1 0 310px;
		margin-right: 20px;
		margin-bottom: 40px;
	}
	.form-form3__text-label,
	.form-form2__text-label,
	.form-form1__text-label {
		font-size: 16px;
	}
	.form-form3__input,
	.form-form1__input {
		margin-top: 10px;
	}
	.form-form2__input {
		margin-top: 20px;
	}
	.form-form3__sender,
	.form-form2__sender,
	.form-form1__sender {
		padding-top: 60px;
	}
	.form-form3__submit,
	.form-form2__submit,
	.form-form1__submit {
		padding: 21px 33px;
	}
	.form-form3__errors,
	.form-form2__errors,
	.form-form1__errors {
		padding-top: 40px;
	}
	.response__window {
		margin: 10px;
	}
	.response__content {
		padding: 30px 82px 30px 30px;
	}
	.response__message {
		max-width: 228px;
		font-family: 'Gilroy';
		font-style: normal;
		font-weight: 900;
		font-size: 24px;
		line-height: 120%;
		color: #E8EBFF;
	}
	.response__close {
		margin-top: 10px;
		margin-right: 10px;
	}
	.popups-form2__close._outer {
		display: block;
	}
	.popups-form2__close._inner {
		display: none;
	}
	.element-services__foreground {
		opacity: 0.4;
		transition: 1000ms;
	}
	.element-services__area:hover .element-services__foreground {
		opacity: 1;
	}
}

/* End */


/* Start:/local/media/css/300.css?168302695312929*/
@media (max-width: 679px) { /* less than 619px */
/* Fonts
-----------------------------------------------------------------------------*/
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	.text-sizer__size-168 {
		font-size: 54px;
	}
	/* h1 */
	.text-sizer__size-74 {
		font-size: 30px;
	}
	/* h2 */
	.text-sizer__size-52 {
		font-size: 28px;
	}
	/* h3 */
	.text-sizer__size-28 {
		font-size: 24px;
	}
	.text-sizer__size-48 {
		font-size: 36px;
	}
	.text-sizer__size-24 {
		font-size: 18px;
	}
	.text-sizer__size-20 {
		font-size: 16px;
	}
	.text-sizer__size-96 {
		font-size: 64px;
	}
	.text-sizer__size-32 {
		font-size: 18px;
	}
	.text-sizer__size-42 {
		font-size: 24px;
	}
	.text-sizer__size-16 {
		font-size: 15px;
	}
/* Default
-----------------------------------------------------------------------------*/
	.header {
		height: 105px
	}
	.header__content {
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.header__email,
	.header__phone,
	.header__button,
	.header__side-right,
	.menu-top {
		display: none;
	}
	.content-align {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer__content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.button-menu__button {
		display: flex;
	}
	.menu-main__button a {
		max-width: 320px;
		width: 100%;
	}
/* Pages
-----------------------------------------------------------------------------*/
	.section__video {
		height: 560px;
	}
	.video-section__video {
		width: 1159px;
		margin: 0 0 0 -60px;
	}
	.video-section__video video {
		display: none;
	}
	.video-section__toner {
		opacity: 0;
	}
	.video-section__header {
		padding-top: 207px;
		text-align: center;
	}
	.video-section__paragraph {
		max-width: 533px;
		padding-top: 30px;
		text-align: center;
	}
	.video-section__button {
		text-align: center;
		margin-top: 50px;
	}
	.button-video__request {
		padding: 21px 12px;
		border-radius: 12px;
	}
	.section__services {
		padding-top: 60px;
	}
	.services-section__align {
		flex-direction: column;
		justify-content: flex-start;
	}
	.services-section__text-paragraph {
		max-width: 501px;
		padding-top: 30px;
	}
	.section__services .slick-list {
		overflow: visible;
	}
	.services-section__list {
		width: 100%;
		flex: 0 0 100%;
		padding-top: 60px;
		margin-bottom: 0;
		margin-right: 0;
	}
	.slick-slide.services-section__element,
	.services-section__element {
		width: 290px;
		height: 352px;
		flex: 0 0 290px;
		margin-bottom: 0;
		margin-right: 10px;
		border-radius: 20px;
	}
	.element-services__foreground {
		width: 250px;
		height: 250px;
		margin: 0 -60px -60px 0;
	}
	.element-services__mask-path._mask-3 {
		display: block;
	}
	.element-services__mask-image::before,
	.element-services__mask-image::after {
		width: 344px;
		height: 344px;
		margin: -172px 0 0 -172px;
	}
	.element-services__content {
		padding: 40px 20px 10px;
	}
	.element-services__text-header {
		max-width: 231px;
	}
	.element-services__text-paragraph {
		max-width: 250px;
		padding-top: 30px;
	}
	.element-services__link {
		width: 250px;
		position: absolute;
		left: 50%;
		bottom: 0;
		margin: 0 0 40px -125px;
		text-align: center;
		padding: 16px 0;
		border-radius: 12px;
	}
	.element-services__link::before {
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		margin: -2px 0 0 -2px;
	}
	.element-services__link:hover {
		border: 2px solid transparent;
	}
	.reasons-section__list .slick-dots,
	.stuff-section__list .slick-dots,
	.services-section__list .slick-dots {
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		list-style: none;
		margin-top: 40px;
	}
	.reasons-section__list .slick-dots li,
	.stuff-section__list .slick-dots li,
	.services-section__list .slick-dots li {
		width: auto;
		height: auto;
		flex: 0 0 auto;
		position: relative;
		margin-top: -5px;
		margin-bottom: -5px;
		padding: 5px;
		cursor: pointer;
	}
	.reasons-section__list .slick-dots button,
	.stuff-section__list .slick-dots button,
	.services-section__list .slick-dots button {
		display: block;
		width: 10px;
		height: 10px;
		background: #424557;
		transition: 250ms;
		overflow: hidden;
		text-indent: -9999px;
		font-size: 0;
		border-radius: 100%;
		cursor: pointer;
	}
	.reasons-section__list .slick-dots li.slick-active button,
	.stuff-section__list .slick-dots li.slick-active button,
	.services-section__list .slick-dots li.slick-active button {
		background: #FD0196;
	}
	.section__ferta {
		padding-top: 100px;
	}
	.ferta-section__area {
		border-radius: 20px;
	}
	.ferta-section__car {
		width: 351px;
		height: 301px;
		margin: -10px -130px 0 0;
	}
	.ferta-section__area._more .ferta-section__car {
		transform: scale(1.0);
	}
	.ferta-section__content {
		padding: 30px 30px 50px;
	}
	.ferta-section__logo {
		width: 103px;
	}
	.ferta-section__text-paragraph {
		padding-top: 258px;
		max-width: 534px;
	}
	.ferta-section__button-less,
	.ferta-section__button-more {
		margin-top: 30px;
	}
	.ferta-section__more-content {
		max-width: 555px;
	}
	.ferta-section__content._more .ferta-section__more-content {
		max-height: 2000px;
		margin-top: -80px;
	}
	.ferta-section__mrtext-header {
		padding-top: 60px;
	}
	.ferta-section__mrtext-paragraph {
		padding-top: 30px;
	}
	.ferta-section__more-shift {
		padding-top: 180px;
	}
	.section__delivery {
		margin-top: 100px;
		padding-bottom: 100px;
	}
	.delivery-section__fond {
		width: 297px;
		height: 277px;
		margin: 0 0 0 -148.5px;
	}
	.delivery-section__content {
		padding-top: 105px;
	}
	.delivery-section__text-header {
		width: 280px;
		margin: 0 auto;
		text-align: center;
	}
	.delivery-section__list {
		width: 100%;
		margin-right: 0;
		margin-bottom: -60px;
		padding-top: 60px;
	}
	.delivery-section__element {
		width: 320px;
		flex: 1 0 320px;
		margin-right: 0;
		margin-bottom: 60px;
	}
	.delivery-section__etext-sign {
		text-align: center;
	}
	.delivery-section__etext-header {
		text-align: center;
		padding-top: 20px;
	}
	.delivery-section__etext-paragraph {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
		text-align: center;
		padding-top: 20px;
		font-size: 15px;
	}
	.stuff-section__text-header {
		max-width: 320px;
	}
	.section__stuff .slick-list {
		overflow: visible;
	}
	.stuff-section__list {
		width: 100%;
		flex: 0 0 100%;
		padding-top: 40px;
		margin-right: 0;
		margin-bottom: 0;
	}
	.slick-slide.stuff-section__element,
	.stuff-section__element {
		width: 320px;
		height: 420px;
		flex: 0 0 310px;
		margin-bottom: 0;
		margin-right: 10px;
		border-radius: 20px;
	}
	.stuff-section__content {
		padding: 30px 30px 10px;
	}
	.stuff-section__image {
		width: 100%;
		height: 110px;
	}
	.stuff-section__image img {
		margin: 0 auto;
	}
	.stuff-section__etext-header {
		max-width: 260px;
		margin: 0 auto;
		text-align: center;
		padding-top: 47px;
	}
	.stuff-section__etext-paragraph {
		max-width: 260px;
		margin: 0 auto;
		text-align: center;
		padding-top: 20px;
	}
	.section__achievements {
		padding-top: 100px;
	}
	.achievements-section__text-header {
		text-align: center
	}
	.achievements-section__list {
		width: 100%;
		padding-top: 60px;
		margin-right: 0;
	}
	.achievements-section__element {
		width: 100%;
		flex: 0 0 100%;
		margin-right: 0;
	}
	.achievements-section__number {
		text-align: center;
		transform: scale(0.9);
		margin-left: -15px;
	}
	.achievements-section__align {
		-webkit-text-stroke: 6px transparent;
		letter-spacing: 5px;
		padding-left: 3px;
	}
	.achievements-section__text-paragraph {
		max-width: 320px;
		padding-top: 20px;
		margin: 0 auto;
		text-align: center
	}
	.achievements-section__container {
		margin-top: 100px;
	}
	.achievements-section__content {
		padding: 50px 30px;
	}
	.achievements-section__text-sign {
		font-size: 18px;
	}
	.achievements-section__fond {
		border-radius: 20px;
	}
	.section__reasons {
		padding-top: 100px;
	}
	.reasons-section__list {
		width: 100%;
		padding-top: 40px;
		margin-right: 0;
		margin-bottom: 0;
	}
	.slick-slide.reasons-section__element,
	.reasons-section__element {
		width: 290px;
		flex: 0 0 290px;
		height: 252px;
		margin-right: 10px;
		margin-bottom: 0;
		border-radius: 20px;
	}
	.reasons-section__content {
		padding: 20px 30px 10px;
	}
	.reasons-section__image {
		width: 70px;
		height: 70px;
		margin-left: -10px;
	}
	.reasons-section__text-header {
		padding-top: 20px;
	}
	.reasons-section__text-paragraph {
		max-width: 100%;
		padding-top: 10px;
	}
	.section__how {
		padding-top: 100px;
	}
	.how-section__list {
		width: 100%;
		padding-top: 60px;
		margin-right: 0;
	}
	.how-section__element {
		width: 100%;
		flex: 0 0 100%;
		margin-right: 0;
		padding-left: 30px;
	}
	.how-section__element:not(:last-of-type)::before,
	.how-section__element::after {
		display: block;
	}
	.how-section__text-header {
		padding-top: 20px;
	}
	.how-section__text-paragraph {
		max-width: 320px;
		padding-top: 20px;
	}
	.how-section__container {
		margin-top: 100px;
		border-radius: 20px;
	}
	.container-how__stuff {
		width: 365px;
		height: 276px;
		top: 0;
		right: 50%;
		margin: 25px -182.5px 0 0;
	}
	.container-how__content {
		padding: 321px 20px 60px;
	}
	.container-how__text-header {
		max-width: 500px;
		text-align: center;
		margin: 0 auto;
	}
	.container-how__text-paragraph {
		padding-top: 30px;
		text-align: center;
	}
	.container-how__button {
		margin-top: 30px;
		text-align: center;
	}
	.container-how__button .button-video__request {
		padding: 18px 52px;
	}
	.section__contacts {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.contacts-section__list {
		width: 100%;
		margin-right: 0;
	}
	.contacts-section__element {
		width: 100%;
		flex: 0 0 100%;
		margin-right: 0;
	}
	.contacts-section__text-paragraph {
		max-width: 260px;
		padding-top: 20px;
	}
	.stuff-section__borderline,
	.stuff-section__borderline::after,
	.achievements-section__borderline,
	.achievements-section__borderline::after,
	.container-how__borderline,
	.container-how__borderline::after,
	.ferta-section__borderline,
	.ferta-section__borderline::after {
		border-radius: 20px;
	}
/* Popups
-----------------------------------------------------------------------------*/
	.popups__form-2 {
		width: 100%;
		height: 100%;
		background: #1B1E2D;
	}
	.popups-form2__close {
		margin: 48px 20px;
	}
	.popups-form3__header,
	.popups-form1__header {
		align-items: center;
		padding: 40px 20px 0;
	}
	.popups-form3__content,
	.popups-form2__content,
	.popups-form1__content {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.popups-form2__content {
		padding-top: 108px;
		border-radius: 0;
	}
	.popups-form3__text-header,
	.popups-form1__text-header {
		font-size: 30px;
	}
	.popups-form2__text-header {
		font-size: 28px;
	}
	.popups-form3__text-sign,
	.popups-form1__text-sign {
		padding-top: 30px;
	}
	.popups-form2__text-sign {
		padding-top: 20px;
	}
	.form-form3__block,
	.form-form1__block {
		padding-top: 100px;
	}
	.form-form3__text-header,
	.form-form1__text-header {
		font-size: 24px;
	}
	.form-form3__list,
	.form-form1__list {
		width: 100%;
		padding-top: 40px;
		margin-right: 0;
		margin-bottom: -40px;
	}
	.form-form2__list {
		width: 100%;
		margin-right: 0;
		margin-bottom: -40px;
	}
	.form-form3__element,
	.form-form1__element {
		width: 100%;
		flex: 0 0 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.form-form3__text-label,
	.form-form2__text-label,
	.form-form1__text-label {
		font-size: 16px;
	}
	.form-form3__input,
	.form-form1__input {
		margin-top: 10px;
	}
	.form-form2__input {
		margin-top: 20px;
	}
	.form-form3__sender,
	.form-form2__sender,
	.form-form1__sender {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		padding-top: 30px;
	}
	.form-form3__checkbox-label,
	.form-form2__checkbox-label,
	.form-form1__checkbox-label {
		display: block;
	}
	.form-form3__button,
	.form-form2__button,
	.form-form1__button {
		width: 100%;
		max-width: 320px;
		padding-top: 60px;
	}
	.form-form3__submit,
	.form-form2__submit,
	.form-form1__submit {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 320px;
		padding: 21px 0;
	}
	.form-form3__errors,
	.form-form2__errors,
	.form-form1__errors {
		max-width: 274px;
		margin: 0 auto;
		padding-top: 40px;
		text-align: center;
	}
	.response__window {
		margin: 10px;
	}
	.response__content {
		padding: 30px 82px 30px 30px;
	}
	.response__message {
		max-width: 228px;
		font-family: 'Gilroy';
		font-style: normal;
		font-weight: 900;
		font-size: 24px;
		line-height: 120%;
		color: #E8EBFF;
	}
	.response__close {
		margin-top: 10px;
		margin-right: 10px;
	}
	.popups-form2__close._outer {
		display: block;
	}
	.popups-form2__close._inner {
		display: none;
	}
	.element-services__foreground {
		opacity: 0.4;
		transition: 1000ms;
	}
	.element-services__area:hover .element-services__foreground {
		opacity: 1;
	}
}

/* End */


/* Start:/local/media/css/animate.css?168293857413990*/
/* Loaded
-----------------------------------------------------------------------------*/
body ._preload {
	display: none;
}
body._loaded ._preload {
	display: block;
}
body ._preload._shown {
	display: block;
}
/* Animations -> Transitions
-----------------------------------------------------------------------------*/

/* Animations -> Transitions -> Popups
-----------------------------------------------------------------------------*/
/* popups response */
.popups,
.response,
.popups__window {
	transition-delay: 350ms;
}
.popups__window {
	display: none;
}
.popups__window._shown,
.popups._shown,
.response._shown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0ms;
}
.popups__window._shown {
	display: block;
}
.popups__content,
.response__window {
	transition-duration: 300ms;
	transition-delay: 0ms;
	transition-timing-function: ease;
}
.response._shown .response__window {
	transform: translateX(0);
}
.popups-close {
	transition: 250ms
}
.popups-close:hover {
	transform: rotate(90deg);
}
/* Animations -> Slider
-----------------------------------------------------------------------------*/
/*
.app__slider .app__element.slick-slide .app-element__svg {
	animation: rotation 80000ms linear 0ms reverse infinite;
}
*/
/* Animations -> Slider -> Load
-----------------------------------------------------------------------------*/
/*
.app .app__slider {
	display: none;
}
.app.loading .app__slider,
.app.loaded .app__slider {
	display: block;
}
.app.loading .app__slider .app__element.slick-slide:not(.slick-active) {
	opacity: 0 !important;
}
.app.loading .app__slider .app__element.slick-slide.slick-active .app-element__overlay {
	animation: app-slider-overlay-show 3000ms cubic-bezier(0.25, 1, 0.5, 1) 0ms forwards;
}
.app.loading .app__slider .app__element.slick-slide.slick-active .app-element__text-header,
.app.loading .app__slider .app__element.slick-slide.slick-active .app-element__text-paragraph,
.app.loading .app__slider .app__element.slick-slide.slick-active .app-element__text-list {
	animation: app-slider-text-show 3000ms cubic-bezier(0.25, 1, 0.5, 1) 0ms forwards;
}
.app.loading .app__slider .app__element.slick-slide.slick-active .app-element__button {
	animation: app-slider-button-show 3000ms cubic-bezier(0.25, 1, 0.5, 1) 0ms forwards;
}
.app.loading .app__element.slick-slide.slick-active .app-element__background {
	animation: app-slider-background-loader-show 3000ms cubic-bezier(0.25, 1, 0.5, 1) 0ms forwards;
}
*/
/* Animations -> Slider -> Transition
-----------------------------------------------------------------------------*/
/*
.app__slider .app__element.slick-slide {
	opacity: 0 !important;
}
.app__slider .app__element.slick-slide.slick-active,
.app__slider .app__element.transition.slick-slide {
	opacity: 1 !important;
}
.app__slider .app__element.slick-slide,
.app__slider .app__element.transition.slick-slide * {
	transition: all 0ms linear 0ms !important;
}
.app__slider .app__element.transition.slick-slide .app-element__overlay {
	animation: app-slider-overlay-hide 4000ms cubic-bezier(0.25, 1, 0.5, 1) 0ms forwards;
}
.app__slider .app__element.transition.slick-slide.slick-active .app-element__overlay {
	animation: app-slider-overlay-show 4000ms cubic-bezier(0.25, 1, 0.5, 1) 0ms forwards;
}
.app__slider .app__element.transition.slick-slide .app-element__text-header,
.app__slider .app__element.transition.slick-slide .app-element__text-paragraph,
.app__slider .app__element.transition.slick-slide .app-element__text-list {
	animation: app-slider-text-hide 4000ms cubic-bezier(0.25, 1, 0.5, 1) 0ms forwards;
}
.app__slider .app__element.transition.slick-slide.slick-active .app-element__text-header,
.app__slider .app__element.transition.slick-slide.slick-active .app-element__text-paragraph,
.app__slider .app__element.transition.slick-slide.slick-active .app-element__text-list {
	animation: app-slider-text-show 4000ms cubic-bezier(0.25, 1, 0.5, 1) 0ms forwards;
}
.app__slider .app__element.transition.slick-slide .app-element__button {
	animation: app-slider-button-hide 4000ms cubic-bezier(0.25, 1, 0.5, 1) 0ms forwards;
}
.app__slider .app__element.transition.slick-slide.slick-active .app-element__button {
	animation: app-slider-button-show 4000ms cubic-bezier(0.25, 1, 0.5, 1) 0ms forwards;
}
.app__slider .app__element.transition.slick-slide .app-element__background {
	animation: app-slider-background-hide 4000ms cubic-bezier(0.25, 1, 0.5, 1) 0ms forwards;
}
.app__slider .app__element.transition.slick-slide.slick-active .app-element__background {
	animation: app-slider-background-show 4000ms cubic-bezier(0.25, 1, 0.5, 1) 0ms forwards;
}
*/
._init .container-how__background,
._init .achievements-section__background,
._init .ferta-section__background {
	transition-duration: 0ms;
	transition-delay: 0ms;
	opacity: 0;
}
/****/
._init .ferta-section__content {
	transition-duration: 0ms;
	opacity: 0;
	transform: translateX(-150px);
}
/****/
._init .how-section__header,
._init .how-section__element,
._init .reasons-section__element,
._init .achievements-section__text-header,
._init .achievements-section__element,
._init .stuff-section__text-header,
._init .stuff-section__element,
._init .delivery-section__text-header,
._init .delivery-section__element,
._init .services-section__element,
._init .services-section__header {
	transition-duration: 0ms;
	opacity: 0;
	transform: translateX(150px);
}
._init._anm .how-section__header,
._init._anm .how-section__element,
._init._anm .reasons-section__element,
._init._anm .achievements-section__text-header,
._init._anm .achievements-section__element,
._init._anm .stuff-section__text-header,
._init._anm .stuff-section__element,
._init._anm .delivery-section__text-header,
._init._anm .delivery-section__element,
._init._anm .ferta-section__content,
._init._anm .services-section__element,
._init._anm .services-section__header {
	transition-duration: 600ms;
	opacity: 1;
	transform: translateX(0);
}
._init._anm .container-how__background,
._init._anm .achievements-section__background,
._init._anm .ferta-section__background {
	transition-duration: 2000ms;
	transition-delay: 1000ms;
	opacity: 1;
	transform: translateX(0);
}
/****/
._init._anm .how-section__header,
._init._anm .achievements-section__text-header,
._init._anm .stuff-section__text-header,
._init._anm .delivery-section__text-header,
._init._anm .services-section__element:nth-of-type(1) {
	transition-delay: 0ms;
}
._init._anm .how-section__element:nth-of-type(1),
._init._anm .achievements-section__element:nth-of-type(1),
._init._anm .stuff-section__element:nth-of-type(1),
._init._anm .delivery-section__element:nth-of-type(1),
._init._anm .services-section__element:nth-of-type(2) {
	transition-delay: 200ms;
}
._init._anm .how-section__element:nth-of-type(2),
._init._anm .achievements-section__element:nth-of-type(2),
._init._anm .stuff-section__element:nth-of-type(2),
._init._anm .delivery-section__element:nth-of-type(2),
._init._anm .services-section__element:nth-of-type(3) {
	transition-delay: 400ms;
}
._init._anm .how-section__element:nth-of-type(3),
._init._anm .achievements-section__element:nth-of-type(3),
._init._anm .stuff-section__element:nth-of-type(3),
._init._anm .delivery-section__element:nth-of-type(3),
._init._anm .services-section__element:nth-of-type(4) {
	transition-delay: 600ms;
}
._init._anm .how-section__element:nth-of-type(4),
._init._anm .achievements-section__element:nth-of-type(4),
._init._anm .stuff-section__element:nth-of-type(4),
._init._anm .delivery-section__element:nth-of-type(4),
._init._anm .services-section__element:nth-of-type(5) {
	transition-delay: 800ms;
}
._init._anm .how-section__element:nth-of-type(5),
._init._anm .achievements-section__element:nth-of-type(5),
._init._anm .stuff-section__element:nth-of-type(5),
._init._anm .delivery-section__element:nth-of-type(5),
._init._anm .services-section__element:nth-of-type(6) {
	transition-delay: 1000ms;
}
._init._anm .how-section__element:nth-of-type(6),
._init._anm .achievements-section__element:nth-of-type(6),
._init._anm .stuff-section__element:nth-of-type(6),
._init._anm .delivery-section__element:nth-of-type(6),
._init._anm .services-section__element:nth-of-type(7) {
	transition-delay: 1200ms;
}
._init._anm .how-section__element:nth-of-type(7),
._init._anm .achievements-section__element:nth-of-type(7),
._init._anm .stuff-section__element:nth-of-type(7),
._init._anm .delivery-section__element:nth-of-type(7),
._init._anm .services-section__element:nth-of-type(8) {
	transition-delay: 1400ms;
}
._init._anm .how-section__element:nth-of-type(8),
._init._anm .achievements-section__element:nth-of-type(8),
._init._anm .stuff-section__element:nth-of-type(8),
._init._anm .delivery-section__element:nth-of-type(8),
._init._anm .services-section__element:nth-of-type(9) {
	transition-delay: 1600ms;
}
._init._anm .how-section__element:nth-of-type(9),
._init._anm .achievements-section__element:nth-of-type(9),
._init._anm .stuff-section__element:nth-of-type(9),
._init._anm .delivery-section__element:nth-of-type(9),
._init._anm .services-section__element:nth-of-type(10) {
	transition-delay: 1800ms;
}
._init._anm .how-section__element:nth-of-type(10),
._init._anm .achievements-section__element:nth-of-type(10),
._init._anm .stuff-section__element:nth-of-type(10),
._init._anm .delivery-section__element:nth-of-type(10),
._init._anm .services-section__element:nth-of-type(11) {
	transition-delay: 2000ms;
}
/****/
._init .container-how__borderline,
._init .achievements-section__borderline,
._init .ferta-section__borderline {
	transition-duration: 0ms;
	transition-delay: 0ms;
	opacity: 1;
}
._init._anm .container-how__borderline,
._init._anm .achievements-section__borderline,
._init._anm .ferta-section__borderline {
	transition-duration: 2000ms;
	transition-delay: 1000ms;
	opacity: 0;
}
/****/
._init .delivery-section__foreground {
	transition-duration: 0ms;
	transition-delay: 0ms;
	transition-timing-function: linear;
	opacity: 0;
}
._init._anm .delivery-section__foreground {
	transition-duration: 5000ms;
	opacity: 1;
}
/****/
._init .delivery-section__background {
	transition-duration: 0ms;
	transition-delay: 0ms;
	transition-timing-function: linear;
	opacity: 1;
}
._init._anm .delivery-section__background {
	transition-duration: 5000ms;
	opacity: 0;
}
/****/
._init._anm .stuff-section__element:nth-of-type(1n) .stuff-section__borderline span:nth-of-type(1) {
	transition: height 62ms linear 200ms, width 188ms linear 262ms;
}
._init._anm .stuff-section__element:nth-of-type(1n) .stuff-section__borderline span:nth-of-type(2) {
	transition: height 62ms linear 638ms, width 188ms linear 450ms;
}
._init._anm .stuff-section__element:nth-of-type(1n) .stuff-section__borderline span:nth-of-type(3) {
	transition: height 62ms linear 700ms, width 188ms linear 762ms;
}
._init._anm .stuff-section__element:nth-of-type(1n) .stuff-section__borderline span:nth-of-type(4) {
	transition: height 62ms linear 1138ms, width 188ms linear 950ms;
}
._init._anm .stuff-section__element:nth-of-type(2n) .stuff-section__borderline span:nth-of-type(1) {
	transition: height 62ms linear 400ms, width 188ms linear 462ms;
}
._init._anm .stuff-section__element:nth-of-type(2n) .stuff-section__borderline span:nth-of-type(2) {
	transition: height 62ms linear 838ms, width 188ms linear 650ms;
}
._init._anm .stuff-section__element:nth-of-type(2n) .stuff-section__borderline span:nth-of-type(3) {
	transition: height 62ms linear 900ms, width 188ms linear 962ms;
}
._init._anm .stuff-section__element:nth-of-type(2n) .stuff-section__borderline span:nth-of-type(4) {
	transition: height 62ms linear 1338ms, width 188ms linear 1150ms;
}
._init._anm .stuff-section__element:nth-of-type(3n) .stuff-section__borderline span:nth-of-type(1) {
	transition: height 62ms linear 600ms, width 188ms linear 662ms;
}
._init._anm .stuff-section__element:nth-of-type(3n) .stuff-section__borderline span:nth-of-type(2) {
	transition: height 62ms linear 1038ms, width 188ms linear 850ms;
}
._init._anm .stuff-section__element:nth-of-type(3n) .stuff-section__borderline span:nth-of-type(3) {
	transition: height 62ms linear 1100ms, width 188ms linear 1162ms;
}
._init._anm .stuff-section__element:nth-of-type(3n) .stuff-section__borderline span:nth-of-type(4) {
	transition: height 62ms linear 1538ms, width 188ms linear 1350ms;
}
/****/
._init .achievements-section__content {
	transition-duration: 0ms;
	opacity: 0;
	transform: translateY(150px);
}
._init._anm .achievements-section__content {
	transition-duration: 600ms;
	opacity: 1;
	transform: translateY(0);
}
/****/
._init._anm .reasons-section__element:nth-of-type(1) {
	transition-delay: 0ms;
}
._init._anm .reasons-section__element:nth-of-type(2) {
	transition-delay: 100ms;
}
._init._anm .reasons-section__element:nth-of-type(3) {
	transition-delay: 200ms;
}
._init._anm .reasons-section__element:nth-of-type(4) {
	transition-delay: 300ms;
}
._init._anm .reasons-section__element:nth-of-type(5) {
	transition-delay: 400ms;
}
._init._anm .reasons-section__element:nth-of-type(6) {
	transition-delay: 500ms;
}
._init._anm .reasons-section__element:nth-of-type(7) {
	transition-delay: 600ms;
}
._init._anm .reasons-section__element:nth-of-type(8) {
	transition-delay: 700ms;
}
._init._anm .reasons-section__element:nth-of-type(9) {
	transition-delay: 800ms;
}
._init._anm .reasons-section__element:nth-of-type(10) {
	transition-delay: 900ms;
}
._init._anm .reasons-section__element:nth-of-type(11) {
	transition-delay: 1000ms;
}
._init._anm .reasons-section__element:nth-of-type(12) {
	transition-delay: 1100ms;
}
._init._anm .reasons-section__element:nth-of-type(13) {
	transition-delay: 1200ms;
}
._init._anm .reasons-section__element:nth-of-type(14) {
	transition-delay: 1300ms;
}
/****/
._init .container-how__content {
	transition-duration: 0ms;
	opacity: 0;
	transform: translateX(-150px);
}
._init._anm .container-how__content {
	transition-duration: 600ms;
	opacity: 1;
	transform: translateX(0);
}
/****/
/* End */


/* Start:/local/media/js/jquery/scrollbar.css?16823086203622*/
/*************** SCROLLBAR BASE CSS ***************/

/* .scroll-wrapper {
    height: 100%;
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
} */

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 1px;
    top: 0;
    width: 3px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.scrollbar-inner > .scroll-element .scroll-element_track {
	background: rgba(0, 0, 0, 0.15);
}
.scrollbar-inner > .scroll-element .scroll-bar {
	background: rgba(0, 0, 0, 0.25);
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
	background: rgba(0, 0, 0, 0.25);
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
	background: rgba(0, 0, 0, 0.25);
}
/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/* End */


/* Start:/local/media/js/jquery/formstyler.css?16825771764780*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
/* CUSTOM */
.form-form3__input .jq-selectbox,
.form-form1__input .jq-selectbox {
	width: 100%;
	height: 100%;
}
.form-form3__input .jq-selectbox__select,
.form-form1__input .jq-selectbox__select {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.form-form3__input .jq-selectbox.opened .jq-selectbox__select,
.form-form1__input .jq-selectbox.opened .jq-selectbox__select {
	background: #333853;
	color: #9EA6DA;
}
.form-form3__input .jq-selectbox__trigger,
.form-form1__input .jq-selectbox__trigger {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 56px;
	z-index: 20;
}
.form-form3__input .jq-selectbox__trigger-arrow,
.form-form1__input .jq-selectbox__trigger-arrow {
	width: 16px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -4.5px 20px 0 0;
	background: url(/local/media/js/jquery/../../icons/select__dropdown.svg) center center no-repeat;
}
.form-form3__input .jq-selectbox.opened .jq-selectbox__trigger-arrow,
.form-form1__input .jq-selectbox.opened .jq-selectbox__trigger-arrow {
	transform: rotate(180deg);
}
.form-form3__input .jq-selectbox__dropdown,
.form-form1__input .jq-selectbox__dropdown {
	min-width: 100%;
	background: #333853;
	transition: 250ms;
	overflow: hidden;
	border-radius: 5px;
	z-index: 100;
}

.form-form3__input .jq-selectbox.dropup .jq-selectbox__dropdown,
.form-form1__input .jq-selectbox.dropup .jq-selectbox__dropdown {
	margin-bottom: 56px;
	border-radius: 5px 5px 0px 0px;
}
.form-form3__input .jq-selectbox.dropdown .jq-selectbox__dropdown,
.form-form1__input .jq-selectbox.dropdown .jq-selectbox__dropdown {
	margin-top: 56px;
	border-radius: 0px 0px 5px 5px;
}
.form-form3__input .jq-selectbox__dropdown ul,
.form-form1__input .jq-selectbox__dropdown ul {
	padding: 0 0 15px;
}
.form-form3__input .jq-selectbox__dropdown ul li,
.form-form1__input .jq-selectbox__dropdown ul li {
	padding: 5px 20px;
	font-family: Gilroy, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #E8EBFF;
	cursor: pointer;
	transition: 250ms;
}
.form-form3__input .jq-selectbox__dropdown ul li.selected,
.form-form3__input .jq-selectbox__dropdown ul li:hover,
.form-form1__input .jq-selectbox__dropdown ul li.selected,
.form-form1__input .jq-selectbox__dropdown ul li:hover {
	color: #FD0196;
}

@media (max-width: 968px) { /* less than 968px */
	/* .form__select .jq-selectbox__select {
		padding: 0 20px;
	}
	.form__select .jq-selectbox__trigger-arrow {
		margin: -5px 20px 0 0;
	}
	.form__select .jq-selectbox__dropdown ul li {
		padding: 12px 20px;
	} */
}

/* End */


/* Start:/local/media/js/jquery/slick.css?16823086202119*/
/* 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;
}

#inx_slickslider.slick-slider .slick-track,
#inx_slickslider.slick-slider .slick-list {
  height: 100%;
}
#card_view_slider.slick-slider .slick-track,
#card_view_slider.slick-slider .slick-list {
  height: 100%;
}

/* End */
/* /local/media/css/fonts.css?1682313154534 */
/* /local/media/css/keyframes.css?16829398133168 */
/* /local/media/css/default.css?16825866875768 */
/* /local/media/css/css.css?168296625638224 */
/* /local/media/css/1700.css?1682423797128 */
/* /local/media/css/1200.css?16825789279659 */
/* /local/media/css/1000.css?168258523010070 */
/* /local/media/css/600.css?168296595011815 */
/* /local/media/css/300.css?168302695312929 */
/* /local/media/css/animate.css?168293857413990 */
/* /local/media/js/jquery/scrollbar.css?16823086203622 */
/* /local/media/js/jquery/formstyler.css?16825771764780 */
/* /local/media/js/jquery/slick.css?16823086202119 */
