@font-face {
	font-family: "EvoMontserrat";
	font-weight: normal;
	font-style: normal;
	src: url("/fonts/Montserrat/Montserrat-Regular.eot");
	src: url("/fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "EvoMontserrat";
	font-weight: 300;
	font-style: normal;
	src: url("/fonts/Montserrat/Montserrat-Light.eot");
	src: url("/fonts/Montserrat/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat/Montserrat-Light.woff") format("woff"), url("/fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
}

@font-face {
	font-family: "EvoMontserrat";
	font-weight: 500;
	font-style: normal;
	src: url("/fonts/Montserrat/Montserrat-Medium.eot");
	src: url("/fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("/fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "EvoMontserrat";
	font-weight: 700;
	font-style: normal;
	src: url("/fonts/Montserrat/Montserrat-Bold.eot");
	src: url("/fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "EvoMontserrat";
	font-weight: 900;
	font-style: normal;
	src: url("/fonts/Montserrat/Montserrat-ExtraBold.eot");
	src: url("/fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff"), url("/fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
}

@font-face {
	font-family: "EvoFuturaNew";
	font-weight: normal;
	font-style: normal;
	src: url("/fonts/FuturaNew/FuturaNewBook-Reg.eot");
	src: url("/fonts/FuturaNew/FuturaNewBook-Reg.eot?#iefix") format("embedded-opentype"), url("/fonts/FuturaNew/FuturaNewBook-Reg.woff") format("woff"), url("/fonts/FuturaNew/FuturaNewBook-Reg.ttf") format("truetype");
}

@font-face {
	font-family: "EvoFuturaNew";
	font-weight: 300;
	font-style: normal;
	src: url("/fonts/FuturaNew/FuturaNewLight-Reg.eot");
	src: url("/fonts/FuturaNew/FuturaNewLight-Reg.eot?#iefix") format("embedded-opentype"), url("/fonts/FuturaNew/FuturaNewLight-Reg.woff") format("woff"), url("/fonts/FuturaNew/FuturaNewLight-Reg.ttf") format("truetype");
}

@font-face {
	font-family: "EvoFuturaNew";
	font-weight: 500;
	font-style: normal;
	src: url("/fonts/FuturaNew/FuturaNewMedium-Reg.eot");
	src: url("/fonts/FuturaNew/FuturaNewMedium-Reg.eot?#iefix") format("embedded-opentype"), url("/fonts/FuturaNew/FuturaNewMedium-Reg.woff") format("woff"), url("/fonts/FuturaNew/FuturaNewMedium-Reg.ttf") format("truetype");
}

@font-face {
	font-family: "EvoFuturaNew";
	font-weight: 700;
	font-style: normal;
	src: url("/fonts/FuturaNew/FuturaNewBold-Reg.eot");
	src: url("/fonts/FuturaNew/FuturaNewBold-Reg.eot?#iefix") format("embedded-opentype"), url("/fonts/FuturaNew/FuturaNewBold-Reg.woff") format("woff"), url("/fonts/FuturaNew/FuturaNewBold-Reg.ttf") format("truetype");
}

html {
	font-size: 10px;
	overflow-x: hidden;
	font-family: "EvoMontserrat";
	min-height: 100vh;
	height: auto;
}

body {
	font-family: "EvoMontserrat";
	overflow-x: hidden;
	height: 100vh;
	scrollbar-width: none;
}

body::-webkit-scrollbar {
	display: none;
}

button:focus{
	outline: none;
}

li {
	line-height: normal;
}

a{
	outline: none;
}

h4 {
	text-align: center;
	font-size: 2rem;
}

/**/

.sweet-banner {
	width: 100%;
	height: calc(100vh - 82px);
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	color: #fff;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	color: #fff;
}

.sweet-txt h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 50px!important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 50px!important;
}

.mobile-menu {
	display: none;
}

.sweet-desc {
	color: #fff;
	font-size: 24px;
}

.sweet-button {
	border-radius: 30px;
	background-color: #fff;
	color: #666;
	text-decoration: underline!important;
	padding: 10px 30px 10px 30px;
}

.mobile-store {
	display: none;
}

.sweet-button:hover {
	color: #666;
}

a.clos {
    position: absolute;
    top: 18px;
    left: 20px;
/*    filter: invert(100%) sepia(108%) saturate(2%) hue-rotate(22deg) brightness(160%) contrast(142%);*/
    width: 30px;
    height: 30px;
    background: url(/images/icon-home-mobile/close-icons.png);
/*    background: url(/images/close-icon.svg);*/
    background-size: cover;
    opacity: 1;
}

.download-store-block-main {
    margin: 2.5px;
}
/*Стили для мобильного footers*/

.mobile-group-footer {
	display: none;
}

/**/

/*Стили для мобильного меню Headers*/

.my-carusel {
	display: none;
}

/**/

.left-sidebar-menu {
	height: 100%;
}

.lt-widget-mobile-wrap .lt-chat .lt-chat-send .lt-upload .lt-upload-wrap {
	height: 100%!important;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.play_footer_svg {
    width: auto;
    height: 42px;
}

.mob-kn {
	color: #fff!important;
	background: linear-gradient(92.66deg, #1194F9 10.66%, #5234EA 99.59%);
}

.sweet-banner-text {
    font-size: 70px;
    font-weight: 800;
    color: #fff;
    font-family: 'EvoMontserrat';
    width: 1125px;
    line-height: 64px;
}

.sweet-desc-text {
    /* padding-top: 45px; */
	padding-top:0;
    font-size: 48px;
    color: #fff;
}

.sweet-desc-text-new {
    /* padding-top: 45px; */
    font-size: 68px;
    font-weight: 800;
    color: #fff;
	margin-bottom: 0;
}

.sweet-button-evo {
    position: absolute;
    top: 380px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    text-decoration: underline!important;
    width: 215px;
    font-weight: 500;
    padding: 8px;
    text-align: center;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    border-radius: 30px;
}

.swiper-pagination-bullet {
    width: 25px!important;
    height: 25px!important;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #fff;
    margin-left: 7px;
}

.sweet-container-banner {
    position: absolute;
    left: 100px;
    top: 260px;
    text-align: left;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    top: 70px;
    left: 100px;
/*    width: auto;
    bottom: 0px;*/
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    top:50px;
    left: 50px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.download-store-block-menu-mobil {
	padding: 5px 5px 5px 5px;
	border: 1px solid #ffff;
	border-radius: 10px;
	width: 120px;
	height: 42px;
	margin: 5px;
}


.popup-title-mobile {
	display: none;
}

.popup__description__text__mobile {
	display: none;
}

.btn-mobile {
	display: none;
}

.btn-desc {
	display: block;
}

.popup__description__text__small {
	color: #2D384A;
	font-family: EvoMontserrat;
	font-size: 16.5px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.292px;
	text-align: left;  
	margin-bottom: 12px;               
}

.mobile-select {
	display: none;
	margin: auto;
	width: 140px;
	border: none;
}

.text-download-store-menu-mobil {
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	margin: auto;
	text-align: start;
}

/**/
.sweet-container {
	height: calc(100vh - 184px);
	background-position: 89% 5%;
	background-repeat: no-repeat;
	background-size: cover;
}

.sweet-container-mouse {
	background-image: url('/images/home/banner/mouse.jpg');
}

.sweet-container-cctv {
	background-image: url('/images/home/banner/cctv.jpg') 
}

.sweet-container-domofon {
	background-image: url('/images/home/banner/domofon.jpg')
}

.sweet-container-mobile {
	background-image: url('/images/home/banner/Mobile.jpg')
}

.sweet-container-rocket {
	background-image: url('/images/home/banner/rocket.jpg');
}
/**/

.home-size-menu-icon-dom {
	width: 30px!important;

}

.icon-border {
	border: 1px solid #7f7f7f9c;
	border-radius: 50%;
	padding: 4px;
}

.main-background{
	position: absolute;
	width: 100%;
	height:100vh;
	background: #000 url(/images/main-background.gif) no-repeat right bottom;
	z-index: -1;
}

.icon-evo-live {
	padding-bottom: 5px;
}

.evo-home-icon {
	display: block;
	margin: auto;
	padding-bottom: 5px;
}

.download-store {
	display: flex;
	justify-content: space-evenly;
	padding-bottom: 20px;
}

a {
	text-decoration: none!important;
}

.store-menu-download {
	display: flex;
	margin-top: auto;
}

.download-store-menu {
	display: flex;
	justify-content: space-evenly;
	padding-bottom: 20px;
}

.text-download-store-menu {
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	margin: auto;
	text-align: start;
}

.smart-txt-intercom {
    font-size: 14px;
    line-height: 23px;
    color: #727988;
}

.download-store-href-menu {
	display: flex;
}

.download-store-block-menu {
	padding: 5px 5px 5px 5px;
	border: 1px solid #000;
	border-radius: 10px;
	width: 120px;
	height: 42px;
	margin: 5px;
}

button.close{
	position: absolute;
	/* top: 30px; */
	top: 38px;
	right: 30px;
	/* width: 30px;
	height: 30px; */
	width: 20px;
	height: 20px;
	background: url(/images/close-icon.svg);
	background-size: cover;
	opacity: 1;
}

a.clos{
	position: absolute;
	top: 38px;
	left: 15px;
	/*filter: invert(100%) sepia(108%) saturate(2%) hue-rotate(22deg) brightness(160%) contrast(142%);*/
	width: 30px;
	height: 30px;
	background: url(/images/icon-home-mobile/close-icons.png);
/*	background: url(/images/close-icon.svg);*/
	background-size: cover;
	opacity: 1;
}

.close.close-right-menu{
	right: 10%;
}

/*.clos.close-right-menu{
	right: 10%;
}*/

.collback-mobile-img {
	width: 42px;
}

/*Кнопка вверх*/

.btn-top {
	display: none;
	text-decoration: underline;
	width: 52px;
	height: 52px;
	border: none;
	border-radius: 50%;
	position: fixed;
	background: linear-gradient(180deg, #0ED0FA 0%, #3a0cef 100%);
	bottom: 150px;
	right: 17px;
	transition: bottom 1s;
	cursor: pointer;

}

.btn-top:before {
	content: " ";
	display: block;
	width: 30%;
	height: 30%;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(225deg);
	margin-left: 21.5%;
	bottom: 27%;
	position: absolute;
	z-index: 20;
}

/**/

button.burger{
	width: 30px;
	height: 20px;
	margin-left: 15px;
	background: url(/images/burger.svg);
	background-size: cover;
	opacity: 1;
	border: none;
}

.collback-mobile {
	display: none;
}

#vertical-slider-progress{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	/* max-width: calc(100% - 450px); */
	height: 4px;
	background:  #E4E4E4;
}

/* новое модальное окно Новогодняя акция */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.65);
	z-index: 999;
	-webkit-animation: fade .6s;
	-moz-animation: fade .6s;
	animation: fade .6s;
	overflow: auto;
}

.popup__snow {
	top: 10%;
	left: 0;
	right: 0;       
	font-size: 14px;
	margin: auto;
	width: 85%;
	z-index: 1000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	font: 14px/18px 'Tahoma', Arial, sans-serif;
	-webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-webkit-animation: fade .6s;
	-moz-animation: fade .6s;
	animation: fade .6s;
	position: relative;
	background: white;
	border-radius: 25px;
	text-align: center;
	width: calc(100% - 40px); 
	max-width: 400px;
	margin: auto; 
}


.close__modal {
	position: absolute;
	top: 0;
	right: 10px;
	padding: 10px;
	border: none;
	color:#ffff;
	font-weight: lighter;
	background: none;
	font-size: 2.5rem;
	cursor: pointer;
	z-index: 10;
	}

.popup-title {
	color: #2D384A;
	font-family: EvoMontserrat;
	font-size: 29px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: -0.292px;
	text-align: left;
	margin-bottom: 17px;
}

.popup__description__text {
	color: #2D384A;
	font-family: EvoMontserrat;
	font-size: 16.5px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.292px;
	text-align: left;  
	margin-bottom: 12px;               
}

	.popup-button {
		color: #FFF;
		text-align: center;
		font-family: EvoMontserrat;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		background-color: #6A5ACD;
		color: white;
		border: none;
		border-radius: 24px;
		padding: 10px 20px;
		font-size: 16.5px;
		cursor: pointer;
		transition: background-color 0.3s;
		width: 220px;
		height: 46px;
		padding: 12px 37px 13px 36px;
		margin: 35px auto 20px;
	}

	.popup-button:hover {
	background-color: #483D8B;
	color: white;
	}

.popup__snow img {
	width: 100%;
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	height: auto;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.mobile-image {
	display: none; 
	width: 100%; 
	height: auto;
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
}
/*.icon-slider-home {
	color: #0ED0FA;
	font-size: 38px;
	line-height: 42px;
}

.test {
	margin-bottom: 200px;
}

.slider-card-title {
	font-size: 18px;
	line-height: 32px;
	margin: 0;
	font-weight: 900;
	color: #0B2349;
	text-transform: uppercase;
	background: linear-gradient(90deg, #0ED0FA, #167FEF);
	background-clip: text;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.slider-card {
	font-size: 14px;
	font-family: "EvoMontserrat";
	line-height: 24px;
}

.phone-fl {
	display: flex;
}

.inner-page-desc {
	left: -45px;
	transform: translateX(50px);
}*/

.store-menu-download-mobil {
	display: flex;
}

#vertical-slider-progress .bar-progress{
	background: linear-gradient(90deg, #0ED0FA 0%, #167FEF 100%);
	width: 0;
	height: 100%;
	transition: 1s;
}
#main-navbar-mobile{
	display: none;
}
#main-navbar-desktop {
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
	top: 0;
	font-size: 1.6rem;
	width: calc(100% - 170px);
	position: relative;
	margin-left: auto;
	right: 0;
	padding: 11px 50px;
	justify-content: flex-end;
	z-index: 4;
}
#main-navbar-desktop.inner-pages{
	background-color: #fff;
	/*background-color: rgba(255, 255, 255, 0.68);*/
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
}

	#main-navbar-desktop i {
		font-size: 25px;
		color: #B5BBC9;
	}

	#main-navbar-desktop .btn-login {
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		height: 45px;
		width: 160px;
		border-radius: 25px;
		border: none;
		background: linear-gradient(90deg, #0ED0FA 0%, #167FEF 100%);
	}

	.btn {
		padding: 15px 45px;
		font-weight: 600;
	}

	.btn-n {
		padding: 15px 10px;
		font-weight: 600;
	}

	#main-navbar-desktop .navbar-nav li{
	   
	}

	#main-navbar-desktop  .navbar-nav .social-network{
		padding: 0;
	}

	#main-navbar-desktop .navbar-nav .phone {
	  /*  position: absolute;*/
		/*width: 395px;*/
		left: calc(17.7% - 0px);/*70*/
		top: 5%;
		bottom: 0;
		margin: auto;
		margin-top: 0px;
   /*     transform: translateX(-60%);*/
	}

	.bord-lk {
		height: 25px;
		padding: 1px;
		margin: 0 20px 0 30px;
		background: #727988;
	}

	.evo-txt-lk {
		color: #000;
		border-bottom: 1px solid;
		font-weight: 500;
		font-size: 16px;
	}

	.lt-label {
        top:85.1%!important;
    }


	#main-navbar-desktop .navbar-nav .phone a{
		font-family: "EvoMontserrat";
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 25px;
		margin: auto;
		color: #2D384A;
		display: inline-flex;
	}

	#main-navbar-desktop .navbar-nav .phone i {
		margin-right: 10px;
		font-size: 21px;
		color: #0ED0FA;
	}
	#main-navbar-desktop .navbar-nav .phone i:before {
		top: 10px;
		left: -15px;
	}
	#main-navbar-desktop .navbar-nav .login {
		cursor:pointer;
	}

	#main-navbar-desktop .navbar-nav {
		align-items: center;
		width: 100%;
  /*      justify-content: flex-end;*/
	}
	#left-sidebar{
		display: block;
	}
	#left-sidebar .left-sidebar-name{
		margin-bottom: 20px;
	   
	}
	#left-sidebar .left-sidebar-name img{
		width: 120px;

	}

	#left-sidebar .main-menu {
		margin-left: -10px;
		list-style: none;
		padding-left: 0px;
		text-align: center;
	}

		#left-sidebar .main-menu .main-menu-item {
			cursor: pointer;
		   /* margin-bottom: 7px;*/
			font-size: 1.6rem;
			color: #fff;
			width: -moz-fit-content;
			justify-self: center;
			align-self: center;
		 
		}

			#left-sidebar .main-menu .main-menu-item i {
				display: block;
				font-weight: 500;
				color: #fff;
				font-size: 24px;
				line-height: 32px;
			}

			#left-sidebar .main-menu .main-menu-item a {
				display: block;
			 /*   height: 100%;*/
				font-family: EvoMontserrat;
				text-decoration: none;
			  /*  padding: 15px 60px 15px 90px;*/
			}

			#left-sidebar .main-menu .main-menu-item:hover{
				/*background: linear-gradient(270deg, rgba(14, 208, 250, 0.3) 0%, rgba(22, 127, 239, 0.3) 100%);
				height: 45px;*/
				/*box-shadow: 0 2px 140px 0 rgba(11,106,248,0.5);*/
			}
			#left-sidebar .main-menu .main-menu-item.active {
				/*background: linear-gradient(270deg, #0ED0FA 0%, #167FEF 100%);
				height: 45px;*/
				/*box-shadow: 0 2px 140px 0 rgba(11,106,248,0.5);  */
			}
			#left-sidebar .main-menu .active i {
				color: #fff;
			}

#left-sidebar {
	position: fixed;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
	background: linear-gradient(180deg, #0e98fa 0%, #5530EA 100%);
	/*background: linear-gradient(180deg, #001232, #19007D);*/
	border-right: none;
	width: 100%;
	bottom: 0;
	max-width: 170px;
	height: 100%;
}
/*.left-sidebar-menu{
	display: flex;
	flex-flow: column;
	justify-content: center;
	flex-grow: 1;
}*/

	/*#left-sidebar .main-menu {
		display: grid;
		width: 100%;
		height: 100%;
		margin: 30px auto;
		list-style: none;
		padding-left: 0px;
		text-align: center;
		
	}*/

	#left-sidebar .main-menu {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		/* width: 100%; */
		height: 100%;
		padding: 30px 0px;
		margin: auto;
		list-style: none;
		padding-left: 0px;
		text-align: center;
	}

		#left-sidebar .main-menu .main-menu-item a {
			cursor: pointer;
			color: #fff;
			font-size: 13px;
		}

#right-sidebar {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background: linear-gradient(180deg, #0e98fa 0%, #5530EA 100%);
	border-right: none;
	max-width: 102vw;
	max-height: 100vh;
	right: 0;
	transition: 0.4s ease-in;
	z-index: 999999;
}
#right-sidebar.hidden{
	transform: translateX(101%);
}
#right-sidebar.show{
	transform: translateX(0);
}
#right-sidebar-cross{
	cursor: pointer;
}

	#right-sidebar .row {
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
	}
		#right-sidebar .justify-content-end{
			position: absolute;
			top: 0;
			padding: 30px 10%;
		}

	#right-sidebar .main-menu {
		list-style: none;
		padding-left: 0px;
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #fff;
	}

		#right-sidebar .main-menu .main-menu-item a{
			padding: 25px 0;
			color: #FFFFFF;
			font-family: "EvoMontserrat";
			font-size: 24px;
			line-height: 20px;
			text-align: center;
			text-decoration: none;
		}
			/* #right-sidebar .main-menu .main-menu-item:focus, */
			/*#right-sidebar .main-menu .main-menu-item:hover,
			#right-sidebar .main-menu .active {
				background: linear-gradient(270deg, #5530EA 0%, #6D4AF7 100%);
			}*/
			#right-sidebar .login{
				margin: 0 auto;
				display: inline-block;
				/* position: absolute;
				bottom: 30px;
				left: 50%;
				transform: translateX(-50%);
				display: inline-block; */
			}
			#right-sidebar .login a{
				font-size: 16px;
				font-weight: bold;
				color: #FFFFFF;
				/* height: 50px;
				width: 174px; */
				border-radius: 25px;
				/* border: none; */
				border: 2px solid #0ED0FA;
				/* background: linear-gradient(90deg, #0ED0FA 0%, #167FEF 100%); */
			}


.navbar-toggler-evo .fas {
	background: linear-gradient(90deg, #0ED0FA, #167FEF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.background {
	position: absolute;
	top: -40px;
	left: 0;
	z-index: -1;
  }

#main-navbar-tab {
	height: 100vh;
	width: 100%;
	opacity: 0.8;
	background: #19007D;
}

	#main-navbar-tab .navbar-nav {
		width: 100%;
	}

		#main-navbar-tab .navbar-nav .nav-item {
			width: 100%;
			opacity: 1;
			color: #fff;
		}

		#main-navbar-tab .navbar-nav .active {
			background: #5530EA;
		}

		#main-navbar-tab .navbar-nav .nav-item .nav-link {
			color: #fff;
			font-size: 1.6rem;
		}
		#main-navbar-tab .navbar-nav .nav-link:hover,
		#main-navbar-tab .navbar-nav .nav-link:focus,
		.btn:hover,
		.btn:focus {
			box-shadow: none;;
		}

		.navbar-expand-lg .navbar-nav .nav-link {
			padding-right: 2.5rem!important;
		}

#main-content {
	position: relative;
	z-index: 3;
	right: 0;
	width: 100%;
	padding:0;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	max-width: calc(100% - 170px);
	min-height: calc(100vh - 80px);
	margin-left: auto;
}

#main-footer {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 0;
	width: 100%;
	background: #fff;
	border-top: 2px solid #e4e4e4;
	max-width: calc(100% - 170px);
	margin-left: auto;
	padding: 32px 80px 20px;
	transform: translateY(100%);
	transition: 0.4s ease-in;
	z-index: 5;
}
#main-footer.inner-pages{
position: relative;
}
#main-footer.show{
	transform: translateY(0);
}
#main-footer.hidden{
	transform: translateY(100%);
}

#main-footer.inner-pages{
	background: #fff;
	transform: translateY(0);
	border-top: 2px solid #e4e4e4;
	padding: 20px 60px 20px;
}

#main-footer .navbar-nav {
	width: 100%;
	flex-direction: row;
	display: contents;
}

#main-footer .navbar-nav .nav-item {
	font-family: "EvoMontserrat";
	width: fit-content;
}

#main-footer .navbar-nav .nav-item .nav-link {
	color: #2D384A;
	font-size: 20px;
	line-height: 40px;
}

#main-footer span{
	color: #727988;
	font-family: "EvoMontserrat";
	font-size: 13px;
	line-height: 50px;
}

#main-scroll-bar {
	padding: 0px;
	background: linear-gradient(90deg, #0ED0FA 0%, #167FEF 100%);
	height: 3px;
	flex-flow: row nowrap;
}

#main-scroll-bar .navbar-nav {
	height: 3px;
	background: #fff;
	width: 100%;
}

#main-scroll-bar .navbar-nav .active {
	display: none;
}

#particles-background {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	filter: blur(2.5px);
}

.title-container {
	margin-bottom: 10px;
}

.title-container h1 {
	font-weight: 700;
	font-size: 3rem;
}

.title-container a {
	color: #B5BBC9;
	font-size: 2rem;
	font-weight: 400;
}

.title-container a:last-child {
	color:#5530EA;
}

/*Стили для Валидации*/
.some-form__line {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.form-input {
	border: 1px solid transparent;
	border-radius: 30px;
}

.some-form__line-required .form-input {
  border-color: #f45a57;
}

.some-form__line-required .some-form__hint {
  opacity: 1;
  z-index: auto;
}
/*----*/

#main-preloader {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #fff;
	z-index: 1001;
	top: 0;
	left: 0;
	display: flex;
}

#main-preloader img {
	max-width: 50vw;
	height: auto;
}

/*swiper-slider*/
.vertical-slider{
	width: 100%;
	height: 100vh;
	height: calc(100vh - 85px);
	display: flex;
	left: calc(-6% - 20px);
}

.vertical-slide{
	width: 100%;
	height: auto;
	/* max-height: 100%;  */
	display: flex;
	align-items: center;
   /* left: calc(-6% - 15px);*/
}

.main-slider {
	width: 100%;
	height: auto;
	pointer-events: auto;
	left: calc(-6% - 20px);
}

.cards-slider {
	border-radius: 30px;
	padding: 20px;
	height: 100%;
}

.main-slide {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	width: 100%;
}

.main-slide-image {
	position: relative;
	width: 410px;
	height: 410px;
	display: flex;
	align-self: center;
	left: calc(7% - 40px);
	top: 16px;
/*    flex: 1 0 540px;
	max-width: 540px;*/
}

.main-slide__image {
	width: 410px;
	height: 410px;
	object-fit: contain;
	object-position: center;
	align-self: center;
	margin: auto;
	border-radius: 50%;
   /* left: calc(12% + 280px);*/
}

.main-slide-content {
	position: relative;
	margin: 0 auto 30px;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 540px; /*502*/
	width: 100%;
	font-family: "EvoMontserrat";
	font-size: 16px;
	height: 100%;
	min-height: 425px;
	pointer-events: all;
}

/*Стили для валидации*/

/*----*/

.main-slide__count {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	line-height: 24px;
	color: #B5BBC9;
}

.main-slide__count b {
	margin-right: 5px;
	color: #5530EA;
	font-weight: 400;
}

.main-slide__subtitle {
	margin-bottom: 10px;
	color: #2D384A;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}

.main-slide__title {
	font-size: 34px;
	line-height: 58px;
	margin: 0;
	font-weight: 900;
	color: #0B2349;
	text-transform: uppercase;
	background: linear-gradient(90deg, #0ED0FA, #167FEF);
	background-clip:text;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
}

.main-slide__caption {
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #727988;
}

.main-slide__text{
	font-family: "EvoMontserrat";
	font-size: 18px;
	font-weight: 400;
	line-height: 38px;
	text-align: justify;
	color: #727988;
}

.main-slide-features {
	margin-top: 10px;
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
}

.main-slide-feature {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
}

.main-slide-feature i {
	position: absolute;
	margin-top: 4px;
	margin-right: 15px;
	align-self: flex-start;
	font-size: 20px;
	color: #0ED0FA;
}

.main-slide-feature__text {
	display: block;
	margin-left: 45px;
	max-width: 222px;
	font-size: 16px;
	line-height: 32px;
	color: #727988;
}

.main-slide-feature .line {
	margin: 0 15px 15px;
	flex: 1;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #0ED0FA, #167FEF);
}

.main-slide-feature__value {
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	color: #5530EA;
}

.main-slide-buttons{
	margin-top: 40px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%
}

.main-slide-arrows{
	position: absolute;
	right: 15%;/*13*/
	bottom: calc(50% - 175px);
	z-index: 1000;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.main-slide-arrow {
	display: block;
	width: 50px;
	height: 60px;
	border: none;
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.main-slide-arrow.disable {
	filter: grayscale(1);
	cursor: default;
	opacity: 0.3;
}

.main-slide-arrow_prev {
	background-image: url('/images/Left.svg');
}

.main-slide-arrow_next {
	margin-left: 30px;
	background-image: url('/images/Right.svg');
}

.swiper-prev{
	margin-right: 30px;
}

.n_sel {
	height: 60px;
	z-index: 40;
	position: relative;
}

.z39 {
	z-index: 39;
}


.n_cloud_select {
	display: block;
	color:#b5bbc9;
	border: 2px solid #cbcbcb;
	border-top: none;
	margin-left: 7px;
	margin-bottom: 5px!important;
	z-index: 30;
	top: 0px;
	left: 0px;
	background: #fff;
}

.popup .modal-body{
	padding: 2rem;
}
.popup .modal-content{
	border: none;
	border-radius: 30px;
	background-color: #FFFFFF;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15)
}
.popup .content-popup h3{
	margin-bottom: 6rem;
	color: #2D384A;
	font-family: "EvoMontserrat";
	font-size: 4.2rem;
	font-weight: 800;
	letter-spacing: 0.52px;
	line-height: 5.2rem;
	text-align: center;
	text-transform: uppercase;
}
.popup .content-popup label{
	padding-left: 1rem;
	margin-bottom: 1rem;
	color: #727988;
	font-family: "EvoMontserrat";
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.4rem;
}
.popup .content-popup input{
	height: 40px;
	padding: 0.375rem 2rem;
	border: none;
	border-radius:20px;
	background-color: #EDF0F4;

	color: #727988;
	font-family: "EvoMontserrat";
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.2px;
	line-height: 1.9rem;
}
.popup .content-popup input:focus {
	outline: 0;
	box-shadow: none;
}

.popup .content-popup .file-resum {
	background-color: #ffff;
}

.popup .content-popup input::placeholder {
	color: #C4C4C4;
	font-family: "EvoMontserrat";
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.2px;
	line-height: 1.9rem;
}
.popup .content-popup .form-group {
	margin-bottom: 3rem;
}

.popup .content-popup button{
	display: block;
	height: 45px;
	color: #ffff;
	border-radius: 25.1px;
	background: linear-gradient(270deg, #5530EA 0%, #6D4AF7 100%);
}

.popup .content-popup textarea {
	height: 100px;
	padding: 1.375rem 2rem;
	border: none;
	border-radius: 20px;
	background-color: #EDF0F4;
	color: #727988;
	font-family: "EvoMontserrat";
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.2px;
	line-height: 1.9rem;
}

.popup .content-popup textarea::placeholder {
	color: #C4C4C4;
	font-family: "EvoMontserrat";
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.2px;
	line-height: 1.9rem;
}

.little-popup .modal-content{
	height: auto;
	width: 100%;
	max-width: 840px;
}
.little-popup .modal-dialog{
	max-width: 840px;
}
.little-popup .modal-body{
	display: flex;
}
.little-popup .content-popup{
	width: 660px;
	margin: auto;
	padding: 0 0 25px 0px;
}
.little-popup .content-popup h3{
	margin-bottom: 3rem;
}
.little-popup .content-popup form{
	width: 500px;
	margin: 0 auto;
}
.little-popup .content-popup span{
	display: block;
	margin-bottom: 1rem;
	color: #EC557B;
	font-family: "EvoMontserrat";
	font-size: 1.6rem;
	letter-spacing: -0.35px;
	line-height: 3rem;
	text-align: center;
}
.little-popup .content-popup input{
	width: 498px;
}
.little-popup .content-popup button{
	margin: 0 auto;
	font-weight: 600;
}


/*.btn-evo-purple-dom {
	width: 225px!important;
	margin: 0 auto!important;
}
*/
.help-block.error{
	padding-left: 1rem;
	margin-bottom: 3rem;
	color: #EC557B;
	font-family: "EvoMontserrat";
	font-size: 1.6rem;
	letter-spacing: -0.35px;
	line-height: 3rem;
}


/*
@media screen and (max-width: 1600px) {
	.vertical-slider {
		left: -20%;
	}
	.main-slide{
		justify-content: space-between;

	}
	.main-slide-content{
		margin: 0 0 30px;
	}
	.main-slide-arrows{
		right: 0;
		bottom: calc(50% - 210px);
	}

	.evo-home-icon {
		display: block;
		margin: auto;
		width: 30px;
	}

	#main-navbar-desktop {
		width: calc(100% - 170px);
	}

	#main-footer span {
		color: #727988;
		font-family: "EvoMontserrat";
		font-size: 13px;
		line-height: 50px;
	}

	#main-footer {
		max-width: calc(100% - 170px);
	}

	#left-sidebar{
		max-width: 170px;
	}

	#left-sidebar .main-menu .main-menu-item {
		font-size: 14px;
		height: 70px;
	}

	#main-footer {
		padding: 20px 70px 20px;
	}
	#main-footer .navbar-nav .nav-item .nav-link {
		font-size: 16px;
		line-height: 40px;
	}
}*/

/*@media (min-width: 1441px) and (max-width: 1800px) {
	#main-navbar-desktop .navbar-nav .phone {
		left: calc(23.7% - 0px);
	}
}
*/
/*@media (min-width: 1801px) and (max-width: 1879px) {
	.main-slide-image {
		position: relative;
		width: 410px;
		height: 410px;
		display: flex;
		align-self: center;
		left: 60px;
		top: 16px;
	}
}
*/

@media screen and (max-width: 1281px) {

	#left-sidebar .left-sidebar-name img {
		width: 80px;
	}

}

@media screen and (max-width: 1536px) {
/*	#left-sidebar .left-sidebar-name img {
	    width: 100px;
	}*/
}


@media screen and (max-width: 1440px) {

	#left-sidebar .left-sidebar-name {
		margin-bottom: 40px;
	}

	#left-sidebar .main-menu .main-menu-item a {
		cursor: pointer;
		color: #fff;
		line-height: 27px;
		font-size: 13px;
	}

	#left-sidebar {
		max-width: 170px;
	}

	.main-slide__image {
		width: 430px;
		height: 430px;
	
		/* left: calc(12% + 280px); */
	}

	#main-navbar-desktop {
		width: calc(100% - 170px);
	}

	#main-content {
		max-width: calc(100% - 170px);
	}

	#main-navbar-desktop .navbar-nav .phone {
		left: calc(22.7% - -15px);
	}

	/*.sweet-banner {
		height: calc(100vh - 80px);
	}*/

 /*   .sweet-container {
		position: relative;
	}*/

	.sweet-slider-img {
		height: calc(100vh - 170px);
	}

	.sweet-banner-text {
		font-size: 32px;
		font-weight: 800;
		color: #fff;
		font-family: 'EvoMontserrat';
		width: 570px;
		line-height: 34px;
	}

	.sweet-desc-text-new {
		font-weight: 800;
		font-size: 26px;
		color: #fff;
	}

	.sweet-desc-text {
		padding-top:0;
		/* padding-top: 15px; */
		font-size: 24px;
		color: #fff;
	}

	.sweet-button-evo {
		position: absolute;
		top: 210px;
		background-color: #fff;
		color: #000;
		font-size: 18px;
		text-decoration: underline!important;
		width: 215px;
		font-weight: 500;
		padding: 8px;
		text-align: center;
		border-radius: 30px;
		border: none;
		cursor: pointer;
		border-radius: 30px;
	}

	.sweet-container-banner {
		position: absolute;
		left: 100px;
		top: 162px;
		text-align: left;
	}

	#main-footer .navbar-nav .nav-item .nav-link {
	    color: #2D384A;
	    font-size: 16px;
	    line-height: 40px;
	}

	.main-slide-content {
		max-width: 460px;/*450*/
	}
	.main-slide__title {
		font-size: 41px;
	}
	.main-slide__caption {
		margin-top: 30px;
		font-size: 18px;
	}
	.main-slide__text{
		font-size: 14px;
	}
	.main-slide-feature i{
		margin-top: 7px;
		margin-right: 10px;
		font-size: 18px;
	}
	.main-slide-feature__text{
		margin-left: 40px;
		font-size: 15px;
	}
	.main-slide-feature__value{
		font-size: 15px;
	}
	.main-slide-buttons{
		margin-top: 30px;
	}
	.main-slide-arrows{
		right: 0;
		bottom: 60px;
	}

	#main-footer span {
		color: #727988;
		font-family: "EvoMontserrat";
		font-size: 10px;
		line-height: 50px;
	}

	#main-footer.inner-pages{
		padding: 30px 40px 30px;
	}
	#main-footer {
		max-width: calc(100% - 170px);
	}
}
@media screen and (max-height: 850px) {
	.main-slide__caption {
		margin-top: 20px;
	}
	.main-slide-buttons {
		margin-top: 20px;
	}
	/* #main-footer {
		padding: 0px 120px 5px;
	} */
	/*#main-footer{
		padding-bottom: 5px;
	}
*/
	.store-menu-download {
		display: none;
	}
}

@media (min-width: 1367px) and (max-width: 1440px){
	.main-slide__image {
		margin: 0;
	}
}

@media (min-width: 1801px) and (max-width: 1899px){
	.main-slide-image {
		position: relative;
		width: 410px;
		height: 410px;
		display: flex;
		align-self: center;
		left: 55px;
		top: 16px;
	}


	#left-sidebar .left-sidebar-name {
		margin-bottom: 40px;
	}

	#left-sidebar .main-menu .main-menu-item a {
		cursor: pointer;
		color: #fff;
		line-height: 27px;
		font-size: 13px;
	}
}

@media (min-width: 1801px) and (max-width: 1890px) {
	.sweet-banner {
		height: calc(100vh - 80px);
		width: 100%;
	}

	.sweet-container {
		position: relative;
		height: calc(100vh - 165px);
	}

	.sweet-slider-img {
		width: 100%;
		height: calc(100vh - 165px);
	}

	.sweet-container-banner {
		position: absolute;
		left: 100px;
		top: 200px;
		text-align: left;
	}

	.sweet-banner-text {
	    font-size: 46px;
	    font-weight: 800;
	    color: #fff;
	    font-family: 'EvoMontserrat';
	    width: 740px;
	    line-height: 48px;
	}

	.sweet-desc-text-new {
	    /* padding-top: 38px; */
	    font-size: 44px;
		font-weight: 800;
	    color: #fff;
	}

	.sweet-desc-text {
		padding-top: 0;
	    /* padding-top: 38px; */
	    font-size: 34px;
	    color: #fff;
	}

	.sweet-button-evo {
	    position: absolute;
	    top: 260px;
	    background-color: #fff;
	    color: #000;
	    font-size: 18px;
	    text-decoration: underline!important;
	    width: 215px;
	    font-weight: 500;
	    padding: 8px;
	    text-align: center;
	    border-radius: 30px;
	    border: none;
	    cursor: pointer;
	    border-radius: 30px;
	}

}

@media (min-width: 1441px) and (max-width: 1600px) {
	.main-slide__image {
		width: 290px;
		height: 290px;
		object-fit: contain;
		object-position: center;
		align-self: center;
		margin: auto;
		/* left: calc(12% + 280px); */
	}

	#main-footer .navbar-nav .nav-item .nav-link {
	    color: #2D384A;
	    font-size: 16px;
	    line-height: 40px;
	}

	.evo-home-icon {
	    display: block;
	    margin: auto;
	    width: 30px;
	}

	.sweet-button-evo {
		position: absolute;
		top: 245px;
		background-color: #fff;
		color: #000;
		font-size: 18px;
		text-decoration: underline!important;
		width: 215px;
		font-weight: 500;
		padding: 8px;
		text-align: center;
		border-radius: 30px;
		border: none;
		cursor: pointer;
		border-radius: 30px;
	}


	.sweet-banner {
		height: calc(100vh - 80px);
	}

	.sweet-container {
		height: calc(100vh - 165px);
	}

	.sweet-slider-img {
		height: calc(100vh - 182px);
	}

	#left-sidebar .left-sidebar-name img {
	    width: 100px;
	}

	#left-sidebar {
	    position: fixed;
	    display: flex;
	    flex-flow: column;
	    align-items: center;
	    /* justify-content: flex-start; */
	    background: linear-gradient(180deg, #0e98fa 0%, #5530EA 100%);
	    /* background: linear-gradient(180deg, #001232, #19007D); */
	    border-right: none;
	    width: 100%;
	    bottom: 0;
	    max-width: 170px;
	    height: 100%;
	}

	#left-sidebar .left-sidebar-name {
		margin-bottom: 40px;
	}

	#left-sidebar .main-menu .main-menu-item a {
		cursor: pointer;
		color: #fff;
		line-height: 27px;
		font-size: 11px;
	}

	.sweet-banner-text {
		font-size: 38px;
		font-weight: 800;
		color: #fff;
		font-family: 'EvoMontserrat';
		width: 580px;
		line-height: 42px;
	}

	.sweet-desc-text-new {
		/* padding-top: 45px; */
		font-size: 36px;
		font-weight: 800;
		color: #fff;
	}


	.sweet-container-banner {
		position: absolute;
		left: 100px;
		top: 185px;
		text-align: left;
	}

	.sweet-desc-text {
		padding-top: 0;
		/* padding-top: 45px; */
		font-size: 38px;
		color: #fff;
	}


}

@media (min-width: 1601px) and (max-width: 1640px) {
	.main-slide__image {
		width: 400px;
		height: 400px;
		object-fit: contain;
		object-position: center;
		align-self: center;
		margin: auto;
		/* left: calc(12% + 280px); */
	}

	#left-sidebar .left-sidebar-name img {
	    width: 100px;
	}

	#left-sidebar .left-sidebar-name {
		margin-bottom: 40px;
	}

	#left-sidebar .main-menu .main-menu-item a {
		cursor: pointer;
		color: #fff;
		line-height: 27px;
		font-size: 13px;
	}


	.sweet-banner-text {
		font-size: 38px;
		font-weight: 800;
		color: #fff;
		font-family: 'EvoMontserrat';
		width: 620px;
		line-height: 42px;
	}

	.sweet-desc-text-new {
		/* padding-top: 45px; */
		font-size: 36px;
		font-weight: 800;
		color: #fff;
	}

	.sweet-container-banner {
		position: absolute;
		left: 100px;
		top: 205px;
		text-align: left;
	}

	.sweet-desc-text {
		padding-top: 0;
		/* padding-top: 45px; */
		font-size: 38px;
		color: #fff;
	}

	.sweet-button-evo {
		top: 270px;
	}

}

@media (min-width: 1641px) and (max-width: 1701px) {
	.sweet-banner-text {
		font-size: 38px;
		font-weight: 800;
		color: #fff;
		font-family: 'EvoMontserrat';
		width: 660px;
		line-height: 52px;
	}

	.sweet-desc-text-new {
		/* padding-top: 45px; */
		font-size: 36px;
		font-weight: 800;
		color: #fff;
	}

	.sweet-container-banner {
		position: absolute;
		left: 100px;
		top: 200px;
		text-align: left;
	}

	.sweet-desc-text {
		padding-top: 0;
		/* padding-top: 45px; */
		font-size: 38px;
		color: #fff;
	}

	.sweet-button-evo {
		top: 270px;
	}

}

@media (min-width: 1702px) and (max-width: 1801px) {
	.sweet-banner-text {
		font-size: 42px;
		font-weight: 800;
		color: #fff;
		font-family: 'EvoMontserrat';
		width: 820px;
		line-height: 52px;
	}

	.sweet-desc-text-new {
		/* padding-top: 45px; */
		font-size: 40px;
		font-weight: 800;
		color: #fff;
	}

	#left-sidebar .left-sidebar-name img {
	    width: 100px;
	}

	.evo-home-icon {
	    display: block;
	    margin: auto;
	    width: 30px;
	}

	.sweet-button-evo {
	    position: absolute;
	    top: 300px;
	    background-color: #fff;
	    color: #000;
	    font-size: 18px;
	    text-decoration: underline!important;
	    width: 215px;
	    font-weight: 500;
	    padding: 8px;
	    text-align: center;
	    border-radius: 30px;
	    border: none;
	    cursor: pointer;
	    border-radius: 30px;
	}

	.sweet-container-banner {
		position: absolute;
		left: 100px;
		top: 200px;
		text-align: left;
	}

	.sweet-desc-text {
		padding-top: 0;
		/* padding-top: 45px; */
		font-size: 38px;
		color: #fff;
	}

	  .sweet-container-mouse {
        background-image: url('/images/home/banner/1236Mouse.jpg');
    }


    .sweet-container-domofon {
        background-image: url('/images/home/banner/1366Domofon.jpg');
    }

    .sweet-container-cctv {
        background-image: url('/images/home/banner/1236.jpg') 
    }

}

@media screen and (max-width: 1366px) {
	#left-sidebar .left-sidebar-name {
		margin-bottom: 20px;
	}
	#left-sidebar .main-menu .main-menu-item {
		height: 57px;
	}

	.lt-label {
	    top: 81.9%!important;
	}

	.evo-home-icon {
		display: block;
		margin: auto;
		width: 30px;
	}
	#left-sidebar .main-menu .main-menu-item a {
		cursor: pointer;
		color: #fff;
		line-height: 12px;
		font-size: 10px;
	}
	#left-sidebar .main-menu .main-menu-item i{
		font-size: 18px;
	}

	#left-sidebar .left-sidebar-name img {
		width: 90px;
	}

	#left-sidebar {
		max-width: 130px;
	}
	#main-navbar-desktop {
		width: calc(100% - 130px);
	}

	/* #vertical-slider-progress, */
	#main-content {
		max-width: calc(100% - 130px);
	}

	#main-navbar-desktop .navbar-nav .phone {
		left: calc(27.7% - 15px);
	}

	#left-sidebar .main-menu .main-menu-item:hover {
/*        background: linear-gradient(270deg, rgba(14, 208, 250, 0.3) 0%,
		rgba(22, 127, 239, 0.3) 100%);
		height: 40px;
		box-shadow: 0 2px 140px 0 rgba(11,106,248,0.5);*/
	}

	#left-sidebar .main-menu .main-menu-item.active {
   /*     background: linear-gradient(270deg, 
	#0ED0FA 0%,
		#167FEF 100%);
		height: 40px;
		box-shadow: 0 2px 140px 0 rgba(11,106,248,0.5);*/
	}

	.main-slide__image {
		width: 290px;
		height: 310px;
		object-fit: contain;
		object-position: center;
		align-self: center;
		margin: auto;
		/* left: calc(12% + 280px); */
	}

	.main-slide-image{
		width: 360px;
		height: 360px;
		flex: 1 0 390px;
		max-width: 360px;
	}
	.main-slide-content {
		max-width: 400px;
		min-height: 390px;
	}
	.main-slide__subtitle,
	.main-slide__count,
	.main-slide__caption{
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.main-slide-feature .line{
		margin: 0 15px 8px;
	}
	.main-slide-feature i{
		margin-top: 0px;
		margin-right: 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.main-slide-feature__text{
		margin-left: 30px;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.main-slide-feature__text{
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.main-slide__text{
		font-size: 14px;
		line-height: 28px;
	}
	.main-slide__title{
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
	.main-slide-image{
		min-width: 390px;
		margin: calc(6% - 25px);
		left: auto;
		top: 6px;
	}
	.main-slide__caption,
	.main-slide-buttons{
		margin-top: 15px;
	}
	.main-slide-arrow{
		width: 50px;
		height: 50px;
	}
	.main-slide-arrow_next{
		margin-left: 20px;
	}
	.main-slide-buttons .btn{
		font-size: 1.4rem;
		padding: 12px 45px;
		height: 45px;
	}

	.vertical-slider{
		left: -17%;
	}

	#main-footer.inner-pages{
		padding: 30px 40px 30px;
	}

	#main-footer span {
		color: #727988;
		font-family: "EvoMontserrat";
		font-size: 10px;
		line-height: 50px;
	}

	#main-footer {
		max-width: calc(100% - 130px);
	}
	#main-footer .navbar-nav .nav-item .nav-link {
		font-size: 14px;
		line-height: 40px;
	}

	#left-sidebar .main-menu {
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		/* width: 100%; */
		height: 100%;
		padding: 20px 0px;
		margin: auto;
		list-style: none;
		padding-left: 0px;
		text-align: center;
	}
	

	/*#left-sidebar .main-menu {
		display: block;
		width: 100%;
		height: 100%;
		margin: 20px auto;
		list-style: none;
		padding-left: 0px;
		text-align: center;
	}*/
}

@media screen and (max-width: 1280px) {
	body{
		height: auto;
		overflow-x: hidden;
	}

	.store-menu-download {
		display: none;
	}
	#main-content.inner-pages #small{
		padding: 0;
	}
	#main-content.inner-pages #small .container-fluid{
		padding-left: 10%;
		padding-right: 10%;
	}
	#main-content.inner-pages #small .container-fluid.specifications-p{
		padding-left: 0;
		padding-right: 0;
	}

	#vertical-slider-progress,
	#left-sidebar,
	#main-navbar-desktop, #main-navbar-desktop.inner-pages{
		display: none;
	}
	#right-sidebar{
		display: grid;
	}
	#main-content {
		max-width: 100%;
		padding: 0px 0px 0 0;
		margin-bottom: 0px;
	}
	#main-content.inner-pages{
		margin-bottom: 15px;
	}

	#main-navbar-mobile{
		display: flex;
		width: 100%;
		padding: 30px 10% 20px;
		justify-content: space-between;
	}

	.main-slide-image {
		left: auto;
	}

	#main-navbar-mobile .navbar-nav {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-grow: 1;
	}

	#main-navbar-mobile i {
		font-size: 25px;
		color: #B5BBC9;
	}

	#main-navbar-mobile button.navbar-toggler{
		display: block;
	}

	#main-navbar-mobile .navbar-brand img{
		width: 90px;
		height: 30px;
	}

	#main-navbar-mobile .navbar-nav .phone{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#main-navbar-mobile .navbar-nav .phone a{
		color: #2D384A;
		font-family: "EvoMontserrat";
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
	}

	.app-img {
		width: 110px;
		height: auto;
	}

	/*#main-navbar-mobile .navbar-nav li {
		padding: 0 0 0 10px;
	}*/
	#main-navbar-mobile .navbar-nav .nav-link{
		padding: 0;
	}
	#main-navbar-mobile button{
		padding: 0 0 0 30px;
	}

	.vertical-slider {
		left: 0;
		overflow: auto;
		height: auto;
	}
	.vertical-slider > .swiper-wrapper{
		display: flex;
		flex-flow: column;
	}
	.vertical-slide {
		align-items: flex-start;
		max-height: none;
		height: auto;
	}
	.main-slider {
		transform: translateY(0);
		left:0;
	}
	.main-slider .swiper-slide {
		padding: 0 10%;
	}
		.main-slide {
			flex-flow: column nowrap;
		}
		.main-slide-arrows {
			right: 10%;
		}
			.main-slide-image {
				position: relative;
				width: 400px;
				height: 400px;
				margin-top: 80px;
				margin-bottom: 40px;
				flex: 1 0 400px;
				max-width: 400px;
				min-width: 400px;
			}
			.main-slide__subtitle {
				font-size: 20px;
				line-height: 24px;
			}
			.main-slide-content {
				max-width: 100%;
			}
			.main-slide__title {
				font-size: 48px;
				line-height: 58px;
			}
			.main-slide__caption {
				margin-top: 40px;
				margin-bottom: 10px;
				font-size: 20px;
			}
			.main-slide__text {
				line-height: 31px;
				font-size: 16px;
			}
			.main-slide-feature i {
				margin-top: 10px;
			}
			.main-slide-features {
				margin-top: 0;
			}
			.main-slide-feature__text,
			.main-slide-feature__value {
				font-size: 16px;
			}
			.main-slide-buttons .btn {
				font-size: 1.6rem;
				padding: 15px 50px;
			}
			.main-slide-arrow {
				height: 60px;
			}

			#right-sidebar .main-menu .main-menu-item a{
				display: block;
				height: 100%;
				padding: 15px 0;
				font-size: 21px;
				line-height: 18px;
			}

	#main-footer, #main-footer.inner-pages{
		position: relative;
		width: 100%;
		padding: 0 calc(10% - 20px) 30px;
		max-width: 100%;
		margin: 0;
		transform: translateY(0);
	}
	#main-footer.inner-pages {
		border-top: none;
	}
	#main-footer.show, #main-footer.hidden{
		transform: translateY(0);
	}
	#main-footer ul{
		flex-wrap: wrap;
	}
	#main-footer li, #main-footer span{
		padding: 0 10px;
	}
	#main-footer li{
		padding-bottom: 15px;
	}
	#main-footer .navbar-nav .nav-item .nav-link {
		font-size: 20px;
		line-height: 24px;
	}

	#main-content {
		min-height: calc(100vh - 261px);
	}

	.store-down {
		width: 180px;
		height: auto;
	}
}

@media screen and (max-width: 1024px) {

	.store-menu-download {
		display: none;
	}

	.mob-kn {
		color: #000!important;
		background: #fff;
	}

	.close.close-right-menu{
		left: 20px;
	}

	.evo-mobile-lk {
		color: #fff;
		font-size: 14px;
		line-height: 34px;
	}

	.login-mobile {
		/*line-height: 26px;*/
		padding: 20px;
		border-bottom: 1px solid #fff;
	}

	#right-sidebar .main-menu {
		text-align: left;
		list-style: none;
		padding-left: 0px;
		width: 100%;
		padding: 5px 0;
		border-bottom: 1px solid #fff;
	}

	#right-sidebar .main-menu a {
		font-size: 16px;
		color: #fff;
	}

	.menu-img-mobile {
		width: 27px;
		margin-right: 15px;
	}

	a.clos {
	    position: absolute;
	    top: 18px;
	    left: 20px;
/*	    filter: invert(100%) sepia(108%) saturate(2%) hue-rotate(22deg) brightness(160%) contrast(142%);*/
	    width: 30px;
	    height: 30px;
	    background: url(/images/icon-home-mobile/close-icons.png);
	/*    background: url(/images/close-icon.svg);*/
	    background-size: cover;
	    opacity: 1;
	}

	.login-mobile-icon {
		width: 27px;
		height: 27px;
	}

	.main-menu-mobile {
		padding: 10px 20px;
	}

	.mobile-menu-footer {
		width: 100%;
		display: block;
		text-align: left;
		padding: 0 20px;
	}

	.mobile-phone{
		padding: 10px 0px;
	}

	.swipe-tel {
		font-size: 16px;
		color: #fff;
		font-weight: 500;
		line-height: 28px;
	}

	.icon-mobile-down {
		width: 32px;
	}

	.mobile-select {display:block;margin: auto;}
	select button {width:100%; text-align:left; margin: 0;}
	.select .caret {position:absolute; right:10px; margin-top:10px;}
	.select:last-child>.btn {border-top-left-radius:5px; border-bottom-left-radius:5px;}
	.selected {padding-right:5px;}
	.option {width:100%;}

	.dropdown-toggle::after {
		display: inline-block;
		margin-left: 0;
		vertical-align: 0;
		content: "";
		background-image: url(/images/icon-home-mobile/arrows9.png);
		border-top: 0;
		border-right: 0;
		border-bottom: 0;
		width: 10px;
		background-repeat: no-repeat;
		height: 9px;
		border-left: 0;
	}

	.mobile-btn-txt {
		font-size: 12px;
		font-weight: 500;
	}

	.mobile-list {
		text-align: center;
		padding: 5px;
	}

	.mobile-list a {
		font-size: 12px;
		color: #000;
		font-weight: 500;
	}

	.navbar-nav .dropdown-menu {
		position: absolute;
		float: none;
		top: 60px;
	}

	.download-store-block-menu {
		padding: 5px 5px 5px 5px!important;
		border: 1px solid #080808!important;
		border-radius: 10px!important;
		width: 135px!important;
		height: 50px!important;
		margin: 5px!important;
	}

	.text-download-store-menu {
		font-size: 14px!important;
		font-weight: 600!important;
		line-height: 18px!important;
		color: #080808!important;
		margin: auto!important;
		text-align: start!important;
	}

	.images-download-mobile {
		display: flex;
		width: 100%;
		padding: 10px 20px;
	}

	.mobile-menu-footer {
		width: 100%;
		display: block;
		text-align: left;
		padding: 0 20px;
	}

	.swipe-faq {
		color: #fff;
		font-size: 16px;
		font-weight: 500;
	}

	.phone-mobile-icon {
		width: 30px;
		margin-right: 10px;
	}

	#main-content.inner-pages #small .container-fluid{
		padding-left: 60px;
		padding-right: 60px;
	}
	#main-navbar-mobile .navbar-nav {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-grow: 1;
	}
	#main-navbar-mobile{
		padding: 30px 60px;
		background-color: #fff;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
	}


	#main-navbar-mobile i {
		font-size: 25px;
		color: #B5BBC9;
	}

	#main-navbar-mobile button.navbar-toggler{
		display: block;
	}

	#main-navbar-mobile .navbar-brand img{
		width: 90px;
		height: 30px;
	}

	#main-navbar-mobile .navbar-nav .phone{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#main-navbar-mobile .navbar-nav .phone a{
		color: #2D384A;
		font-family: "EvoMontserrat";
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
	}

	/*#main-navbar-mobile .navbar-nav li {
		padding: 0 0 0 10px;
	}*/
	#main-navbar-mobile .navbar-nav .nav-link{
		padding: 0;
	}
	#main-navbar-mobile button{
		padding: 0 0 0 30px;
	}

	#main-footer .navbar-nav {
		display: none;
		flex-direction: column;
	}

	.mobile-group-footer {
		top: 10px;
		text-align: center;
		display: block;
		margin: auto;
	}

	.listyle-text p {
		color: #5a5e65;
		font-size: 11px;
	}

	/*.sweet-banner {
		width: 100%;
		height: calc(100vh - 275px);
	}
*/
	.collback-mobile {
		display: flex;
		position: fixed;
		bottom: 0px;
		z-index: 7;
		width: 100%;
		padding: 20px;
		justify-content: space-between;
	}

	#main-footer, #main-footer.inner-pages {
		position: initial;
		width: 100%;
		padding: 0 40px 30px;
		/*padding: 0 calc(10% - 20px) 30px;*/
		max-width: 100%;
		margin: 0;
		border-top: 0px;
		transform: translateY(0);
	}

	.swiper-button-prev, .swiper-button-next {
		position: absolute;
		top: 50%;
		width: calc(var(--swiper-navigation-size) / 44 * 27);
		height: var(--swiper-navigation-size);
		margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
		z-index: 10;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--swiper-navigation-color, var(--swiper-theme-color));
	}

	.listyle-mobile {
		list-style-type: none;
		padding: 0;
	}

	.listyle-text a {
		color: #5a5e65;
		font-size: 21px;
		font-weight: 500;
	}

	.mobill-login {
		border-radius: 30px;
		padding: 10px 15px;
		color: #fff;
		background: linear-gradient(90deg, #04b9ff 0%, #357ed8 100%);
	}

	.my-carusel {
		display: flex;
		width: 100%;
		overflow-x: auto;
		justify-content: space-between;
		padding: 0 5px;
	}

	#main-content {
		margin-bottom: 0;
	}

	
	.my-carusel-txt a {
		font-weight: 500;
		font-size: 12px;
		color: #5a5e65;
		line-height: 45px;
	}

	.my-carusel-mobile {
		width: 100%;
		height: 100px;
		display: inline-block;
		text-align: center;
		padding: 15px 8px 9px 5px;
		transition: all .2s ease;
	}

	.sweet-container {
		height: calc(100vh - 310px);
		/*background-position: 100% 5%;*/
		background-repeat: no-repeat;
		background-size: auto;
	}

	.main-slide__image {
		width: 310px;
		height: 310px;
		object-fit: contain;
		object-position: center;
		align-self: center;
		margin: auto;
		/* left: calc(12% + 280px); */
	}


	.vertical-slider {
		left: 0;
	}
	.vertical-slide {
		align-items: flex-start;
	}
	.main-slider .swiper-slide {
		padding: 0 60px;
	}
		.main-slide {
			flex-flow: column nowrap;
		}
		.main-slide-arrows {
			right: 60px;
		}
			.main-slide-image {
				width: 400px;
				height: 400px;
				left: auto;
				top: 9px;
				margin-bottom: 40px;
				flex: 1 0 400px;
				max-width: 400px;
				min-width: 400px;

			}
			.main-slide-content {
				max-width: 100%;
			}
			.main-slide__title {
				font-size: 34px;
				line-height: 58px;
			}
			.main-slide__caption {
				margin-top: 40px;
				margin-bottom: 10px;
				font-size: 20px;
			}
			.main-slide__text {
				line-height: 31px;
				font-size: 16px;
			}
			.main-slide-features {
				margin-top: 0;
			}
			.main-slide-feature__text,
			.main-slide-feature__value {
				font-size: 16px;
			}

			#right-sidebar .main-menu .main-menu-item a{
				font-size: 21px;
				line-height: 18px;
			}

	.little-popup .modal-content{
		max-width: 600px;
	}

	.little-popup .modal-dialog{
		max-width: 600px;
	}
	.little-popup .content-popup form{
		width: 400px;
	}
	.little-popup .content-popup h3{
		margin-top: 4rem;
		margin-bottom: 2rem;
		font-size: 3.2rem;
		line-height: 4.2rem;
	}
	.little-popup .content-popup span{
		margin-bottom: 2rem;
		line-height: 2rem;
	}
	.little-popup .content-popup label{
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
	.little-popup .content-popup input{
		width: 400px;
	}
	.little-popup .content-popup input::placeholder{
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
	.little-popup .content-popup button{
		height: 45px;
		width: auto;
	}
}


@media screen and (max-width: 1280px) {

	.store-menu-download {
		display: none;
	}

	.close.close-right-menu{
		left: 20px;
	}

	.evo-mobile-lk {
		color: #fff;
		font-size: 14px;
		line-height: 34px;
	}

	.login-mobile {
		/*line-height: 26px;*/
		padding: 20px;
		border-bottom: 1px solid #fff;
	}

	#right-sidebar .main-menu {
		text-align: left;
		list-style: none;
		padding-left: 0px;
		width: 100%;
		padding: 5px 0;
		border-bottom: 1px solid #fff;
	}

	#right-sidebar .main-menu a {
		font-size: 16px;
		color: #fff;
	}

	.menu-img-mobile {
		width: 27px;
		margin-right: 15px;
	}

	a.clos {
	    position: absolute;
	    top: 18px;
	    left: 15px;
/*	    filter: invert(100%) sepia(108%) saturate(2%) hue-rotate(22deg) brightness(160%) contrast(142%);*/
	    width: 30px;
	    height: 30px;
	    background: url(/images/icon-home-mobile/close-icons.png);
/*	    background: url(/images/close-icon.svg);*/
	    background-size: cover;
	    opacity: 1;
	}

	.login-mobile-icon {
		width: 27px;
		height: 27px;
	}

	.main-menu-mobile {
		padding: 10px 20px;
	}

	.mobile-menu-footer {
		width: 100%;
		display: block;
		text-align: left;
		padding: 0 20px;
	}

	.mobile-phone{
		padding: 10px 0px;
	}

	.swipe-tel {
		font-size: 16px;
		color: #fff;
		font-weight: 500;
		line-height: 28px;
	}

	.icon-mobile-down {
		width: 32px;
	}

	.mobile-select {display:block;margin: auto;}
	select button {width:100%; text-align:left; margin: 0;}
	.select .caret {position:absolute; right:10px; margin-top:10px;}
	.select:last-child>.btn {border-top-left-radius:5px; border-bottom-left-radius:5px;}
	.selected {padding-right:5px;}
	.option {width:100%;}

	.dropdown-toggle::after {
		display: inline-block;
		margin-left: 0;
		vertical-align: 0;
		content: "";
		background-image: url(/images/icon-home-mobile/arrows9.png);
		border-top: 0;
		border-right: 0;
		border-bottom: 0;
		width: 10px;
		background-repeat: no-repeat;
		height: 9px;
		border-left: 0;
	}

	.mobile-btn-txt {
		font-size: 12px;
		font-weight: 500;
	}

	.mobile-list {
		text-align: center;
		padding: 5px;
	}

	.mobile-list a {
		font-size: 12px;
		color: #000;
		font-weight: 500;
	}

	.navbar-nav .dropdown-menu {
		position: absolute;
		float: none;
		top: 60px;
	}

	.download-store-block-menu {
		padding: 5px 5px 5px 5px!important;
		border: 1px solid #080808!important;
		border-radius: 10px!important;
		width: 135px!important;
		height: 50px!important;
		margin: 5px!important;
	}

	.text-download-store-menu {
		font-size: 14px!important;
		font-weight: 600!important;
		line-height: 18px!important;
		color: #080808!important;
		margin: auto!important;
		text-align: start!important;
	}

	.images-download-mobile {
		display: flex;
		width: 100%;
		padding: 10px 20px;
	}

	.mobile-menu-footer {
		width: 100%;
		display: block;
		text-align: left;
		padding: 0 20px;
	}

	.swipe-faq {
		color: #fff;
		font-size: 16px;
		font-weight: 500;
	}

	.phone-mobile-icon {
		width: 30px;
		margin-right: 10px;
	}

	#main-content.inner-pages #small .container-fluid{
		padding-left: 60px;
		padding-right: 60px;
	}
	#main-navbar-mobile .navbar-nav {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-grow: 1;
	}
	#main-navbar-mobile{
		padding: 30px 60px;
		background-color: #fff;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
	}


	#main-navbar-mobile i {
		font-size: 25px;
		color: #B5BBC9;
	}

	#main-navbar-mobile button.navbar-toggler{
		display: block;
	}

	#main-navbar-mobile .navbar-brand img{
		width: 90px;
		height: 30px;
	}

	#main-navbar-mobile .navbar-nav .phone{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#main-navbar-mobile .navbar-nav .phone a{
		color: #2D384A;
		font-family: "EvoMontserrat";
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
	}

	/*#main-navbar-mobile .navbar-nav li {
		padding: 0 0 0 10px;
	}*/
	#main-navbar-mobile .navbar-nav .nav-link{
		padding: 0;
	}
	#main-navbar-mobile button{
		padding: 0 0 0 30px;
	}

	#main-footer .navbar-nav {
		display: none;
		flex-direction: column;
	}

	.mobile-group-footer {
		top: 10px;
		text-align: center;
		display: block;
		margin: auto;
	}

	.listyle-text p {
		color: #5a5e65;
		font-size: 11px;
	}

	.sweet-banner {
		width: 100%;
		height: auto;
	}

	.collback-mobile {
		display: flex;
		position: fixed;
		bottom: 0px;
		z-index: 7;
		width: 100%;
		padding: 20px;
		justify-content: space-between;
	}

	.lt-label-mobile ul.lt-label-states-list li {
	    width: 100%;
	    height: 100%;
	    list-style-type: none;
	    position: absolute;
	    left: 30%!important;
	    margin-left: 0;
	    top: 42%!important;
	    margin-top: 0;
	    transition: -webkit-transform ease-out .2s;
	    transition: transform ease-out .2s;
	    transition: transform ease-out .2s, -webkit-transform ease-out .2s;
	    border-radius: 100%;
	    padding: 2%;
	    box-sizing: border-box;
	    opacity:0;
	}

	.lt-label-mobile .lt-label-inner {
	    background-color: #30ab3c;
	    border-radius: 50%;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 30%!important;
	    margin-left: 0;
	    top: 42%!important;
	    margin-top: 0;
	    opacity: 0;
	    transition: -webkit-transform ease-out .2s;
	    transition: transform ease-out .2s;
	    transition: transform ease-out .2s, -webkit-transform ease-out .2s;
	    box-shadow: 0 0.12em 0.31em 0 rgba(0,0,0,.26);
	}

	#main-footer, #main-footer.inner-pages {
		position: initial;
		width: 100%;
		padding: 0 40px 30px;
		/*padding: 0 calc(10% - 20px) 30px;*/
		max-width: 100%;
		margin: 0;
		border-top: 0px;
		transform: translateY(0);
	}

	.swiper-button-prev, .swiper-button-next {
		position: absolute;
		top: 50%;
		width: calc(var(--swiper-navigation-size) / 44 * 27);
		height: var(--swiper-navigation-size);
		margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
		z-index: 10;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--swiper-navigation-color, var(--swiper-theme-color));
	}

	.listyle-mobile {
		list-style-type: none;
		padding: 0;
	}

	.listyle-text a {
		color: #5a5e65;
		font-size: 21px;
		font-weight: 500;
	}

	.mobill-login {
		border-radius: 30px;
		padding: 10px 15px;
		color: #fff;
		background: linear-gradient(90deg, #04b9ff 0%, #357ed8 100%);
	}

	.my-carusel {
		display: none;
		width: 100%;
		overflow-x: auto;
		justify-content: space-between;
		padding: 0 5px;
	}

	#main-content {
		margin-bottom: 0;
	}

	
	.my-carusel-txt a {
		font-weight: 500;
		font-size: 12px;
		color: #5a5e65;
		line-height: 45px;
	}

	.my-carusel-mobile {
		width: 100%;
		height: 100px;
		display: inline-block;
		text-align: center;
		padding: 15px 8px 9px 5px;
		transition: all .2s ease;
	}

	.sweet-container {
		height: 765px;
		background-repeat: no-repeat;
		background-size: auto;
	}

	.main-slide__image {
		width: 310px;
		height: 310px;
		object-fit: contain;
		object-position: center;
		align-self: center;
		margin: auto;
		/* left: calc(12% + 280px); */
	}


	.vertical-slider {
		left: 0;
	}
	.vertical-slide {
		align-items: flex-start;
	}
	.main-slider .swiper-slide {
		padding: 0 60px;
	}
		.main-slide {
			flex-flow: column nowrap;
		}
		.main-slide-arrows {
			right: 60px;
		}
			.main-slide-image {
				width: 400px;
				height: 400px;
				left: auto;
				top: 9px;
				margin-bottom: 40px;
				flex: 1 0 400px;
				max-width: 400px;
				min-width: 400px;

			}
			.main-slide-content {
				max-width: 100%;
			}
			.main-slide__title {
				font-size: 34px;
				line-height: 58px;
			}
			.main-slide__caption {
				margin-top: 40px;
				margin-bottom: 10px;
				font-size: 20px;
			}
			.main-slide__text {
				line-height: 31px;
				font-size: 16px;
			}
			.main-slide-features {
				margin-top: 0;
			}
			.main-slide-feature__text,
			.main-slide-feature__value {
				font-size: 16px;
			}

			#right-sidebar .main-menu .main-menu-item a{
				font-size: 21px;
				line-height: 18px;
			}

	.little-popup .modal-content{
		max-width: 600px;
	}

	.little-popup .modal-dialog{
		max-width: 600px;
	}
	.little-popup .content-popup form{
		width: 400px;
	}
	.little-popup .content-popup h3{
		margin-top: 4rem;
		margin-bottom: 2rem;
		font-size: 3.2rem;
		line-height: 4.2rem;
	}
	.little-popup .content-popup span{
		margin-bottom: 2rem;
		line-height: 2rem;
	}
	.little-popup .content-popup label{
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
	.little-popup .content-popup input{
		width: 400px;
	}
	.little-popup .content-popup input::placeholder{
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
	.little-popup .content-popup button{
		height: 45px;
		width: auto;
	}

	.mobile-menu {
	    display: block;
	}

	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}

	.mobile-card-menu-packageServices {
		border-radius: 15px;
		background: url(/images/home/mobilePacketService_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 12px 25px;
	    line-height: 185px;
	    color: #000;
	    font-size: 18px;
	    font-weight: 600;
	}

	.logo-card {
		width: 150px;
		height: 150px;
	}

	.mobile-card-logo {
		display: block;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 54px;
	    font-weight: 900;
	    line-height: 185px;
	}
}

@media screen and (max-width: 991px) {

	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Internet_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/TV_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Videonabludenie_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Domofon_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Telephonia_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 12px 25px;
	    line-height: 185px;
	    color: #000;
	    font-size: 18px;
	    font-weight: 600;
	}

	.logo-card {
		width: 95px;
		height: 95px;
	}

	.mobile-card-logo {
		display: block;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 38px;
	    font-weight: 900;
	    line-height: 88px;
	}

	.btn-desc {
		display: none;
	}

	.btn-mobile {
		display: block;
	}

	.popup-title-mobile {
		display: block;
		font-size: 19px;
		text-align: left;
		line-height: 21px;
		color: #2D384A;
		font-family: EvoMontserrat;
		font-style: normal;
		font-weight: 700;
		letter-spacing: -0.292px;
		margin-bottom: 17px;
	}

	.popup__description__text__mobile {
		display: block;
		font-size: 13px;
		color: #2D384A;
		font-family: EvoMontserrat;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: -0.292px;
		text-align: left;  
		margin-bottom: 12px;
	}

	.popup__description__text__small {
		font-size: 13px;      
	}

	/* Новое модальное окно Новогодня акция */
	.popup__description__text {
		display: none;
		font-size: 13px;      
	}

		.modal__dialog__mobile {
			max-width:350px;
			margin:0 auto;
		}
		.popup__snow> button.close__modal {
			top: 18px;
			right: 18px;
		}

		.show__images__actions {
			width: 100%;
			height: 440px;
			border-top-left-radius: 25px;
			border-top-right-radius: 25px;
		}

		.popup-title {
			display: none;
			font-size: 19px;
			text-align: left;
			line-height: 20px;
		}
		.popup__snow img {
			width: 100%;
			border-top-left-radius:25px;
			border-top-right-radius:25px;
			height: 375px;
			box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		}

		.popup-button{
			font-size: 14.5px;
			width: 200px;
			height: 40px;
			margin: 25px auto 20px;
		}

		.mobile-image {
			display: block;
		}

		.desktop-image {
			display: none; 
			width: 100%;
			height: auto;
			border-top-left-radius: 10px; 
			border-top-right-radius: 10px;
		}
	
}

@media screen and (max-width: 768px) {

	.store-menu-download {
		display: none;
	}

	.close.close-right-menu{
		left: 20px;
	}

	.evo-mobile-lk {
		color: #fff;
		font-size: 14px;
		line-height: 34px;
	}

	.login-mobile {
	/*	line-height: 26px;*/
		padding: 20px;
		border-bottom: 1px solid #fff;
	}

	#right-sidebar .main-menu {
		text-align: left;
		list-style: none;
		padding-left: 0px;
		width: 100%;
		padding: 5px 0;
		border-bottom: 1px solid #fff;
	}

	#right-sidebar .main-menu a {
		font-size: 16px;
		color: #fff;
	}

	.menu-img-mobile {
		width: 27px;
		margin-right: 15px;
	}

	a.clos {
	    position: absolute;
	    top: 18px;
	    left: 15px;
/*	    filter: invert(100%) sepia(108%) saturate(2%) hue-rotate(22deg) brightness(160%) contrast(142%);*/
	    width: 30px;
	    height: 30px;
	    background: url(/images/icon-home-mobile/close-icons.png);
/*	    background: url(/images/close-icon.svg);*/
	    background-size: cover;
	    opacity: 1;
	}

	.login-mobile-icon {
		width: 27px;
		height: 27px;
	}

	.main-menu-mobile {
		padding: 10px 20px;
	}

	.mobile-menu-footer {
		width: 100%;
		display: block;
		text-align: left;
		padding: 0 20px;
	}

	.mobile-phone{
		padding: 10px 0px;
	}

	.swipe-tel {
		font-size: 16px;
		color: #fff;
		font-weight: 500;
		line-height: 28px;
	}

	.icon-mobile-down {
		width: 32px;
	}

	.mobile-select {display:block;margin: auto;}
	select button {width:100%; text-align:left; margin: 0;}
	.select .caret {position:absolute; right:10px; margin-top:10px;}
	.select:last-child>.btn {border-top-left-radius:5px; border-bottom-left-radius:5px;}
	.selected {padding-right:5px;}
	.option {width:100%;}

	.dropdown-toggle::after {
		display: inline-block;
		margin-left: 0;
		vertical-align: 0;
		content: "";
		background-image: url(/images/icon-home-mobile/arrows9.png);
		border-top: 0;
		border-right: 0;
		border-bottom: 0;
		width: 10px;
		background-repeat: no-repeat;
		height: 9px;
		border-left: 0;
	}

	.mobile-btn-txt {
		font-size: 12px;
		font-weight: 500;
	}

	.mobile-list {
		text-align: center;
		padding: 5px;
	}

	.mobile-list a {
		font-size: 12px;
		color: #000;
		font-weight: 500;
	}

	.navbar-nav .dropdown-menu {
		position: absolute;
		float: none;
		top: 60px;
	}

	.download-store-block-menu {
		padding: 5px 5px 5px 5px!important;
		border: 1px solid #080808!important;
		border-radius: 10px!important;
		width: 135px!important;
		height: 50px!important;
		margin: 5px!important;
	}

	.text-download-store-menu {
		font-size: 14px!important;
		font-weight: 600!important;
		line-height: 18px!important;
		color: #080808!important;
		margin: auto!important;
		text-align: start!important;
	}

	.images-download-mobile {
		display: flex;
		width: 100%;
		padding: 10px 20px;
	}

	.mobile-menu-footer {
		width: 100%;
		display: block;
		text-align: left;
		padding: 0 20px;
	}

	.swipe-faq {
		color: #fff;
		font-size: 16px;
		font-weight: 500;
	}

	.phone-mobile-icon {
		width: 30px;
		margin-right: 10px;
	}

	#main-content.inner-pages #small .container-fluid{
		padding-left: 60px;
		padding-right: 60px;
	}
	#main-navbar-mobile .navbar-nav {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-grow: 1;
		width: 100px;
   		margin-left: 30px;
	}
	#main-navbar-mobile{
		padding: 30px 60px;
		background-color: #fff;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
	}


	#main-navbar-mobile i {
		font-size: 25px;
		color: #B5BBC9;
	}

	#main-navbar-mobile button.navbar-toggler{
		display: block;
	}

	#main-navbar-mobile .navbar-brand img{
		width: 90px;
		height: 30px;
	}

	#main-navbar-mobile .navbar-nav .phone{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#main-navbar-mobile .navbar-nav .phone a{
		color: #2D384A;
		font-family: "EvoMontserrat";
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
	}

	/*#main-navbar-mobile .navbar-nav li {
		padding: 0 0 0 10px;
	}*/
	#main-navbar-mobile .navbar-nav .nav-link{
		padding: 0;
	}
	#main-navbar-mobile button{
		padding: 0 0 0 30px;
	}

	#main-footer .navbar-nav {
		display: none;
		flex-direction: column;
	}

	.mobile-group-footer {
		top: 10px;
		text-align: center;
		display: block;
		margin: auto;
	}

	.listyle-text p {
		color: #5a5e65;
		font-size: 11px;
	}

	/*.sweet-banner {
		width: 100%;
		height: calc(100vh - 265px);
	}*/

	.collback-mobile {
		display: flex;
		position: fixed;
		bottom: 0px;
		z-index: 7;
		width: 100%;
		padding: 20px;
		justify-content: space-between;
	}

	.lt-label-mobile ul.lt-label-states-list li {
	    width: 100%;
	    height: 100%;
	    list-style-type: none;
	    position: absolute;
	    left: 30%!important;
	    margin-left: 0;
	    top: 42%!important;
	    margin-top: 0;
	    transition: -webkit-transform ease-out .2s;
	    transition: transform ease-out .2s;
	    transition: transform ease-out .2s, -webkit-transform ease-out .2s;
	    border-radius: 100%;
	    padding: 2%;
	    box-sizing: border-box;
	    opacity:0;
	}

	.lt-label-mobile .lt-label-inner {
	    background-color: #30ab3c;
	    border-radius: 50%;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 30%!important;
	    margin-left: 0;
	    top: 42%!important;
	    margin-top: 0;
	    opacity: 0;
	    transition: -webkit-transform ease-out .2s;
	    transition: transform ease-out .2s;
	    transition: transform ease-out .2s, -webkit-transform ease-out .2s;
	    box-shadow: 0 0.12em 0.31em 0 rgba(0,0,0,.26);
	}

	#main-footer, #main-footer.inner-pages {
		position: initial;
		width: 100%;
		padding: 0 40px 30px;
		/*padding: 0 calc(10% - 20px) 30px;*/
		max-width: 100%;
		margin: 0;
		border-top: 0px;
		transform: translateY(0);
	}

	.swiper-button-prev, .swiper-button-next {
		position: absolute;
		top: 50%;
		width: calc(var(--swiper-navigation-size) / 44 * 27);
		height: var(--swiper-navigation-size);
		margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
		z-index: 10;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--swiper-navigation-color, var(--swiper-theme-color));
	}

	.listyle-mobile {
		list-style-type: none;
		padding: 0;
	}

	.listyle-text a {
		color: #5a5e65;
		font-size: 21px;
		font-weight: 500;
	}

	.mobill-login {
		border-radius: 30px;
		padding: 10px 15px;
		color: #fff;
		background: linear-gradient(90deg, #04b9ff 0%, #357ed8 100%);
	}

	.my-carusel {
		display: none;
		width: 100%;
		overflow-x: auto;
		justify-content: space-between;
		padding: 0 5px;
	}

	#main-content {
		margin-bottom: 0;
	}

	
	.my-carusel-txt a {
		font-weight: 500;
		font-size: 12px;
		color: #5a5e65;
		line-height: 45px;
	}

	.my-carusel-mobile {
		width: 100%;
		height: 100px;
		display: inline-block;
		text-align: center;
		padding: 15px 8px 9px 5px;
		transition: all .2s ease;
	}

	.sweet-container {
		height: calc(100vh - 310px);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.main-slide__image {
		width: 310px;
		height: 310px;
		object-fit: contain;
		object-position: center;
		align-self: center;
		margin: auto;
		/* left: calc(12% + 280px); */
	}


	.vertical-slider {
		left: 0;
	}
	.vertical-slide {
		align-items: flex-start;
	}
	.main-slider .swiper-slide {
		padding: 0 60px;
	}
		.main-slide {
			flex-flow: column nowrap;
		}
		.main-slide-arrows {
			right: 60px;
		}
			.main-slide-image {
				width: 400px;
				height: 400px;
				left: auto;
				top: 9px;
				margin-bottom: 40px;
				flex: 1 0 400px;
				max-width: 400px;
				min-width: 400px;

			}
			.main-slide-content {
				max-width: 100%;
			}
			.main-slide__title {
				font-size: 34px;
				line-height: 58px;
			}
			.main-slide__caption {
				margin-top: 40px;
				margin-bottom: 10px;
				font-size: 20px;
			}
			.main-slide__text {
				line-height: 31px;
				font-size: 16px;
			}
			.main-slide-features {
				margin-top: 0;
			}
			.main-slide-feature__text,
			.main-slide-feature__value {
				font-size: 16px;
			}

			#right-sidebar .main-menu .main-menu-item a{
				font-size: 21px;
				line-height: 18px;
			}

	.little-popup .modal-content{
		max-width: 600px;
	}

	.little-popup .modal-dialog{
		max-width: 600px;
	}
	.little-popup .content-popup form{
		width: 400px;
	}
	.little-popup .content-popup h3{
		margin-top: 4rem;
		margin-bottom: 2rem;
		font-size: 3.2rem;
		line-height: 4.2rem;
	}
	.little-popup .content-popup span{
		margin-bottom: 2rem;
		line-height: 2rem;
	}
	.little-popup .content-popup label{
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
	.little-popup .content-popup input{
		width: 400px;
	}
	.little-popup .content-popup input::placeholder{
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
	.little-popup .content-popup button{
		height: 45px;
		width: auto;
	}

	.mobile-menu {
	    display: block;
	}

	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Internet_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/TV_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Videonabludenie_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Domofon_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Telephonia_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 30px;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 12px 25px;
	    line-height: 185px;
	    color: #000;
	    font-size: 18px;
	    font-weight: 600;
	}

	.logo-card {
		width: 95px;
		height: 95px;
	}

	.mobile-card-logo {
		display: block;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 38px;
	    font-weight: 900;
	    line-height: 88px;
	}
}

@media screen and (max-width: 639px){/*576*/

	.app-img {
		width: 100px;
		height: auto;
	}

	.store-menu-download {
		display: none;
	}

	#main-navbar-mobile {
		padding: 15px;
	}
	#main-content.inner-pages #small .container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}
	/*#main-navbar-mobile .navbar-nav {
		display: none;
	}*/
	.navbar-nav-soc {
		display: none;
	}

	#main-navbar-mobile .navbar-nav .phone {
		position: absolute;
		top: 50%;
		left: 55%;
		transform: translate(-50%, -50%);
	}

	#main-content {
		padding: 0;
	}

	#main-footer, #main-footer.inner-pages {
		position: initial;
		width: 100%;
		padding: 0 calc(10% - 20px) 30px;
		max-width: 100%;
		margin: 0;
		transform: translateY(0);
	}

	.collback-mobile {
		display: flex;
		position: fixed;
		bottom: 0px;
		z-index: 7;
		width: 100%;
		padding: 35px 10px;
		justify-content: space-between;
	}

	.main-slider .swiper-slide {
		padding: 0 15px;
	}
	.main-slide-arrows {
		right: 15px;
	}

	.mobile-menu-footer {
		width: 100%;
		display: block;
		text-align: left;
		padding: 0 15px;
	}

	.swipe-type {
		list-style-type: none;
	}

	.listyle-text a {
		color: #5a5e65;
		font-size: 14px;
		font-weight: 500;
	}

	.swipe-tel {
		font-size: 13px;
		color: #fff;
		font-weight: 500;
		line-height: 28px;
	}

	.phone-mobile-icon {
		width: 20px;
		margin-right: 10px;
	}

	.images-download-mobile {
		display: flex;
		width: 100%;
		padding: 10px 15px;
	}

	.download-store-block-menu-mobil {
		padding: 5px 5px 5px 5px;
		border: 1px solid #ffff;
		border-radius: 10px;
		width: 110px;
		height: 42px;
		margin: 10px 10px 10px 0px;
	}

	.text-download-store-menu-mobil {
		font-weight: 600;
		font-size: 10px;
		line-height: 12px;
		color: #fff;
		margin: auto;
		text-align: start;
	}

	.main-menu-mobile {
		padding: 7px 15px;
	}

	#right-sidebar .main-menu {
		text-align: left;
		list-style: none;
		padding-left: 0px;
		width: 100%;
		padding: 5px 0;
		border-bottom: 1px solid #fff;
	}

	#right-sidebar .main-menu a {
		font-size: 14px;
		color: #fff;
	}

	.menu-img-mobile {
		width: 25px;
		margin-right: 15px;
	}


	.swipe-faq {
		color: #fff;
		font-size: 13px;
		font-weight: 500;
	}

	.store-menu-mobile {
		width: 100%;
		padding: 0 15px;
	}

	#right-sidebar .main-menu .main-menu-item a{
		padding: 10px 0;
		font-size: 14px;
		line-height: 14px;
	}
	.close.close-right-menu{
		right: 15px;
		top: 22px
	}

	#main-footer, #main-footer.inner-pages {
		padding: 0 5px 30px;
	}
	.little-popup .modal-content{
		height: auto;
	}
	.modal button.close {
		width: 20px;
		height: 20px;
	}
	.little-popup .modal-content{
		max-width: 400px;
	}
	.little-popup .modal-dialog{
		max-width: 400px;
		margin: auto;
	}
	.little-popup .content-popup h3{
		font-size: 2.2rem;
		line-height: 3.2rem;
	}
	.little-popup .content-popup form{
		width: 300px;
	}
	.little-popup .content-popup span{
		margin-bottom: 1rem;
		font-size: 0.9rem;
		line-height: 2rem;
	}
	.little-popup .content-popup input{
		width: 300px;
	}
	.little-popup .content-popup input::placeholder{
		font-size: 1.2rem;
	}
	.little-popup .content-popup button{
		height: 40px;
		padding: 10px 45px!important;
	}

	.swipe-tel:hover {
		color: #fff;
	}

	.swipe-tel:active {
		color: #fff;
	}
}

@media screen and (max-width: 560px){

	.lt-label-mobile .lt-label-notify {
		display: none!important;
	}

	#particles-background {
		display: none;
	}

	.store-menu-download {
		display: flex;
	}

	button.burger {
		margin-left: 10px;
	}


	.btn {
	    padding: 15px 25px!important;
	    font-weight: 600;
	}

	#main-navbar-mobile{
		background-color: #fff;
		height: 75px;
		padding: 15px 15px;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
	}

	#main-content {
		margin-bottom: 0px;
	}

	#main-navbar-mobile button {
		padding: 0 0 0 5px;
	}

	.menu-img-mobile {
		width: 34px;
		margin-right: 15px;
	}

	.lt-label-mobile .lt-label-inner {
	    background-color: #30ab3c;
	    border-radius: 50%;
	    width: 36px!important;
	    height: 36px!important;
	    position: absolute;
	    opacity: 0;
	    left: 65%!important;
	    margin-left: 0%!important;
	    top: 65%!important;
	    margin-top: 0%!important;
	    transition: -webkit-transform ease-out .2s;
	    transition: transform ease-out .2s;
	    transition: transform ease-out .2s, -webkit-transform ease-out .2s;
	    box-shadow: 0 0.12em 0.31em 0 rgba(0,0,0,.26);
	}

	.lt-label-mobile ul.lt-label-states-list li {
	    width: 36px!important;
	    height: 36px!important;
	    list-style-type: none;
	    position: absolute;
	    left: 65%!important;
	    margin-left: 0%!important;
	    top: 65%!important;
	    margin-top: 0%!important;
	    transition: -webkit-transform ease-out .2s;
	    transition: transform ease-out .2s;
	    transition: transform ease-out .2s, -webkit-transform ease-out .2s;
	    border-radius: 100%;
	    padding: 2%;
	    box-sizing: border-box;
	    opacity: 0;
	}

	.lt-label-mobile .lt-label-notify {
		display: none;
	}


	.sweet-container {
		height: 575px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position-y: top;
	}

	.sweet-container-mouse {
		background-image: url(/images/banner-mobile/411x447_Uspei_poimat.jpg);
	}

	.sweet-container-domofon {
		background-image: url(/images/banner-mobile/411x447_Domofon.jpg);
	}

	.sweet-container-mobile {
		background-image: url(/images/banner-mobile/411x447_Prilozhenie.jpg);
	}

	.sweet-container-rocket {
		background-image: url(/images/banner-mobile/411x447_Racketa.jpg);
	}

	.sweet-container-cctv {
		background-image: url(/images/banner-mobile/411x447_VidNab_.jpg);
	}

	.mobill-login {
		border-radius: 30px;
		padding: 10px 15px;
		color: #fff;
		background: linear-gradient(90deg, #04b9ff 0%, #357ed8 100%);
	}
	.mobile-select {display:block;margin-right: 40px;}
	select button {width:100%; text-align:left; margin: 0;}
	.select .caret {position:absolute; right:10px; margin-top:10px;}
	.select:last-child>.btn {border-top-left-radius:5px; border-bottom-left-radius:5px;}
	.selected {padding-right:3px;}
	.option {width:100%;}

	.dropdown-toggle::after {
		display: inline-block;
		margin-left: 0;
		vertical-align: 0;
		content: "";
		background-image: url(/images/icon-home-mobile/arrows9.png);
		border-top: 0;
		border-right: 0;
		border-bottom: 0;
		width: 10px;
		background-repeat: no-repeat;
		height: 9px;
		border-left: 0;
	}

	.store-down {
		width: 115px;
	}

	.navbar-nav .dropdown-menu {
		position: absolute;
		float: none;
		top: 50px;
	}

	.mobile-list {
		text-align: center;
		padding: 5px;
	}

	.mobile-list a {
		font-size: 12px;
		color: #000;
		font-weight: 500;
	}


	.mobile-btn-txt {
		font-size: 12px;
		font-weight: 500;
	}

	.swiper-pagination {
	    position: absolute;
	    text-align: center;
	    transition: 300ms opacity;
	    transform: translate3d(0, 0, 0);
	    z-index: 10;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    top: auto;
	}

	.swiper-pagination-bullet {
		width: 20px!important;
		height: 20px!important;
		display: inline-block;
		border-radius: 100%;
		background: transparent;
		border: 2px solid #6f3ece;
		margin: 0 4px;
	}

	.swiper-pagination-bullet-active {
		background-color: #6f3ece;
		outline: none;
	}

	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
		top: 96.5%;
		bottom: 0px;
		right: 0px;
		left: 0px;
	}

	.navbar-nav-soc {
		display: none;
	}

	.main-slide-arrows {
		right: 15px;
		bottom: 30px;
	}

	.sweet-desc-text {
		padding-top: 5px;
		/* padding-top: 25px; */
		font-size: 24px;
		color: #fff;
	}

	.close.close-right-menu{
		left: 15px;
	}
	.main-slider .swiper-slide {
		padding: 0 15px;
	}

	.mobile-phone {
		padding: 0px 0px;
	}

	.evo-mobile-lk {
		color: #fff;
		font-size: 14px;
		line-height: 27px;
	}

	.login-mobile-icon {
		width: 27px;
		height: 27px;
	}

	.login-mobile {
		/*line-height: 26px;*/
		padding: 30px 15px 45px 15px;
		border-bottom: 1px solid #fff;
	}
	
	.main-slide__image {
		width: 240px;
		height: 240px;
		object-fit: contain;
		object-position: center;
		align-self: center;
		margin: auto;
		/* left: calc(12% + 280px); */
	}

	.main-slide-image {
		width: 290px;
		height: 290px;
		flex: 1 0 290px;
		left: auto;
		top: -2px;
		min-width: 290px;
		max-width: 291px;
	}
	.main-slide__count{
		font-size: 18px;
		line-height: 22px;
	}
	.main-slide__subtitle{
		font-size: 18px;
		line-height: 22px;
	}
	.main-slide-feature__text{
		margin-left: 35px;
	}
	.main-slide-buttons{
		margin-top: 20px;
	}
	.main-slide-image{
		margin-bottom: 20px;
	}
	.main-slide__title{
		font-size: 25px;
		line-height: 45px;
	}
	.main-slide__caption{
		margin-top: 20px;
	}
	.main-slide__text{
		font-size: 15px;
		line-height: 25px;
	}
	.main-slide-feature__text,
	.main-slide-feature__value{
		font-size: 13px;
	}
	.main-slide-buttons .btn {
		font-size: 1.4rem;
		padding: 12px 35px;
	}
	.main-slide-arrow {
		width: 45px;
		height: 45px;
	}

	/*Стили для мобильного меню*/
	/*.my-carusel {
		display: flex;
		width: 100%;
		justify-content: flex-start;
		overflow-x: auto; 
		padding: 0 5px;
	}*/

	.mobile-icon-group {
		filter: invert(42%) sepia(27%) saturate(2889%) hue-rotate(181deg) brightness(107%) contrast(106%);
	}

	.owl-item {
		width: 125px!important;
	}

	.my-carusel-mobile {
		width: 100%;
		height: 90px;
		display: inline-block;
		text-align: center;
		padding: 11px;
		transition: all .2s ease;
	}

	.collback-mobile {
		display: flex;
		position: fixed;
		bottom: 0;
		z-index: 7;
		width: 100%;
		padding: 5px 10px;
		justify-content: space-between;
	}

	.my-carusel-txt a {
		font-weight: 500;
		font-size: 11px;
		color: #5a5e65;
		line-height: 38px;
	}
	/**/

	/*Стили для баннера в мобильнйо версии*/

	/*.sweet-banner {
		height: calc(100vh - 160px);
	}*/

	.sweet-container-banner {
		position: absolute;
		left: 0;
		right: 0;
		top: 25px;
		text-align: center;
	}

	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		display: none;
	}

	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		display: none;
	}

	.sweet-button-evo {
		position: absolute;
		top: 190px;
		background-color: #fff;
		color: #000;
		left: 0;
		margin: auto;
		right: 0;
		font-size: 14px;
		text-decoration: underline!important;
		width: 175px;
		font-weight: 600;
		padding: 8px;
		border-radius: 30px;
		border: none;
		cursor: pointer;
		border-radius: 30px;
	}

	.sweet-banner-text {
		margin: auto;
		font-size: 30px;
		font-weight: 800;
		color: #fff;
		font-family: 'EvoMontserrat';
		width: 370px;
		line-height: 38px;
	}

	/**/

	/*Стили для footers*/

	.mobile-group-footer {
		display: block;
		margin: auto;
	}

	.mobile-group-footer-social {
		text-align: center;
	}

	.listyle-mobile {
		list-style-type: none;
		padding: 0;
	}

	.listyle-text a {
		color: #5a5e65;
		font-size: 14px;
		font-weight: 500;
	}

	.listyle-text p {
		color: #5a5e65;
		font-size: 11px;
	}

	/**/


	#main-footer{
		bottom: -20px;
		border-top: 0px;
		padding: 0px 10px 15px;
	}
	#main-footer .navbar-nav {
		display: none;
		flex-direction: column;
	}
	#main-footer li{
		padding-bottom: 15px;
	}
	.little-popup .modal-content{
		max-width: 300px;
	}
	.little-popup .modal-dialog{
		max-width: 300px;
	}
	.little-popup .content-popup h3{
		font-size: 2rem;
		line-height: 3rem;
	}
	.little-popup .content-popup form{
		width: 250px;
	}
	.little-popup .content-popup input{
		width: 250px;
	}
	.little-popup .content-popup button{
		height: 40px;
		width: 250px;
		padding: 10px 45px!important;
	}
}

@media  screen and (max-width: 767px) {


	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-card-menu-packageServices {
		border-radius: 15px;
		background: url(/images/home/mobilePacketService_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 48px;
	    color: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	.logo-card {
		width: 90px;
		height: 90px;
	}

	.mobile-card-logo {
		display: block;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 28px;
	    font-weight: 900;
	    line-height: 130px;
	}
	
}


@media  screen and (max-width: 660px) {


	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 48px;
	    color: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	.logo-card {
		width: 90px;
		height: 90px;
	}

	.mobile-card-logo {
		display: block;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 28px;
	    font-weight: 900;
	    line-height: 130px;
	}
	
}


@media  screen and (max-width: 580px) {


	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 48px;
	    color: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	.logo-card {
		width: 90px;
		height: 90px;
	}

	.mobile-card-logo {
		display: block;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 28px;
	    font-weight: 900;
	    line-height: 130px;
	}
	
}


@media  screen and (max-width: 560px) {


	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 48px;
	    color: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	.logo-card {
		width: 90px;
		height: 90px;
	}

	.mobile-card-logo {
		display: block;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 28px;
	    font-weight: 900;
	    line-height: 130px;
	}

	.sweet-banner {
	    width: 100%;
	    height: 580px;
	}

	.sweet-desc-text-new {
		/* padding-top: 25px; */
		font-size: 20px;
		font-weight: 800;
		color: #fff;
		margin-bottom: 0;
	}

	/* Новое модальное окно Новогодня акция */

	.show__images__actions {
		height: 410px;
	}

	
}


@media  screen and (max-width: 540px) {

	.lt-label-mobile .lt-label-notify {
		display: none!important;
	}

	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.sweet-desc-text-new {
		/* padding-top: 25px; */
		font-size: 20px;
		font-weight: 800;
		color: #fff;
		margin-bottom: 0;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 48px;
	    color: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	.logo-card {
		width: 65px;
		height: 65px;
	}

	.mobile-card-logo {
		display: block;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 26px;
	    font-weight: 900;
	    line-height: 120px;
	}

	.sweet-banner {
	    width: 100%;
	    height: 620px;
	}

	/* Новое модальное окно Новогодня акция */

	/* .modal-show-top{
		top:-35px;
	} */
	
	
}

@media  screen and (max-width: 480px) {


	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 48px;
	    color: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	.logo-card {
		width: 65px;
		height: 65px;
	}

	.mobile-card-logo {
		display: block;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 26px;
	    font-weight: 900;
	    line-height: 100px;
	}
	
}

@media  screen and (max-width: 440px) {


	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 48px;
	    color: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	.logo-card {
		width: 65px;
		height: 65px;
	}

	.mobile-card-logo {
		display: block;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 19px;
	    font-weight: 900;
	    line-height: 80px;
	}
	
}


@media screen and (max-width: 414px){

	.mobile-store {
		margin-top: 30px;
		display: block;
	}

	.store-img {
		width: 120px;
	}

	#main-content.inner-pages {
	    margin-bottom: 15px;
	}

	.lt-label-mobile .lt-label-notify {
		display: none!important;
	}

	#particles-background {
		display: none;
	}

	.store-menu-download {
		display: block;
	}

	.btn {
	    padding: 15px 25px;
	    font-weight: 600;
	}

	#main-navbar-mobile .navbar-brand img {
	    width: 90px;
	    height: 30px;
	}

	.sweet-banner {
	    height: auto;
	}

	#main-navbar-mobile{
		background-color: #fff;
		height: 75px;
		padding: 15px 10px;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
	}

	#main-content {
		margin-bottom: 0px;
	}

	.sweet-desc-text-new {
		/* padding-top: 15px; */
		font-size: 16px;
		font-weight: 800;
		color: #fff;
		margin-bottom: 0;
	}

	#main-navbar-mobile button {
		padding: 0 0 0 5px;
	}

	.menu-img-mobile {
		width: 34px;
		margin-right: 15px;
	}

	.mobile-menu-img {
		border-radius: 30px;
	}

	.sweet-container {
		height: 495px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position-y: top;
	}

	.sweet-container-mouse {
		background-image: url(/images/banner-mobile/411x447_Uspei_poimat.jpg);
	}

	.sweet-container-domofon {
		background-image: url(/images/banner-mobile/411x447_Domofon.jpg);
	}

	.sweet-container-mobile {
		background-image: url(/images/banner-mobile/411x447_Prilozhenie.jpg);
	}

	.sweet-container-rocket {
		background-image: url(/images/banner-mobile/411x447_Racketa.jpg);
	}

	.sweet-container-cctv {
		background-image: url(/images/banner-mobile/411x447_VidNab_.jpg);
	}

	.mobill-login {
		border-radius: 30px;
		padding: 10px 15px;
		color: #fff;
		background: linear-gradient(90deg, #04b9ff 0%, #357ed8 100%);
	}

	.mobill-login:hover {
		color: #fff;
	}
	.mobile-select {display:block;margin-right: 40px;}
	select button {width:100%; text-align:left; margin: 0;}
	.select .caret {position:absolute; right:10px; margin-top:10px;}
	.select:last-child>.btn {border-top-left-radius:5px; border-bottom-left-radius:5px;}
	.selected {padding-right:3px;}
	.option {width:100%;}

	.dropdown-toggle::after {
		display: inline-block;
		margin-left: 0;
		vertical-align: 0;
		content: "";
		background-image: url(/images/icon-home-mobile/arrows9.svg);
		border-top: 0;
		border-right: 0;
		border-bottom: 0;
		width: 10px;
		background-repeat: no-repeat;
		height: 9px;
		border-left: 0;
	}

	.store-down {
		width: 108px;
	}

	.navbar-nav .dropdown-menu {
		position: absolute;
		float: none;
		top: 50px;
	}

	.mobile-list {
		text-align: center;
		padding: 5px;
	}

	.mobile-list a {
		font-size: 12px;
		color: #000;
		font-weight: 500;
	}


	.mobile-btn-txt {
		font-size: 12px;
		font-weight: 500;
	}

	.swiper-pagination-bullet {
		width: 20px!important;
		height: 20px!important;
		display: inline-block;
		border-radius: 100%;
		background: transparent;
		border: 2px solid #6f3ece;
	}

	.swiper-pagination-bullet-active {
		background-color: #6f3ece;
		outline: none;
	}

	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
		top: 95.5%;
		bottom: 0px;
		right: 0px;
		left: 0px;
	}

	.navbar-nav-soc {
		display: none;
	}

	.main-slide-arrows {
		right: 15px;
		bottom: 30px;
	}

	.sweet-desc-text {
		padding-top: 10px;
		font-size: 14px;
		color: #fff;
	}

	.close.close-right-menu{
		left: 15px;
	}
	.main-slider .swiper-slide {
		padding: 0 15px;
	}

	.mobile-phone {
		padding: 0px 0px;
	}

	.evo-mobile-lk {
		color: #fff;
		font-size: 14px;
		line-height: 27px;
	}

	.login-mobile-icon {
		width: 27px;
		height: 27px;
	}

	.login-mobile {
	/*	line-height: 26px;*/
		padding: 5px 15px 40px 15px;
		border-bottom: 1px solid #fff;
	}
	
	.main-slide__image {
		width: 240px;
		height: 240px;
		object-fit: contain;
		object-position: center;
		align-self: center;
		margin: auto;
		/* left: calc(12% + 280px); */
	}

	.main-slide-image {
		width: 290px;
		height: 290px;
		flex: 1 0 290px;
		left: auto;
		top: -2px;
		min-width: 290px;
		max-width: 291px;
	}
	.main-slide__count{
		font-size: 18px;
		line-height: 22px;
	}
	.main-slide__subtitle{
		font-size: 18px;
		line-height: 22px;
	}
	.main-slide-feature__text{
		margin-left: 35px;
	}
	.main-slide-buttons{
		margin-top: 20px;
	}
	.main-slide-image{
		margin-bottom: 20px;
	}
	.main-slide__title{
		font-size: 25px;
		line-height: 45px;
	}
	.main-slide__caption{
		margin-top: 20px;
	}
	.main-slide__text{
		font-size: 15px;
		line-height: 25px;
	}
	.main-slide-feature__text,
	.main-slide-feature__value{
		font-size: 13px;
	}
	.main-slide-buttons .btn {
		font-size: 1.4rem;
		padding: 12px 35px;
	}
	.main-slide-arrow {
		width: 45px;
		height: 45px;
	}

	.mobile-menu {
		display: block;
	}

	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 48px;
	    color: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	.logo-card {
		width: 65px;
		height: 65px;
	}

	.mobile-card-logo {
		display: block;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 18px;
	    font-weight: 900;
	    line-height: 68px;
	}

	/*Стили для мобильного меню*/
	.my-carusel {
		display: none;
		width: 100%;
		justify-content: flex-start;
		overflow-x: auto; 
		padding: 0 5px;
	}

	.mobile-icon-group {
		filter: invert(42%) sepia(27%) saturate(2889%) hue-rotate(181deg) brightness(107%) contrast(106%);
	}

	.owl-item {
		width: 125px!important;
	}

	.my-carusel-mobile {
		width: 100%;
		height: 90px;
		display: inline-block;
		text-align: center;
		padding: 11px;
		transition: all .2s ease;
	}

	.collback-mobile {
		display: inline-flex;
		position: fixed;
		bottom: 0;
		z-index: 9999;
		width: 100%;
		padding: 5px 10px;
		justify-content: space-between;
	}

	.my-carusel-txt a {
		font-weight: 500;
		font-size: 11px;
		color: #5a5e65;
		line-height: 38px;
	}
	/**/

	/*Стили для баннера в мобильнйо версии*/

	/*.sweet-banner {
		height: calc(100vh - 240px);
	}*/

	.sweet-container-banner {
		position: absolute;
		left: 0;
		right: 0;
		top: 25px;
		text-align: center;
	}

	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		display: none;
	}

	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		display: none;
	}

	.sweet-button-evo {
		position: absolute;
		top: 135px;
		background-color: #fff;
		color: #000;
		left: 0;
		margin: auto;
		right: 0;
		font-size: 14px;
		text-decoration: underline!important;
		width: 175px;
		font-weight: 600;
		padding: 8px;
		border-radius: 30px;
		border: none;
		cursor: pointer;
		border-radius: 30px;
	}

	.sweet-banner-text {
		margin: auto;
		font-size: 18px;
		font-weight: 800;
		color: #fff;
		font-family: 'EvoMontserrat';
		width: 260px;
		line-height: 24px;
	}

	/**/

	/*Стили для footers*/

	.mobile-group-footer {
		display: block;
		margin: auto;
	}

	.mobile-group-footer-social {
		text-align: center;
	}

	.listyle-mobile {
		list-style-type: none;
		padding: 0;
	}

	.listyle-text a {
		color: #5a5e65;
		font-size: 14px;
		font-weight: 500;
	}

	.listyle-text p {
		color: #5a5e65;
		font-size: 11px;
	}

	/**/


	#main-footer{
		bottom: -20px;
		border-top: 0px;
		padding: 0px 10px 15px;
	}
	#main-footer .navbar-nav {
		display: none;
		flex-direction: column;
	}
	#main-footer li{
		padding-bottom: 15px;
	}
	.little-popup .modal-content{
		max-width: 300px;
	}
	.little-popup .modal-dialog{
		max-width: 300px;
	}
	.little-popup .content-popup h3{
		font-size: 2rem;
		line-height: 3rem;
	}
	.little-popup .content-popup form{
		width: 250px;
	}
	.little-popup .content-popup input{
		width: 248px;
	}
	.little-popup .content-popup button{
		height: 40px;
		width: 250px;
		padding: 10px 45px!important;
	}

	.popup .content-popup .form-group {
	    margin-bottom: 1rem;
	}

	.popup .content-popup input {
	    height: 30px;
	    padding: 0.375rem 2rem;
	    border: none;
	    border-radius: 20px;
	    background-color: #EDF0F4;
	    color: #727988;
	    font-family: "EvoMontserrat";
	    font-size: 1.6rem;
	    font-weight: 300;
	    letter-spacing: 0.2px;
	    line-height: 1.9rem;
	}

	.header-modal-popup {
	    font-size: 16px;
	    line-height: 39px;
	    padding: 40px 0 20px 0;
	    text-align: center;
	    font-weight: 600;
	    font-family: "EvoMontserrat";
	}

	/* Новое модальное окно Новогодня акция */
	.popup__description__text {
		font-size: 12px;      
	}

	.modal__dialog__mobile {
		max-width:335px;
		margin:0 auto;
	}

	.show__images__actions {
		height: 365px;
	}
}

@media (min-width: 414px) and (min-height: 736px) {
	.login-mobile {
		/*line-height: 26px;*/
		padding: 0px 15px 25px 15px;
		border-bottom: 1px solid #fff;
	}
	
}

@media screen and (max-width: 411px) {
	.login-mobile {
	    /*line-height: 26px;*/
	    padding: 0px 15px 25px 15px;
	    border-bottom: 1px solid #fff;
	}

	.mobile-store {
		margin-top: 30px;
		display: block;
	}

	.store-img {
		width: 120px;
	}
}

@media (min-width: 411px) and (min-height: 823px) {
	.login-mobile {
	    line-height: 26px;
	    padding: 0px 15px 45px 15px;
	    border-bottom: 1px solid #fff;
	}
}

@media screen and (max-width: 390px){

	/* Новое модальное окно Новогодня акция */
	.popup__description__text {
		font-size: 12px;      
	}

		.modal__dialog__mobile {
			max-width:315px;
			margin:0 auto;
		}

}


@media screen and (max-width: 380px) {
	/*.sweet-banner {
	    width: 100%;
	    height: 100%;
	}*/
	.lt-label-mobile .lt-label-notify {
		display: none!important;
	}

	#main-navbar-mobile .navbar-brand img {
	    width: 90px;
	    height: 25px;
	}

	.mobile-store {
		margin-top: 30px;
		display: block;
	}

	.store-img {
		width: 120px;
	}
}

@media screen and (max-width: 375px)  {
	.mobile-store {
		margin-top: 30px;
		display: block;
	}

	.store-img {
		width: 120px;
	}

	.lt-label-mobile .lt-label-notify {
		display: none!important;
	}

	.menu-img-mobile {
		width: 11%;
		margin-right: 15px;
	}

	.mobile-select {
		display: block;
		margin-right: 0px;
	}

	 .soc-mobile-icon {
		width: 32px;
	}

	.login-mobile {
	    line-height: 26px;
	    padding: 30px 15px 35px 15px;
	    border-bottom: 1px solid #fff;
	}

	.my-carusel-mobile {
		width: 100%;
		height: 75px;
		display: inline-block;
		text-align: center;
		padding: 10px 8px 9px 5px;
		transition: all .2s ease;
	}

	.my-carusel-txt a {
		font-weight: 500;
		font-size: 12px;
		color: #5a5e65;
		line-height: 30px;
	}


	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
		top: 94.5%;
		bottom: 0px;
		right: 0px;
		left: 0px;
	}

	/*.sweet-banner {
		height: calc(100vh - 210px);
	}
*/
	.store-down {
		width: 145px;
	}

	.mobile-menu {
		display: block;
	}


	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 28px;
	    color: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	.logo-card {
		width: 65px;
		height: 65px;
	}

	.mobile-card-logo {
		display: block;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 16px;
	    font-weight: 900;
	    line-height: 68px;
	}

	/*.sweet-container {
	    height: calc(70vh - 100px);
	    background-repeat: no-repeat;
	    background-size: auto;
	}

	.sweet-container-mouse {
		background-image: url(/images/banner-mobile/375/375_Uspei_poimat.jpg);
	}

	.sweet-container-domofon {
		background-image: url(/images/banner-mobile/375/375_Domofon.jpg);
	}

	.sweet-container-mobile {
		background-image: url(/images/banner-mobile/375/375_Prilozhenie.jpg);
	}

	.sweet-container-rocket {
		background-image: url(/images/banner-mobile/375/375_Racketa.jpg);
	}

	.sweet-container-cctv {
		background-image: url(/images/banner-mobile/375/375_VidNab_.jpg);
	}*/

	/* Новое модальное окно Новогодня акция */
	.popup__description__text {
		font-size: 12px;      
	}

	.modal__dialog__mobile {
		max-width:325px;
		margin:0 auto;
	}

	.show__images__actions {
		height: 380px;
	}

}

@media screen and (max-width: 385px) {
	.login-mobile {
	    line-height: 26px;
	    padding: 30px 15px 45px 15px;
	    border-bottom: 1px solid #fff;
	}

	#main-navbar-mobile .navbar-brand img {
	    width: 90px;
	    height: 30px;
	}

	.mobile-store {
		margin-top: 30px;
		display: block;
	}

	.store-img {
		width: 120px;
	}
}


@media (max-width: 375px) and (max-height: 667px){

	.mobile-store {
		margin-top: 30px;
		display: block;
	}

	.store-img {
		width: 120px;
	}

	.sweet-desc-text-new {
		/* padding-top: 5px; */
		font-size: 16px;
		font-weight: 800;
		color: #fff;
	}


	#right-sidebar .login a {
		height: 40px;
		line-height: 5px;
	}

	.store-menu-download {
		display: block;
	}

	.menu-img-mobile {
		width: 28px;
		margin-right: 15px;
	}

	.soc-mobile-icon {
		width: 32px;
	}

	.login-mobile {
	    line-height: 26px;
	    padding: 30px 15px 45px 15px;
	    border-bottom: 1px solid #fff;
	}

	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
		top: 94.5%;
		bottom: 0px;
		right: 0px;
		left: 0px;
	}

	.navbar-nav-soc {
		display: none;
	}

	.main-slide__title{
		font-size: 20px;
		line-height: 40px;
	}
	.main-slide__caption{
		margin-top: 18px;
	}

	.main-slide-feature__text{
		margin-left: 25px;
	}
	.main-slide-feature__text,
	.main-slide-feature__value{
		font-size: 11px;
	}
	.main-slide-feature i{
		font-size: 14px;
		margin-top: 8px;
	}
	.main-slide-arrow{
		width: 40px;
		height: 45px;
	}


	.my-carusel-mobile {
		width: 100%;
		height: 85px;
		display: inline-block;
		text-align: center;
		padding: 11px;
		transition: all .2s ease;
	}

	.my-carusel-txt a {
		font-weight: 500;
		font-size: 11px;
		color: #5a5e65;
		line-height: 30px;
	}

	.store-down {
		width: 105px;
	}

	#main-navbar-mobile {
		background-color: #fff;
		height: 75px;
		padding: 15px 15px;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
	}

	.my-carusel-mobile {
		width: 100%;
		height: 75px;
		display: inline-block;
		text-align: center;
		padding: 11px;
		transition: all .2s ease;
	}

	/*.sweet-banner {
		height: calc(100vh - 195px);
	}*/


	.login-mobile {
	    line-height: 26px;
	    padding: 30px 15px 25px 15px;
	    border-bottom: 1px solid #fff;
	}

	.sweet-container {
	    height: 495px;
	    background-repeat: no-repeat;
	    background-size: auto;
	}

	.sweet-banner-text {
		margin: auto;
		font-size: 20px;
		font-weight: 800;
		color: #fff;
		font-family: 'EvoMontserrat';
		width: 270px;
		line-height: 25px;
	}

	.sweet-button-evo {
		position: absolute;
		top: 120px;
		background-color: #fff;
		color: #000;
		left: 0;
		margin: auto;
		right: 0;
		font-size: 14px;
		text-decoration: underline!important;
		width: 175px;
		font-weight: 600;
		padding: 8px;
		border-radius: 30px;
		border: none;
		cursor: pointer;
		border-radius: 30px;
	}

	.sweet-desc-text {
		padding-top: 5px;
		font-size: 18px;
		color: #fff;
	}

	.collback-mobile {
		display: inline-flex;
		position: fixed;
		bottom: 0;
		z-index: 9999;
		width: 100%;
		padding: 5px 5px;
		justify-content: space-between;
	}

	.mobile-select {
		display: block;
		margin-right: 0px;
	}

	.mobile-menu {
		display: block;
	}

	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 28px;
	    color: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	.logo-card {
		width: 65px;
		height: 65px;
	}

	.mobile-card-logo {
		display: block;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 16px;
	    font-weight: 900;
	    line-height: 68px;
	}

}


@media screen and (max-width: 375px) and (max-height: 640px){
	#right-sidebar .login a {
		height: 40px;
		line-height: 5px;
	}

	.mobile-store {
		margin-top: 30px;
		display: block;
	}

	.store-img {
		width: 120px;
	}

	.store-menu-download {
		display: none;
	}

	.sweet-desc-text-new {
		/* padding-top: 5px; */
		font-size: 18px;
		font-weight: 800;
		color: #fff;
	}

	.menu-img-mobile {
		width: 25px;
		margin-right: 15px;
	}

	 .soc-mobile-icon {
		width: 32px;
	}

	.login-mobile {
	    line-height: 26px;
	    padding: 30px 15px 35px 15px;
	    border-bottom: 1px solid #fff;
	}

	.mobile-select {
		display: block;
		margin-right: 0px;
	}

	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
		top: 94.5%;
		bottom: 0px;
		right: 0px;
		left: 0px;
	}

	.swiper-pagination-bullet {
		width: 20px!important;
		height: 20px!important;
		display: inline-block;
		border-radius: 100%;
		background: transparent;
		border: 2px solid #6f3ece;
	}

	.swiper-pagination-bullet-active {
		background-color: #6f3ece;
		outline: none;
	}

	#right-sidebar .main-menu a {
	    font-size: 14px;
	    color: #fff;
	}

	.swipe-tel {
	    font-size: 14px;
	    color: #fff;
	    font-weight: 500;
	    line-height: 28px;
	}

	.swipe-faq {
	    color: #fff;
	    font-size: 14px;
	    font-weight: 500;
	}

	#right-sidebar .main-menu {
	    text-align: left;
	    list-style: none;
	    padding-left: 0px;
	    width: 100%;
	    padding: 5px 0;
	    border-bottom: 1px solid #fff;
	    margin-bottom: 0;
	}

	.phone-mobile-icon {
	    width: 25px;
	    margin-right: 10px;
	}

	.navbar-nav-soc {
		display: none;
	}

	.main-slide__title{
		font-size: 20px;
		line-height: 40px;
	}
	.main-slide__caption{
		margin-top: 18px;
	}

	.main-slide-feature__text{
		margin-left: 25px;
	}
	.main-slide-feature__text,
	.main-slide-feature__value{
		font-size: 11px;
	}
	.main-slide-feature i{
		font-size: 14px;
		margin-top: 8px;
	}
	.main-slide-arrow{
		width: 40px;
		height: 45px;
	}


	.my-carusel-mobile {
		width: 100%;
		height: 85px;
		display: inline-block;
		text-align: center;
		padding: 11px;
		transition: all .2s ease;
	}

	.my-carusel-txt a {
		font-weight: 500;
		font-size: 10px;
		color: #5a5e65;
		line-height: 23px;
	}

	.store-down {
		width: 135px;
	}

	.carusel-mobile-menu {
		width: 28px;
	}

	#main-navbar-mobile {
		background-color: #fff;
		height: 75px;
		padding: 9px 15px;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
	}

	.mobill-login {
		border-radius: 30px;
		padding: 8px 15px;
		color: #fff;
		background: linear-gradient(90deg, #04b9ff 0%, #357ed8 100%);
	}

	.mobile-btn-txt {
		font-size: 11px;
		font-weight: 500;
	}

	.my-carusel-mobile {
		width: 100%;
		height: 58px;
		display: inline-block;
		text-align: center;
		padding: 7px;
		transition: all .2s ease;
	}

	.main-menu-mobile {
		padding: 5px 15px;
	}

	.evo-mobile-lk {
		color: #fff;
		font-size: 14px;
		line-height: 25px;
	}

	.login-mobile-icon {
		width: 25px;
		height: 25px;
	}
/*
	.sweet-banner {
		height: calc(100vh - 200px);
	}*/

	.sweet-container {
		height: 495px;
		background-repeat: no-repeat;
		background-size: auto;
	}

	.sweet-banner-text {
		margin: auto;
		font-size: 20px;
		font-weight: 800;
		color: #fff;
		font-family: 'EvoMontserrat';
		width: 270px;
		line-height: 25px;
	}

	.sweet-button-evo {
		position: absolute;
		top: 120px;
		background-color: #fff;
		color: #000;
		left: 0;
		margin: auto;
		right: 0;
		font-size: 14px;
		text-decoration: underline!important;
		width: 175px;
		font-weight: 600;
		padding: 8px;
		border-radius: 30px;
		border: none;
		cursor: pointer;
		border-radius: 30px;
	}

	.sweet-desc-text {
		padding-top: 5px;
		font-size: 18px;
		color: #fff;
	}

	.collback-mobile {
		display: flex;
		position: fixed;
		bottom: 0;
		z-index: 7;
		width: 100%;
		padding: 5px 5px;
		justify-content: space-between;
	}

}

@media screen and (max-width: 374px) {
	.sweet-container {
	    height: 475px;
	    background-repeat: no-repeat;
	    background-size: contain;
	    background-position-y: top;
	}

	.sweet-container-banner {
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 15px;
	    text-align: center;
	}
}

@media screen and (max-width: 360px){
	.mobile-store {
		margin-top: 30px;
		display: block;
	}

	.store-img {
		width: 120px;
	}

	.lt-label-mobile .lt-label-notify {
		display: none!important;
	}

	.sweet-desc-text-new {
		/* padding-top: 5px; */
		font-size: 16px;
		font-weight: 800;
		color: #fff;
	}

	.main-slide-feature__text,
	.main-slide-feature__value{
		font-size: 10px;
	}
	.main-slide-feature i{
		font-size: 12px;
		margin-top: 9px;
	}

	#main-navbar-mobile button {
		padding: 0 0 0 5px;
	}

	#main-navbar-mobile .navbar-brand img {
	    width: 90px;
	    height: 35px;
	}

	#main-navbar-mobile {
		background-color: #fff;
		padding: 10px 10px;
		height: 65px;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
	}

	.lt-label-mobile .lt-label-inner {
	    background-color: #30ab3c;
	    border-radius: 50%;
	    width: 36px!important;
	    height: 36px!important;
	    position: absolute;
	    opacity: 0;
	    left: 65%!important;
	    margin-left: 0%!important;
	    top: 65%!important;
	    margin-top: 0%!important;
	    transition: -webkit-transform ease-out .2s;
	    transition: transform ease-out .2s;
	    transition: transform ease-out .2s, -webkit-transform ease-out .2s;
	    box-shadow: 0 0.12em 0.31em 0 rgba(0,0,0,.26);
	}

	.lt-label-mobile ul.lt-label-states-list li {
	    width: 36px!important;
	    height: 36px!important;
	    list-style-type: none;
	    position: absolute;
	    left: 65%!important;
	    margin-left: 0%!important;
	    top: 65%!important;
	    margin-top: 0%!important;
	    transition: -webkit-transform ease-out .2s;
	    transition: transform ease-out .2s;
	    transition: transform ease-out .2s, -webkit-transform ease-out .2s;
	    border-radius: 100%;
	    padding: 2%;
	    box-sizing: border-box;
	    opacity: 0;
	}

	.store-down {
		width: 95px;
	}

	.collback-mobile {
		display: flex;
		position: fixed;
		bottom: 0%;
		z-index: 7;
		width: 100%;
		padding: 5px 5px;
		justify-content: space-between;
	}

	.my-carusel-mobile {
		width: 100%;
		height: 65px;
		display: inline-block;
		text-align: center;
		padding: 10px;
		transition: all .2s ease;
	}

	.my-carusel-txt a {
		font-weight: 500;
		font-size: 11px;
		color: #5a5e65;
		line-height: 26px;
	}

	/*.sweet-banner {
		height: calc(100vh - 180px);
	}*/

	.sweet-container {
		height: 450px;
		background-repeat: no-repeat;
		background-size: auto;
	}

	.sweet-container-mouse {
	    background-image: url(/images/banner-mobile/360/360_Uspei_poimat.jpg);
	}

	.sweet-container-domofon {
		background-image: url(/images/banner-mobile/360/360_Domofon.jpg);
	}

	.sweet-container-mobile {
		background-image: url(/images/banner-mobile/360/360_Prilozhenie.jpg);
	}

	.sweet-container-rocket {
		background-image: url(/images/banner-mobile/360/360_Racketa.jpg);
	}

	.sweet-container-cctv {
		background-image: url(/images/banner-mobile/360/360_VidNab_.jpg);
	}


	.sweet-banner-text {
		margin: auto;
		font-size: 20px;
		font-weight: 800;
		color: #fff;
		font-family: 'EvoMontserrat';
		width: 285px;
		line-height: 23px;
	}

	.sweet-desc-text {
		padding-top: 5px;
		font-size: 18px;
		color: #fff;
	}

	.collback-mobile-img {
		width: 36px;
	}

	.sweet-button-evo {
		position: absolute;
		top: 130px;
		background-color: #fff;
		color: #000;
		left: 0;
		margin: auto;
		right: 0;
		font-size: 12px;
		text-decoration: underline!important;
		width: 150px;
		font-weight: 600;
		padding: 8px;
		border-radius: 30px;
		border: none;
		cursor: pointer;
		border-radius: 30px;
	}

	button.burger {
		width: 26px;
		height: 20px;
		margin-left: 10px;
		background: url(/images/burger.svg);
		background-size: cover;
		opacity: 1;
		border: none;
	}

	 .soc-mobile-icon {
		width: 32px;
	}

	.login-mobile {
		line-height: 26px;
		padding: 30px 15px 20px 15px;
		border-bottom: 1px solid #fff;
	}

	.mobile-select {
		display: block;
		/*width: 100px;*/
		margin-right: 10px;
	}

	.main-menu-mobile {
		padding: 7px 15px;
	}

	.menu-img-mobile {
		width: 25px;
		margin-right: 15px;
	}

	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
		top: 93.5%;
		bottom: 0px;
		right: 0px;
		left: 0px;
	}

	.store-menu-download {
		display: block;
	}

	.btn {
	    padding: 15px 25px;
	    font-weight: 600;
	}

	.navbar-nav-soc {
		display: none;
	}

	.main-slide-arrow{
		width: 45px;
	}
	.main-slide-arrow_next{
		margin-left: 15px;
	}

	.mobile-menu {
		display: block;
	}

	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Internet_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/TV_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Videonabludenie_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Domofon_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Telephonia_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 48px;
	    color: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	.logo-card {
		width: 65px;
		height: 65px;
	}

	.mobile-card-logo {
		display: block;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 18px;
	    font-weight: 900;
	    line-height: 48px;
	}

}

@media screen and (max-width: 345px) {
	#main-navbar-mobile .navbar-brand img {
	    width: 85px;
	    height: 30px;
	}

}

@media screen and (max-width: 336px) {
	#main-navbar-mobile .navbar-brand img {
	    width: 65px;
	    height: 30px;
	}

	.logo-card {
	    width: 45px;
	    height: 45px;
	}

}

@media screen and (max-width: 320px){
	.mobile-store {
		margin-top: 30px;
		display: block;
	}

	.store-img {
		width: 120px;
	}

	.lt-label-mobile .lt-label-notify {
		display: none!important;
	}

	.sweet-desc-text-new {
		padding-top: 0px;
		font-size: 15px;
		font-weight: 800;
		margin-bottom: 0;
		color: #fff;
	}

	#main-navbar-mobile button {
		padding: 0 0 0 5px;
	}

	.mobile-select {
		display: block;
		margin: auto;
		width: 100px;
	}

	button.burger {
		width: 23px;
		height: 16px;
		margin-left: 10px;
		background: url(/images/burger.svg);
		background-size: cover;
		opacity: 1;
		border: none;
	}

	.mobill-login {
		border-radius: 30px;
		padding: 6px 15px;
		color: #fff;
		background: linear-gradient(90deg, #04b9ff 0%, #357ed8 100%);
	}

	#main-navbar-mobile {
		background-color: #fff;
		padding: 0px 6px;
		height: 50px;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
	}

	#main-navbar-mobile .navbar-nav {
	    display: flex;
	    flex-direction: row;
	    justify-content: flex-end;
	    flex-grow: 1;
	    width: 70px;
	    margin-left: 0px;
	}

	#main-navbar-mobile .navbar-brand img {
		width: 60px;
		height: 23px;
	}

	.selected {
		padding-right: 2px;
	}

	.mobile-btn-txt {
		font-size: 10px;
		font-weight: 500;
	}

	.main-menu-mobile {
		padding: 3px 15px;
	}

	.images-download-mobile {
		display: flex;
		width: 100%;
		padding: 3px 15px;
	}

	.collback-mobile {
		display: flex;
		position: fixed;
		bottom: 0%;
		z-index: 7;
		width: 100%;
		padding: 5px 5px;
		justify-content: space-between;
	}

	.store-down {
		width: 110px;
	}


	.login-mobile-icon {
		width: 24px;
		height: 24px;
	}

	.login-mobile {
		line-height: 21px;
		padding: 15px 15px 20px 15px;
		border-bottom: 1px solid #fff;
	}

	.sweet-banner-text {
		margin: auto;
		font-size: 18px;
		font-weight: 800;
		color: #fff;
		font-family: 'EvoMontserrat';
		width: 245px;
		line-height: 21px;
	}

	/*.sweet-banner {
		height: calc(100vh - 145px);
	}*/

	.sweet-container {
		height: 400px;
		background-repeat: no-repeat;
		background-size: auto;
	}


	.sweet-container-mouse {
	    background-image: url(/images/banner-mobile/320/320_Uspei_poimat.jpg);
	}

	.sweet-container-domofon {
		background-image: url(/images/banner-mobile/320/320_Domofon.jpg);
	}

	.sweet-container-mobile {
		background-image: url(/images/banner-mobile/320/320_Prilozhenie.jpg);
	}

	.sweet-container-rocket {
		background-image: url(/images/banner-mobile/320/320_Racketa.jpg);
	}

	.sweet-container-cctv {
		background-image: url(/images/banner-mobile/320/320_VidNab_.jpg);
	}

	.soc-mobile-icon {
		width: 32px;
	}

	.navbar-nav .dropdown-menu {
	    position: absolute;
	    float: none;
	    top: 48px;
	}

	.my-carusel-txt a {
		font-weight: 500;
		font-size: 10px;
		color: #5a5e65;
		line-height: 24px;
	}

	.my-carusel-mobile {
		width: 100%;
		height: 55px;
		display: inline-block;
		text-align: center;
		padding: 5px;
		transition: all .2s ease;
	}

	.sweet-desc-text {
		padding-top: 0px;
		font-size: 18px;
		color: #fff;
	}

	.sweet-button-evo {
		position: absolute;
		top: 95px;
		background-color: #fff;
		color: #000;
		left: 0;
		margin: auto;
		right: 0;
		font-size: 12px;
		text-decoration: underline!important;
		width: 150px;
		font-weight: 600;
		padding: 8px;
		border-radius: 30px;
		border: none;
		cursor: pointer;
		border-radius: 30px;
	}

	.carusel-mobile-menu {
		width: 26px;
	}

	.mobile-menu {
		display: block;
	}

	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Internet_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Telephonia_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Videonabludenie_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Domofon_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Telephonia_new.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		padding: 15px;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 42px;
	    color: #000;
	    font-size: 10px;
	    font-weight: 600;
	}

	.logo-card {
		width: 45px;
		height: 45px;
	}

	.mobile-card-logo {
		display: block;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 14px;
	    font-weight: 900;
	    line-height: 34px;
	}

	.btn {
	    padding: 15px 25px;
	    font-weight: 600;
	}
}

@media screen and (max-width: 319px) {
	#main-navbar-mobile {
		background-color: #fff;
		padding: 0px 15px;
		height: 50px;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
	}
}

@media screen and (max-width: 280px){
	#main-navbar-mobile button {
		padding: 0 0 0 5px;
	}

	.mobile-select {
		display: block;
		margin: auto;
		width: 100px;
	}

	button.burger {
		width: 23px;
		height: 16px;
		margin-left: 10px;
		background: url(/images/burger.svg);
		background-size: cover;
		opacity: 1;
		border: none;
	}

	.mobill-login {
		border-radius: 30px;
		padding: 6px 15px;
		color: #fff;
		background: linear-gradient(90deg, #04b9ff 0%, #357ed8 100%);
	}

	#main-navbar-mobile {
		background-color: #fff;
		padding: 0px 15px;
		height: 50px;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
	}

	#main-navbar-mobile .navbar-brand img {
		width: 50px;
		height: 18px;
	}

	.app-img {
		width: 110px;
	}

	.selected {
		padding-right: 2px;
	}

	.mobile-btn-txt {
		font-size: 10px;
		font-weight: 500;
	}

	.main-menu-mobile {
		padding: 3px 15px;
	}

	.images-download-mobile {
		display: flex;
		width: 100%;
		padding: 3px 15px;
	}

	.collback-mobile {
		display: flex;
		position: fixed;
		bottom: 0%;
		z-index: 7;
		width: 100%;
		padding: 5px 5px;
		justify-content: space-between;
	}

	.store-down {
		width: 110px;
	}


	.login-mobile-icon {
		width: 24px;
		height: 24px;
	}

	.login-mobile {
		line-height: 21px;
		padding: 15px 15px 5px 15px;
		border-bottom: 1px solid #fff;
	}

	.sweet-banner-text {
		margin: auto;
		font-size: 18px;
		font-weight: 800;
		color: #fff;
		font-family: 'EvoMontserrat';
		width: 245px;
		line-height: 21px;
	}

	/*.sweet-banner {
		height: calc(100vh - 145px);
	}*/

	.sweet-container {
		height: 400px;
		background-repeat: no-repeat;
		background-size: auto;
	}

	.soc-mobile-icon {
		width: 32px;
	}

	.my-carusel-txt a {
		font-weight: 500;
		font-size: 10px;
		color: #5a5e65;
		line-height: 24px;
	}

	.my-carusel-mobile {
		width: 100%;
		height: 55px;
		display: inline-block;
		text-align: center;
		padding: 5px;
		transition: all .2s ease;
	}

	.sweet-desc-text {
		padding-top: 0px;
		font-size: 18px;
		color: #fff;
	}

	.sweet-button-evo {
		position: absolute;
		top: 95px;
		background-color: #fff;
		color: #000;
		left: 0;
		margin: auto;
		right: 0;
		font-size: 12px;
		text-decoration: underline!important;
		width: 150px;
		font-weight: 600;
		padding: 8px;
		border-radius: 30px;
		border: none;
		cursor: pointer;
		border-radius: 30px;
	}

	.carusel-mobile-menu {
		width: 26px;
	}

	.mobile-menu {
		display: block;
	}

	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 28vh;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 28vh;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 28vh;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 28vh;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 28vh;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 28vh;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 42px;
	    color: #000;
	    font-size: 10px;
	    font-weight: 600;
	}

	.logo-card {
		width: 40px;
		height: 40px;
	}

	.mobile-card-logo {
		display: block;
		padding: 0px;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 14px;
	    font-weight: 900;
	    line-height: 28px;
	}

	.btn {
	    padding: 15px 20px;
	    font-weight: 600;
	}
}

@media screen and (max-height: 580px) {
	.lt-label-mobile .lt-label-notify {
		display: none!important;
	}

	#right-sidebar .main-menu .main-menu-item a {
		padding: 10px 0;
		font-size: 19px;
		line-height: 16px;
	}

	.store-menu-download {
		display: block;
	}

	.mobile-store {
		display: block;
	}

	.store-img {
		width: 120px;
	}

	.btn {
	    padding: 15px 25px!important;
	    font-weight: 600;
	}
}
@media screen and (max-height: 390px) {
	#right-sidebar .main-menu .main-menu-item a {
		padding: 5px 0;
		font-size: 16px;
		line-height: 14px;
	}

	 .soc-mobile-icon {
		width: 32px;
	}

	.mobile-store {
		display: block;
	}

	.store-img {
		width: 120px;
	}

	.store-menu-download {
		display: block;
	}
}
@media (min-width: 320px) and (max-width: 1199px) {
	#main-content {
	   max-width: 100%;
	}
}


.autocomplete {
	position: absolute;
	z-index: 100;
	top: 75px;
	left: 0;
	right: 0;
	border: 1px solid #a6a6a6;
	-webkit-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.2);
	background: #fff;
	max-height: 200px;
	overflow: auto;
}

.autocomplete ul {
	padding: 7px;
	margin: 0;
}

.autocomplete ul li {
	font-size: 14px;
	cursor: pointer;
	list-style: none;
	margin: 0 0 .7rem 0;
	transition: .3s;
}

.autocomplete ul li:hover {
	color: #5530EA;
}

@media screen and (min-width: 667px) and (max-height: 375px) {
	#main-navbar-mobile {
		background-color: #fff;
		height: 65px;
		padding: 9px 15px;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
	}

	#particles-background {
		display: none;
	}

	.mobile-select {
		display: block;
		margin: auto;
	}

	.sweet-desc-text-new {
		/* padding-top: 5px; */
		font-size: 16px;
		font-weight: 800;
		color: #fff;
	}


	#main-footer, #main-footer.inner-pages {
		position: initial;
		width: 100%;
		padding: 0 calc(10% - 20px) 30px;
		max-width: 100%;
		margin: 0;
		transform: translateY(0);
	}

	.my-carusel {
		display: none;
		width: 100%;
		overflow-x: auto;
		justify-content: space-between;
		padding: 0 5px;
	}

	.my-carusel-mobile {
		width: 100%;
		height: 75px;
		display: inline-block;
		text-align: center;
		padding: 10px;
		transition: all .2s ease;
	}

	.my-carusel-txt a {
		font-weight: 500;
		font-size: 12px;
		color: #5a5e65;
		line-height: 32px;
	}

	/*.sweet-banner {
		height: calc(100vh - -30px);
	}
*/
	.sweet-container {
		height: 60vh;
		background-repeat: no-repeat;
		background-size: auto;
	}

	.swiper-pagination-bullet {
		width: 20px!important;
		height: 20px!important;
		display: inline-block;
		border-radius: 100%;
		background: transparent;
		border: 2px solid #6f3ece;
	}

	.swiper-pagination-bullet-active {
		background-color: #6f3ece;
		outline: none;
	}

	#main-content {
		max-width: 100%;
		padding: 0px 0px 0 0;
		margin-bottom: 0px; 
	}

	.swiper-button-prev, .swiper-button-next {
		display: none;
	}

	.sweet-container-banner {
		position: absolute;
		left: 100px;
		top: 70px;
		text-align: left;
	}

	.sweet-button-evo {
		position: absolute;
		top: 120px;
		background-color: #fff;
		color: #000;
		left: -95px;
		font-size: 14px;
		text-decoration: underline!important;
		width: 175px;
		font-weight: 600;
		padding: 8px;
		border-radius: 30px;
		border: none;
		cursor: pointer;
		border-radius: 30px;
	}

	#right-sidebar {
		display: block;
		position: fixed;
		top: 0;
		overflow-x: overlay;
		width: 100%;
		height: 100vh;
		background: linear-gradient(180deg, #0e98fa 0%, #5530EA 100%);
		border-right: none;
		max-width: 102vw;
		max-height: 102vh;
		right: 0;
		transition: 0.4s ease-in;
		z-index: 10;
	}

	a.clos {
		position: absolute;
		top: 30px;
		left: 20px;
/*		filter: invert(100%) sepia(108%) saturate(2%) hue-rotate(22deg) brightness(160%) contrast(142%);*/
		width: 30px;
		height: 30px;
		/*background: url(/images/close-icon.svg);*/
		background: url(/images/icon-home-mobile/close-icons.png);
		background-size: cover;
		opacity: 1;
	}

	#right-sidebar .main-menu a {
		font-size: 14px;
		color: #fff;
	}

	.login-mobile {
		line-height: 26px;
		padding: 50px 20px 20px 20px;
		border-bottom: 1px solid #fff;
	}

	.phone-mobile-icon {
		width: 25px;
		margin-right: 10px;
	}

	.main-menu-mobile {
		padding: 10px 20px;
	}

	.swipe-type {
		padding: 10px 0;
	}

	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 75vh;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 75vh;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 75vh;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 75vh;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 75vh;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 75vh;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 140px;
	    color: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	.logo-card {
		width: 65px;
		height: 65px;
	}

	.mobile-card-logo {
		display: block;
		padding: 20px;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 24px;
	    font-weight: 900;
	    line-height: 68px;
	}
}

@media screen and (min-width: 568px) and (max-height: 320px) {
	#main-navbar-mobile {
		background-color: #fff;
		height: 65px;
		padding: 9px 15px;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
	}

	#particles-background {
		display: none;
	}

	.mobile-select {
		display: block;
		margin: auto;
	}

	#main-footer, #main-footer.inner-pages {
		position: initial;
		width: 100%;
		padding: 0 calc(10% - 20px) 30px;
		max-width: 100%;
		margin: 0;
		transform: translateY(0);
	}

	.my-carusel {
		display: none;
		width: 100%;
		overflow-x: auto;
		justify-content: space-between;
		padding: 0 5px;
	}

	.my-carusel-mobile {
		width: 100%;
		height: 75px;
		display: inline-block;
		text-align: center;
		padding: 10px;
		transition: all .2s ease;
	}

	.my-carusel-txt a {
		font-weight: 500;
		font-size: 12px;
		color: #5a5e65;
		line-height: 32px;
	}

	/*.sweet-banner {
		height: calc(100vh - -35px);
	}*/

	.sweet-container {
		height: 60vh;
		background-repeat: no-repeat;
		background-size: auto;
	}

	.swiper-pagination-bullet {
		width: 20px!important;
		height: 20px!important;
		display: inline-block;
		border-radius: 100%;
		background: transparent;
		border: 2px solid #6f3ece;
	}

	.swiper-pagination-bullet-active {
		background-color: #6f3ece;
		outline: none;
	}

	#main-content {
		max-width: 100%;
		padding: 0px 0px 0 0;
		margin-bottom: 0px; 
	}

	.swiper-button-prev, .swiper-button-next {
		display: none;
	}

	.sweet-container-banner {
		position: absolute;
		left: 100px;
		top: 70px;
		text-align: left;
	}

	.sweet-button-evo {
		position: absolute;
		top: 120px;
		background-color: #fff;
		color: #000;
		left: -95px;
		font-size: 14px;
		text-decoration: underline!important;
		width: 175px;
		font-weight: 600;
		padding: 8px;
		border-radius: 30px;
		border: none;
		cursor: pointer;
		border-radius: 30px;
	}

	#right-sidebar {
		display: block;
		position: fixed;
		top: 0;
		overflow-x: overlay;
		width: 100%;
		height: 100vh;
		background: linear-gradient(180deg, #0e98fa 0%, #5530EA 100%);
		border-right: none;
		max-width: 102vw;
		max-height: 102vh;
		right: 0;
		transition: 0.4s ease-in;
		z-index: 10;
	}

	a.clos {
		position: absolute;
		top: 30px;
		left: 20px;
		/*filter: invert(100%) sepia(108%) saturate(2%) hue-rotate(22deg) brightness(160%) contrast(142%);*/
		width: 30px;
		height: 30px;
		/*background: url(/images/close-icon.svg);*/
		background: url(/images/icon-home-mobile/close-icons.png);
		background-size: cover;
		opacity: 1;
	}

	#right-sidebar .main-menu a {
		font-size: 14px;
		color: #fff;
	}

	.login-mobile {
		line-height: 26px;
		padding: 50px 20px 20px 20px;
		border-bottom: 1px solid #fff;
	}

	.phone-mobile-icon {
		width: 25px;
		margin-right: 10px;
	}

	.main-menu-mobile {
		padding: 10px 20px;
	}

	.swipe-type {
		padding: 10px 0;
	}

	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 95vh;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 95vh;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 95vh;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 95vh;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 95vh;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 95vh;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 140px;
	    color: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	.logo-card {
		width: 65px;
		height: 65px;
	}

	.mobile-card-logo {
		display: block;
		padding: 20px;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 24px;
	    font-weight: 900;
	    line-height: 68px;
	}
}


@media screen and (min-width: 640px) and (max-height: 360px) {
	#main-navbar-mobile {
		background-color: #fff;
		height: 65px;
		padding: 9px 15px;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
	}

	#particles-background {
		display: none;
	}

	.mobile-select {
		display: block;
		margin: auto;
	}

	#main-footer, #main-footer.inner-pages {
		position: initial;
		width: 100%;
		padding: 0 calc(10% - 20px) 30px;
		max-width: 100%;
		margin: 0;
		transform: translateY(0);
	}

	.my-carusel {
		display: none;
		width: 100%;
		overflow-x: auto;
		justify-content: space-between;
		padding: 0 5px;
	}

	.my-carusel-mobile {
		width: 100%;
		height: 75px;
		display: inline-block;
		text-align: center;
		padding: 10px;
		transition: all .2s ease;
	}

	.my-carusel-txt a {
		font-weight: 500;
		font-size: 12px;
		color: #5a5e65;
		line-height: 32px;
	}

/*	.sweet-banner {
		height: calc(100vh - -30px);
	}
*/
	.sweet-container {
		height: 60vh;
		background-repeat: no-repeat;
		background-size: auto;
	}

	.swiper-pagination-bullet {
		width: 20px!important;
		height: 20px!important;
		display: inline-block;
		border-radius: 100%;
		background: transparent;
		border: 2px solid #6f3ece;
	}

	.swiper-pagination-bullet-active {
		background-color: #6f3ece;
		outline: none;
	}

	#main-content {
		max-width: 100%;
		padding: 0px 0px 0 0;
		margin-bottom: 0px; 
	}

	.swiper-button-prev, .swiper-button-next {
		display: none;
	}

	.sweet-container-banner {
		position: absolute;
		left: 100px;
		top: 70px;
		text-align: left;
	}

	.sweet-button-evo {
		position: absolute;
		top: 120px;
		background-color: #fff;
		color: #000;
		left: -95px;
		font-size: 14px;
		text-decoration: underline!important;
		width: 175px;
		font-weight: 600;
		padding: 8px;
		border-radius: 30px;
		border: none;
		cursor: pointer;
		border-radius: 30px;
	}

	#right-sidebar {
		display: block;
		position: fixed;
		top: 0;
		overflow-x: overlay;
		width: 100%;
		height: 100vh;
		background: linear-gradient(180deg, #0e98fa 0%, #5530EA 100%);
		border-right: none;
		max-width: 102vw;
		max-height: 102vh;
		right: 0;
		transition: 0.4s ease-in;
		z-index: 10;
	}

	a.clos {
		position: absolute;
		top: 30px;
		left: 20px;
/*		filter: invert(100%) sepia(108%) saturate(2%) hue-rotate(22deg) brightness(160%) contrast(142%);*/
		width: 30px;
		height: 30px;
		background: url(/images/icon-home-mobile/close-icons.png);
		/*background: url(/images/close-icon.svg);*/
		background-size: cover;
		opacity: 1;
	}

	#right-sidebar .main-menu a {
		font-size: 14px;
		color: #fff;
	}

	.login-mobile {
		line-height: 26px;
		padding: 50px 20px 20px 20px;
		border-bottom: 1px solid #fff;
	}

	.phone-mobile-icon {
		width: 25px;
		margin-right: 10px;
	}

	.main-menu-mobile {
		padding: 10px 20px;
	}

	.swipe-type {
		padding: 10px 0;
	}

	.mobile-menu {
		display: block;
	}

	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 80vh;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 80vh;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 80vh;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 80vh;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 80vh;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 80vh;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 140px;
	    color: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	.logo-card {
		width: 65px;
		height: 65px;
	}

	.mobile-card-logo {
		display: block;
		padding: 20px;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 24px;
	    font-weight: 900;
	    line-height: 68px;
	}
}



@media screen and (min-width: 731px) and (max-height: 411px) {
	#main-navbar-mobile {
		background-color: #fff;
		height: 65px;
		padding: 9px 15px;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
	}

	#particles-background {
		display: none;
	}

	.mobile-select {
		display: block;
		margin: auto;
	}

	#main-footer, #main-footer.inner-pages {
		position: initial;
		width: 100%;
		padding: 0 calc(10% - 20px) 30px;
		max-width: 100%;
		margin: 0;
		transform: translateY(0);
	}

	.my-carusel {
		display: none;
		width: 100%;
		overflow-x: auto;
		justify-content: space-between;
		padding: 0 5px;
	}

	.my-carusel-mobile {
		width: 100%;
		height: 75px;
		display: inline-block;
		text-align: center;
		padding: 10px;
		transition: all .2s ease;
	}

	.my-carusel-txt a {
		font-weight: 500;
		font-size: 12px;
		color: #5a5e65;
		line-height: 32px;
	}

/*	.sweet-banner {
		height: calc(100vh - -30px);
	}
*/
	.sweet-container {
		height: 60vh;
		background-repeat: no-repeat;
		background-size: auto;
	}

	.swiper-pagination-bullet {
		width: 20px!important;
		height: 20px!important;
		display: inline-block;
		border-radius: 100%;
		background: transparent;
		border: 2px solid #6f3ece;
	}

	.swiper-pagination-bullet-active {
		background-color: #6f3ece;
		outline: none;
	}

	#main-content {
		max-width: 100%;
		padding: 0px 0px 0 0;
		margin-bottom: 0px; 
	}

	.swiper-button-prev, .swiper-button-next {
		display: none;
	}

	.sweet-container-banner {
		position: absolute;
		left: 100px;
		top: 70px;
		text-align: left;
	}

	.sweet-button-evo {
		position: absolute;
		top: 120px;
		background-color: #fff;
		color: #000;
		left: -95px;
		font-size: 14px;
		text-decoration: underline!important;
		width: 175px;
		font-weight: 600;
		padding: 8px;
		border-radius: 30px;
		border: none;
		cursor: pointer;
		border-radius: 30px;
	}

	#right-sidebar {
		display: block;
		position: fixed;
		top: 0;
		overflow-x: overlay;
		width: 100%;
		height: 100vh;
		background: linear-gradient(180deg, #0e98fa 0%, #5530EA 100%);
		border-right: none;
		max-width: 102vw;
		max-height: 102vh;
		right: 0;
		transition: 0.4s ease-in;
		z-index: 10;
	}

	a.clos {
		position: absolute;
		top: 30px;
		left: 20px;
/*		filter: invert(100%) sepia(108%) saturate(2%) hue-rotate(22deg) brightness(160%) contrast(142%);*/
		width: 30px;
		height: 30px;
		background: url(/images/icon-home-mobile/close-icons.png);
		/*background: url(/images/close-icon.svg);*/
		background-size: cover;
		opacity: 1;
	}

	#right-sidebar .main-menu a {
		font-size: 14px;
		color: #fff;
	}

	.login-mobile {
		line-height: 26px;
		padding: 50px 20px 20px 20px;
		border-bottom: 1px solid #fff;
	}

	.phone-mobile-icon {
		width: 25px;
		margin-right: 10px;
	}

	.main-menu-mobile {
		padding: 10px 20px;
	}

	.swipe-type {
		padding: 10px 0;
	}

	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 70vh;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 70vh;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 70vh;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 70vh;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 70vh;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 70vh;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 140px;
	    color: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	.logo-card {
		width: 65px;
		height: 65px;
	}

	.mobile-card-logo {
		display: block;
		padding: 20px;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 24px;
	    font-weight: 900;
	    line-height: 68px;
	}
}


@media screen and (min-width: 736px) and (max-height: 414px) {
	#main-navbar-mobile {
		background-color: #fff;
		height: 65px;
		padding: 9px 15px;
		box-shadow: 0 2px 20px 0 rgba(0,0,0,0.15);
	}

	#particles-background {
		display: none;
	}

	.mobile-select {
		display: block;
		margin: auto;
	}

	#main-footer, #main-footer.inner-pages {
		position: initial;
		width: 100%;
		padding: 0 calc(10% - 20px) 30px;
		max-width: 100%;
		margin: 0;
		transform: translateY(0);
	}

	.my-carusel {
		display: none;
		width: 100%;
		overflow-x: auto;
		justify-content: space-between;
		padding: 0 5px;
	}

	.my-carusel-mobile {
		width: 100%;
		height: 75px;
		display: inline-block;
		text-align: center;
		padding: 10px;
		transition: all .2s ease;
	}

	.my-carusel-txt a {
		font-weight: 500;
		font-size: 12px;
		color: #5a5e65;
		line-height: 32px;
	}

	/*.sweet-banner {
		height: calc(100vh - -30px);
	}*/

	.sweet-container {
		height: 60vh;
		background-repeat: no-repeat;
		background-size: auto;
	}

	.swiper-pagination-bullet {
		width: 20px!important;
		height: 20px!important;
		display: inline-block;
		border-radius: 100%;
		background: transparent;
		border: 2px solid #6f3ece;
	}

	.swiper-pagination-bullet-active {
		background-color: #6f3ece;
		outline: none;
	}

	#main-content {
		max-width: 100%;
		padding: 0px 0px 0 0;
		margin-bottom: 0px; 
	}

	.swiper-button-prev, .swiper-button-next {
		display: none;
	}

	.sweet-container-banner {
		position: absolute;
		left: 100px;
		top: 70px;
		text-align: left;
	}

	.sweet-button-evo {
		position: absolute;
		top: 120px;
		background-color: #fff;
		color: #000;
		left: -95px;
		font-size: 14px;
		text-decoration: underline!important;
		width: 175px;
		font-weight: 600;
		padding: 8px;
		border-radius: 30px;
		border: none;
		cursor: pointer;
		border-radius: 30px;
	}

	#right-sidebar {
		display: block;
		position: fixed;
		top: 0;
		overflow-x: overlay;
		width: 100%;
		height: 100vh;
		background: linear-gradient(180deg, #0e98fa 0%, #5530EA 100%);
		border-right: none;
		max-width: 102vw;
		max-height: 102vh;
		right: 0;
		transition: 0.4s ease-in;
		z-index: 10;
	}

	a.clos {
		position: absolute;
		top: 30px;
		left: 20px;
/*		filter: invert(100%) sepia(108%) saturate(2%) hue-rotate(22deg) brightness(160%) contrast(142%);*/
		width: 30px;
		height: 30px;
		background: url(/images/icon-home-mobile/close-icons.png);
		/*background: url(/images/close-icon.svg);*/
		background-size: cover;
		opacity: 1;
	}

	#right-sidebar .main-menu a {
		font-size: 14px;
		color: #fff;
	}

	.login-mobile {
		line-height: 26px;
		padding: 50px 20px 20px 20px;
		border-bottom: 1px solid #fff;
	}

	.phone-mobile-icon {
		width: 25px;
		margin-right: 10px;
	}

	.main-menu-mobile {
		padding: 10px 20px;
	}

	.swipe-type {
		padding: 10px 0;
	}

	.mobile-card-menu-action {
		border-radius: 15px;
		background: url(/images/home/Actions_picture.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 70vh;
	}

	.mobile-card-menu-internet {
		border-radius: 15px;
		background: url(/images/home/Mobile-internet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 70vh;
	}
	.mobile-card-menu-tv {
		border-radius: 15px;
		background: url(/images/home/Mobile-tv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 70vh;
	}
	.mobile-card-menu-cctv {
		border-radius: 15px;
		background: url(/images/home/Mobile-cctv.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 70vh;
	}
	.mobile-card-menu-domofon {
		border-radius: 15px;
		background: url(/images/home/Mobile-domofon.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 70vh;
	}
	.mobile-card-menu-phone {
		border-radius: 15px;
		background: url(/images/home/Mobile-phone.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
		height: 70vh;
	}

	.mobile-btn-evo {
		background: #fff;
		text-decoration: underline!important;
	    border-radius: 30px;
	    padding: 10px 20px;
	    line-height: 140px;
	    color: #000;
	    font-size: 12px;
	    font-weight: 600;
	}

	.logo-card {
		width: 65px;
		height: 65px;
	}

	.mobile-card-logo {
		display: block;
		padding: 20px;
	}

	.mobile-card-hard {
		color: #fff;
	    font-size: 24px;
	    font-weight: 900;
	    line-height: 68px;
	}
}

