

/* Start:/local/templates/main/css/main.css?1758175996176014*/
@charset "utf-8";

/* CSS DOCUMENT */
/* COMMON */
body,
html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

p {
    margin: 0px 0px 10px 0px;
	line-height: 22px;
}
::selection {
    background:#97a1aa;
    color: #fff
}
::-moz-selection {
    background:#97a1aa;
    color: #fff
}
* {
    box-sizing: border-box;
}
a {text-decoration: none;}
.list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list li  {
	list-style: none;
	padding: 5px 0px 5px 20px;
	margin: 0;
	position: relative;
}
.list li::before  {
	display: block;
	position: absolute;
	content: "-";
	font-weight: 700;
	color: #00a650;
	font-size:30px;
	left: 0;
	top: 3px;
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
.ruble {
    font-family: 'Ruble Arial';
    font-size: 18px;
}
.grecaptcha-badge {
    visibility: hidden;
}

.dialog,
.dialog__overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 55;
	right: 0;
	bottom: 0;
}
.dialog {
	position: fixed;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	pointer-events: none;
}
.dialog__overlay {
	position: absolute;
	z-index: 1;
	background: rgba(55, 58, 71, 0.9);
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.dialog--open .dialog__overlay {
	opacity: 1;
	pointer-events: auto;
}
.dialog__container {
	width: 80%;
	max-width: 980px;
	min-width: 320px;
	max-height: 90%;
	background: #fff;
	padding: 40px;
	overflow-y: auto;
	position: relative;
	z-index: 5;
	opacity: 0;
}
.dialog--open .dialog__container {
	pointer-events: auto;
}
.dialog.dialog--open .dialog__container,
.dialog.dialog--close .dialog__container {
	-moz-animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.dialog.dialog--open .dialog__container {
	-moz-animation-name: sandra-open;
	-webkit-animation-name: sandra-open;
	animation-name: sandra-open;
}
.dialog.dialog--close .dialog__container {
	-moz-animation-name: sandra-close;
	-webkit-animation-name: sandra-close;
	animation-name: sandra-close;
}

@-moz-keyframes sandra-open {
  0% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes sandra-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes sandra-open {
  0% {
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes sandra-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
}
@-webkit-keyframes sandra-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
}
@keyframes sandra-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
}
.dialog__title {
	font-size: 28px;
	font-weight: 300;
}
.dialog__content {
	position: relative;
}
.dialog__close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 10px;
	height: 10px;
}
#jobDialog .dialog__container {
    max-width: 480px;
}
#tvDialog .dialog__container {
    max-width: 1440px;
}


/* PAGE */
.page {
    font-size: 16px;
	background: #eff0f5;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;    
	color: #292929;
	width: 100%;
    max-width: 100%;
    min-height: 100%;
}
.page__wrapper {
    width: 100%;
    min-height: 100%;
}
.page__content {
    width: 100%;
    min-height: 100%;
    position: relative;
}


/* LIMITER */
.limiter {
	max-width: 1440px;
    /*min-width: 980px;*/
	margin: auto;
	clear: both;
}


/* LINK */
.link {
	color: #3f464e;
	transition: all 0.3s ease-out;
	cursor: pointer;
} 
.link:hover {
	color: #00a650;
}
.link_white {
	color: #fff;
	text-decoration: none;
}
.link_white:hover {
	color: #c5ffba;
}
.link_green {
	color: #00a650;
}
.link_green:hover {
	color: #3f464e;
}
.link_small {
	font-size: 14px;
}
.link_menu {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
/*.headerWrap_black .link_menu {
	color: #fff;
}*/
.link_menu:hover {
	color: #00a650;
}
.link_footerMenu {
	font-size: 14px;
	color: #adadad;
	text-decoration: none;
}
.link_politics {
	color: #b2ff59;
	display: inline-block;
	font-size: 14px;
	position: relative;
	text-decoration: none;
	padding: 0px 0px 0px 25px;
}
.link_politics:nth-child(1) {
	margin-right: 50px;
}
.link_politics:hover {
	color: #fff;
}
.link_politics::before {
	display: block;
	position: absolute;
	content: "";
	width: 21px;
	height: 25px;
	left: 0px;
	top: calc(50% - 15px);
	background: url("/local/templates/main/css/../images/icon_text_documents.svg") no-repeat scroll 100% 100%;
}
.link_menuActive {
	color: #00a650;
}
.headerWrap_black .link_menuActive {
	color: #fff;
	font-weight: 700;
}


/* TITLE */
.title {
	position: relative;
	font-weight: 700;
	font-size: 32px;
	line-height: 32px;
	z-index: 1;
}
.title_green {
	color: #009045;
}
.title__also {
	font-weight: 300;
	padding: 20px 0px 30px 0px;
}


/* BUTTON */
.button {
	display: inline-block;
	background: #97a1aa;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 300;
	font-size: 14px;
	position: relative;
	transition: all 0.3s ease-out;
	cursor: pointer;
	border:none;
	padding: 15px 20px;
	text-align: center;
}
.button:hover {
	background: #009045;
}
.button_green {
	background: #009045;
}
.button_green:hover {
	background: #00a44f;
}
.button_subscription {
	border-radius: 0px;
	padding: 13px 20px;
	background: #3ab150;
}
.button_subscription:hover {
	background: #009045;
}
.button_login {
	background: #009045;
	border-radius: 30px;
}
.button_black:hover {
	background: #3d4751;
}
.button_refill {
	background: none;
	/*color: #3f464e;*/
	padding-left: 45px;
	padding-right: 0;
}
.button_refillMobile {
	display: none;
	padding-left: 0px;
	min-width: 30px;
}
.button_refill::before {
	content: "";
	position: absolute;
	left: 0px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	line-height: 30px;
	transition: all 0.3s ease-out;
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 57.146 54.928\' enable-background=\'new 0 0 57.146 54.928\' xml:space=\'preserve\' fill=\'%23ffffff\'%3E			%3Cpath d=\'M8.387,21.515c-0.414,0-0.75-0.336-0.75-0.75V5.785c0-0.414,0.336-0.75,0.75-0.75s0.75,0.336,0.75,0.75v14.98    C9.137,21.179,8.801,21.515,8.387,21.515z\'/%3E			%3Cpath d=\'M55.393,47.152H34.022c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75h21.371c0.14,0,0.253-0.113,0.253-0.253V9.817    c0-0.14-0.113-0.254-0.253-0.254c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75c0.967,0,1.753,0.787,1.753,1.754v35.582    C57.146,46.366,56.36,47.152,55.393,47.152z\'/%3E			%3Cpath d=\'M50.166,6.562c-0.414,0-0.75-0.336-0.75-0.75V1.753c0-0.14-0.113-0.254-0.253-0.254c-0.414,0-0.75-0.336-0.75-0.75    S48.749,0,49.163,0c0.967,0,1.753,0.787,1.753,1.754v4.059C50.916,6.227,50.58,6.562,50.166,6.562z\'/%3E			%3Cpath d=\'M12.425,9.576c-2.64,0-4.788-2.148-4.788-4.788S9.785,0,12.425,0h36.738c0.414,0,0.75,0.336,0.75,0.75    s-0.336,0.75-0.75,0.75H12.425c-1.813,0-3.288,1.475-3.288,3.288s1.475,3.288,3.288,3.288l42.968-0.013    c0.414,0,0.75,0.335,0.75,0.75c0,0.414-0.336,0.75-0.75,0.75L12.425,9.576z\'/%3E			%3Cpath d=\'M46.883,31.011c-2.33,0-4.227-1.896-4.227-4.228c0-2.33,1.896-4.226,4.227-4.226s4.226,1.896,4.226,4.226    C51.109,29.115,49.213,31.011,46.883,31.011z M46.883,24.058c-1.504,0-2.727,1.223-2.727,2.726c0,1.504,1.223,2.728,2.727,2.728    c1.503,0,2.726-1.224,2.726-2.728C49.609,25.281,48.386,24.058,46.883,24.058z\'/%3E			%3Cpath d=\'M14.645,54.928C6.57,54.928,0,48.358,0,40.283c0-8.074,6.57-14.644,14.645-14.644S29.29,32.208,29.29,40.283   C29.29,48.358,22.72,54.928,14.645,54.928z M14.645,27.139C7.397,27.139,1.5,33.036,1.5,40.283c0,7.248,5.897,13.146,13.145,13.146   S27.79,47.531,27.79,40.283C27.79,33.036,21.893,27.139,14.645,27.139z\'/%3E			%3Cpath d=\'M14.645,48.807c-0.414,0-0.75-0.336-0.75-0.75V32.511c0-0.414,0.336-0.75,0.75-0.75s0.75,0.336,0.75,0.75v15.546   C15.395,48.471,15.059,48.807,14.645,48.807z\'/%3E			%3Cpath d=\'M22.417,41.033H6.872c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75h15.545c0.414,0,0.75,0.336,0.75,0.75   S22.832,41.033,22.417,41.033z\'/%3E%3C/svg%3E") no-repeat scroll 100% 100%;
}
/*.headerWrap_black .button_refill::before {
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 57.146 54.928\' enable-background=\'new 0 0 57.146 54.928\' xml:space=\'preserve\' fill=\'%23ffffff\'%3E			%3Cpath d=\'M8.387,21.515c-0.414,0-0.75-0.336-0.75-0.75V5.785c0-0.414,0.336-0.75,0.75-0.75s0.75,0.336,0.75,0.75v14.98    C9.137,21.179,8.801,21.515,8.387,21.515z\'/%3E			%3Cpath d=\'M55.393,47.152H34.022c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75h21.371c0.14,0,0.253-0.113,0.253-0.253V9.817    c0-0.14-0.113-0.254-0.253-0.254c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75c0.967,0,1.753,0.787,1.753,1.754v35.582    C57.146,46.366,56.36,47.152,55.393,47.152z\'/%3E			%3Cpath d=\'M50.166,6.562c-0.414,0-0.75-0.336-0.75-0.75V1.753c0-0.14-0.113-0.254-0.253-0.254c-0.414,0-0.75-0.336-0.75-0.75    S48.749,0,49.163,0c0.967,0,1.753,0.787,1.753,1.754v4.059C50.916,6.227,50.58,6.562,50.166,6.562z\'/%3E			%3Cpath d=\'M12.425,9.576c-2.64,0-4.788-2.148-4.788-4.788S9.785,0,12.425,0h36.738c0.414,0,0.75,0.336,0.75,0.75    s-0.336,0.75-0.75,0.75H12.425c-1.813,0-3.288,1.475-3.288,3.288s1.475,3.288,3.288,3.288l42.968-0.013    c0.414,0,0.75,0.335,0.75,0.75c0,0.414-0.336,0.75-0.75,0.75L12.425,9.576z\'/%3E			%3Cpath d=\'M46.883,31.011c-2.33,0-4.227-1.896-4.227-4.228c0-2.33,1.896-4.226,4.227-4.226s4.226,1.896,4.226,4.226    C51.109,29.115,49.213,31.011,46.883,31.011z M46.883,24.058c-1.504,0-2.727,1.223-2.727,2.726c0,1.504,1.223,2.728,2.727,2.728    c1.503,0,2.726-1.224,2.726-2.728C49.609,25.281,48.386,24.058,46.883,24.058z\'/%3E			%3Cpath d=\'M14.645,54.928C6.57,54.928,0,48.358,0,40.283c0-8.074,6.57-14.644,14.645-14.644S29.29,32.208,29.29,40.283   C29.29,48.358,22.72,54.928,14.645,54.928z M14.645,27.139C7.397,27.139,1.5,33.036,1.5,40.283c0,7.248,5.897,13.146,13.145,13.146   S27.79,47.531,27.79,40.283C27.79,33.036,21.893,27.139,14.645,27.139z\'/%3E			%3Cpath d=\'M14.645,48.807c-0.414,0-0.75-0.336-0.75-0.75V32.511c0-0.414,0.336-0.75,0.75-0.75s0.75,0.336,0.75,0.75v15.546   C15.395,48.471,15.059,48.807,14.645,48.807z\'/%3E			%3Cpath d=\'M22.417,41.033H6.872c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75h15.545c0.414,0,0.75,0.336,0.75,0.75   S22.832,41.033,22.417,41.033z\'/%3E%3C/svg%3E") no-repeat scroll 100% 100%;
}
.headerWrap_black .button_refill {
	color: #fff;
}*/
.button_refill:hover {
	background: none;
	color: #00a650;
}
.button_refillCabinet {
	background: #3ab150;
	color: #fff;
	padding-left:45px;
	position: absolute;
	top: 5px;
	right: 0px;
}
.button_refillCabinet::before {
	content: "";
	position: absolute;
	left: 20px;
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
	line-height: 30px;
	transition: all 0.3s ease-out;
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 57.146 54.928\' enable-background=\'new 0 0 57.146 54.928\' xml:space=\'preserve\' fill=\'%23fff\'%3E			%3Cpath d=\'M8.387,21.515c-0.414,0-0.75-0.336-0.75-0.75V5.785c0-0.414,0.336-0.75,0.75-0.75s0.75,0.336,0.75,0.75v14.98    C9.137,21.179,8.801,21.515,8.387,21.515z\'/%3E			%3Cpath d=\'M55.393,47.152H34.022c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75h21.371c0.14,0,0.253-0.113,0.253-0.253V9.817    c0-0.14-0.113-0.254-0.253-0.254c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75c0.967,0,1.753,0.787,1.753,1.754v35.582    C57.146,46.366,56.36,47.152,55.393,47.152z\'/%3E			%3Cpath d=\'M50.166,6.562c-0.414,0-0.75-0.336-0.75-0.75V1.753c0-0.14-0.113-0.254-0.253-0.254c-0.414,0-0.75-0.336-0.75-0.75    S48.749,0,49.163,0c0.967,0,1.753,0.787,1.753,1.754v4.059C50.916,6.227,50.58,6.562,50.166,6.562z\'/%3E			%3Cpath d=\'M12.425,9.576c-2.64,0-4.788-2.148-4.788-4.788S9.785,0,12.425,0h36.738c0.414,0,0.75,0.336,0.75,0.75    s-0.336,0.75-0.75,0.75H12.425c-1.813,0-3.288,1.475-3.288,3.288s1.475,3.288,3.288,3.288l42.968-0.013    c0.414,0,0.75,0.335,0.75,0.75c0,0.414-0.336,0.75-0.75,0.75L12.425,9.576z\'/%3E			%3Cpath d=\'M46.883,31.011c-2.33,0-4.227-1.896-4.227-4.228c0-2.33,1.896-4.226,4.227-4.226s4.226,1.896,4.226,4.226    C51.109,29.115,49.213,31.011,46.883,31.011z M46.883,24.058c-1.504,0-2.727,1.223-2.727,2.726c0,1.504,1.223,2.728,2.727,2.728    c1.503,0,2.726-1.224,2.726-2.728C49.609,25.281,48.386,24.058,46.883,24.058z\'/%3E			%3Cpath d=\'M14.645,54.928C6.57,54.928,0,48.358,0,40.283c0-8.074,6.57-14.644,14.645-14.644S29.29,32.208,29.29,40.283   C29.29,48.358,22.72,54.928,14.645,54.928z M14.645,27.139C7.397,27.139,1.5,33.036,1.5,40.283c0,7.248,5.897,13.146,13.145,13.146   S27.79,47.531,27.79,40.283C27.79,33.036,21.893,27.139,14.645,27.139z\'/%3E			%3Cpath d=\'M14.645,48.807c-0.414,0-0.75-0.336-0.75-0.75V32.511c0-0.414,0.336-0.75,0.75-0.75s0.75,0.336,0.75,0.75v15.546   C15.395,48.471,15.059,48.807,14.645,48.807z\'/%3E			%3Cpath d=\'M22.417,41.033H6.872c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75h15.545c0.414,0,0.75,0.336,0.75,0.75   S22.832,41.033,22.417,41.033z\'/%3E%3C/svg%3E") no-repeat scroll 100% 100%;
}
.button_refillCabinet:hover {
	background: #048e1e;
	color: #fff;
}
.button_telegram {
	background: none;
	color: #3f464e;
	padding-left: 45px;
	padding-right: 0;
}
.button_telegramMobile {
	display: none;
	padding-left: 0px;
	min-width: 30px;
}
.button_telegram::before {
	content: "";
	position: absolute;
	left: 0px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	line-height: 30px;
	transition: all 0.3s ease-out;
	background: hsla(0, 0%, 0%, 0) url("https://avanta-telecom.ru/upload/medialibrary/367/367fc093cd22b48d6e8ae62478e8da5a.png") no-repeat scroll 50% 50%;
}
/*.headerWrap_black .button_telegram::before {
	background: hsla(0, 0%, 0%, 0) 
	url("https://avanta-telecom.ru/upload/medialibrary/367/367fc093cd22b48d6e8ae62478e8da5a.png") no-repeat scroll 50% 50%;
}
.headerWrap_black .button_telegram {
	color: #fff;
}*/
.button_telegram:hover {
	background: none;
	color: #00a650;
}
.button_refillGreen {
	background: #3ab150;
	color: #fff;
	padding-left:65px;
	border-radius: 0;
}
.button_refillGreen::before {
	content: "";
	position: absolute;
	left: 20px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	line-height: 30px;
	transition: all 0.3s ease-out;
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 57.146 54.928\' enable-background=\'new 0 0 57.146 54.928\' xml:space=\'preserve\' fill=\'%23ffffff\'%3E			%3Cpath d=\'M8.387,21.515c-0.414,0-0.75-0.336-0.75-0.75V5.785c0-0.414,0.336-0.75,0.75-0.75s0.75,0.336,0.75,0.75v14.98    C9.137,21.179,8.801,21.515,8.387,21.515z\'/%3E			%3Cpath d=\'M55.393,47.152H34.022c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75h21.371c0.14,0,0.253-0.113,0.253-0.253V9.817    c0-0.14-0.113-0.254-0.253-0.254c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75c0.967,0,1.753,0.787,1.753,1.754v35.582    C57.146,46.366,56.36,47.152,55.393,47.152z\'/%3E			%3Cpath d=\'M50.166,6.562c-0.414,0-0.75-0.336-0.75-0.75V1.753c0-0.14-0.113-0.254-0.253-0.254c-0.414,0-0.75-0.336-0.75-0.75    S48.749,0,49.163,0c0.967,0,1.753,0.787,1.753,1.754v4.059C50.916,6.227,50.58,6.562,50.166,6.562z\'/%3E			%3Cpath d=\'M12.425,9.576c-2.64,0-4.788-2.148-4.788-4.788S9.785,0,12.425,0h36.738c0.414,0,0.75,0.336,0.75,0.75    s-0.336,0.75-0.75,0.75H12.425c-1.813,0-3.288,1.475-3.288,3.288s1.475,3.288,3.288,3.288l42.968-0.013    c0.414,0,0.75,0.335,0.75,0.75c0,0.414-0.336,0.75-0.75,0.75L12.425,9.576z\'/%3E			%3Cpath d=\'M46.883,31.011c-2.33,0-4.227-1.896-4.227-4.228c0-2.33,1.896-4.226,4.227-4.226s4.226,1.896,4.226,4.226    C51.109,29.115,49.213,31.011,46.883,31.011z M46.883,24.058c-1.504,0-2.727,1.223-2.727,2.726c0,1.504,1.223,2.728,2.727,2.728    c1.503,0,2.726-1.224,2.726-2.728C49.609,25.281,48.386,24.058,46.883,24.058z\'/%3E			%3Cpath d=\'M14.645,54.928C6.57,54.928,0,48.358,0,40.283c0-8.074,6.57-14.644,14.645-14.644S29.29,32.208,29.29,40.283   C29.29,48.358,22.72,54.928,14.645,54.928z M14.645,27.139C7.397,27.139,1.5,33.036,1.5,40.283c0,7.248,5.897,13.146,13.145,13.146   S27.79,47.531,27.79,40.283C27.79,33.036,21.893,27.139,14.645,27.139z\'/%3E			%3Cpath d=\'M14.645,48.807c-0.414,0-0.75-0.336-0.75-0.75V32.511c0-0.414,0.336-0.75,0.75-0.75s0.75,0.336,0.75,0.75v15.546   C15.395,48.471,15.059,48.807,14.645,48.807z\'/%3E			%3Cpath d=\'M22.417,41.033H6.872c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75h15.545c0.414,0,0.75,0.336,0.75,0.75   S22.832,41.033,22.417,41.033z\'/%3E%3C/svg%3E") no-repeat scroll 100% 100%;
}
.button_refillGreen:hover {
	background: #048e1e;
	color: #fff;
}
.button_refillSmall {
	background: none;
	color: #fff;
	padding:0px 0px 0px 25px;
	font-weight: normal;
}
.button_refillSmall::before {
	content: "";
	position: absolute;
	left: 0px;
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
	line-height: 30px;
	transition: all 0.3s ease-out;
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 57.146 54.928\' enable-background=\'new 0 0 57.146 54.928\' xml:space=\'preserve\' fill=\'%23fff\'%3E			%3Cpath d=\'M8.387,21.515c-0.414,0-0.75-0.336-0.75-0.75V5.785c0-0.414,0.336-0.75,0.75-0.75s0.75,0.336,0.75,0.75v14.98    C9.137,21.179,8.801,21.515,8.387,21.515z\'/%3E			%3Cpath d=\'M55.393,47.152H34.022c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75h21.371c0.14,0,0.253-0.113,0.253-0.253V9.817    c0-0.14-0.113-0.254-0.253-0.254c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75c0.967,0,1.753,0.787,1.753,1.754v35.582    C57.146,46.366,56.36,47.152,55.393,47.152z\'/%3E			%3Cpath d=\'M50.166,6.562c-0.414,0-0.75-0.336-0.75-0.75V1.753c0-0.14-0.113-0.254-0.253-0.254c-0.414,0-0.75-0.336-0.75-0.75    S48.749,0,49.163,0c0.967,0,1.753,0.787,1.753,1.754v4.059C50.916,6.227,50.58,6.562,50.166,6.562z\'/%3E			%3Cpath d=\'M12.425,9.576c-2.64,0-4.788-2.148-4.788-4.788S9.785,0,12.425,0h36.738c0.414,0,0.75,0.336,0.75,0.75    s-0.336,0.75-0.75,0.75H12.425c-1.813,0-3.288,1.475-3.288,3.288s1.475,3.288,3.288,3.288l42.968-0.013    c0.414,0,0.75,0.335,0.75,0.75c0,0.414-0.336,0.75-0.75,0.75L12.425,9.576z\'/%3E			%3Cpath d=\'M46.883,31.011c-2.33,0-4.227-1.896-4.227-4.228c0-2.33,1.896-4.226,4.227-4.226s4.226,1.896,4.226,4.226    C51.109,29.115,49.213,31.011,46.883,31.011z M46.883,24.058c-1.504,0-2.727,1.223-2.727,2.726c0,1.504,1.223,2.728,2.727,2.728    c1.503,0,2.726-1.224,2.726-2.728C49.609,25.281,48.386,24.058,46.883,24.058z\'/%3E			%3Cpath d=\'M14.645,54.928C6.57,54.928,0,48.358,0,40.283c0-8.074,6.57-14.644,14.645-14.644S29.29,32.208,29.29,40.283   C29.29,48.358,22.72,54.928,14.645,54.928z M14.645,27.139C7.397,27.139,1.5,33.036,1.5,40.283c0,7.248,5.897,13.146,13.145,13.146   S27.79,47.531,27.79,40.283C27.79,33.036,21.893,27.139,14.645,27.139z\'/%3E			%3Cpath d=\'M14.645,48.807c-0.414,0-0.75-0.336-0.75-0.75V32.511c0-0.414,0.336-0.75,0.75-0.75s0.75,0.336,0.75,0.75v15.546   C15.395,48.471,15.059,48.807,14.645,48.807z\'/%3E			%3Cpath d=\'M22.417,41.033H6.872c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75h15.545c0.414,0,0.75,0.336,0.75,0.75   S22.832,41.033,22.417,41.033z\'/%3E%3C/svg%3E") no-repeat scroll 100% 100%;
}
.button_refillSmall:hover {
	background: none;
	color: #fff;
}
/*.button_cabinet {
	background: #3ab150;
	color: #3f464e;
	background: none;
	font-weight: 500;
	padding:0px 0px 0px 30px;
}
.button_cabinet::before {
	content: "";
	position: absolute;
	left: 0px;
	top: calc(50% - 15px);
	width: 20px;
	height: 25px;
	line-height: 25px;
	transition: all 0.3s ease-out;
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=\'-42 0 512 512.001\' xmlns=\'http://www.w3.org/2000/svg\' fill=\'%233f464e\'%3E%3Cpath d=\'m210.351562 246.632812c33.882813 0 63.21875-12.152343 87.195313-36.128906 23.96875-23.972656 36.125-53.304687 36.125-87.191406 0-33.875-12.152344-63.210938-36.128906-87.191406-23.976563-23.96875-53.3125-36.121094-87.191407-36.121094-33.886718 0-63.21875 12.152344-87.191406 36.125s-36.128906 53.308594-36.128906 87.1875c0 33.886719 12.15625 63.222656 36.128906 87.195312 23.980469 23.96875 53.316406 36.125 87.191406 36.125zm-65.972656-189.292968c18.394532-18.394532 39.972656-27.335938 65.972656-27.335938 25.996094 0 47.578126 8.941406 65.976563 27.335938 18.394531 18.398437 27.339844 39.980468 27.339844 65.972656 0 26-8.945313 47.578125-27.339844 65.976562-18.398437 18.398438-39.980469 27.339844-65.976563 27.339844-25.992187 0-47.570312-8.945312-65.972656-27.339844-18.398437-18.394531-27.34375-39.976562-27.34375-65.976562 0-25.992188 8.945313-47.574219 27.34375-65.972656zm0 0\'/%3E%3Cpath d=\'m426.128906 393.703125c-.691406-9.976563-2.089844-20.859375-4.148437-32.351563-2.078125-11.578124-4.753907-22.523437-7.957031-32.527343-3.3125-10.339844-7.808594-20.550781-13.375-30.335938-5.769532-10.15625-12.550782-19-20.160157-26.277343-7.957031-7.613282-17.699219-13.734376-28.964843-18.199219-11.226563-4.441407-23.667969-6.691407-36.976563-6.691407-5.226563 0-10.28125 2.144532-20.042969 8.5-6.007812 3.917969-13.035156 8.449219-20.878906 13.460938-6.707031 4.273438-15.792969 8.277344-27.015625 11.902344-10.949219 3.542968-22.066406 5.339844-33.042969 5.339844-10.96875 0-22.085937-1.796876-33.042968-5.339844-11.210938-3.621094-20.300782-7.625-26.996094-11.898438-7.769532-4.964844-14.800782-9.496094-20.898438-13.46875-9.753906-6.355468-14.808594-8.5-20.035156-8.5-13.3125 0-25.75 2.253906-36.972656 6.699219-11.257813 4.457031-21.003906 10.578125-28.96875 18.199219-7.609375 7.28125-14.390625 16.121094-20.15625 26.273437-5.558594 9.785157-10.058594 19.992188-13.371094 30.339844-3.199219 10.003906-5.875 20.945313-7.953125 32.523437-2.0625 11.476563-3.457031 22.363282-4.148437 32.363282-.679688 9.777344-1.023438 19.953125-1.023438 30.234375 0 26.726562 8.496094 48.363281 25.25 64.320312 16.546875 15.746094 38.4375 23.730469 65.066406 23.730469h246.53125c26.621094 0 48.511719-7.984375 65.0625-23.730469 16.757813-15.945312 25.253906-37.589843 25.253906-64.324219-.003906-10.316406-.351562-20.492187-1.035156-30.242187zm-44.90625 72.828125c-10.933594 10.40625-25.449218 15.464844-44.378906 15.464844h-246.527344c-18.933594 0-33.449218-5.058594-44.378906-15.460938-10.722656-10.207031-15.933594-24.140625-15.933594-42.585937 0-9.59375.316406-19.066407.949219-28.160157.617187-8.921874 1.878906-18.722656 3.75-29.136718 1.847656-10.285156 4.199219-19.9375 6.996094-28.675782 2.683593-8.378906 6.34375-16.675781 10.882812-24.667968 4.332031-7.617188 9.316407-14.152344 14.816407-19.417969 5.144531-4.925781 11.628906-8.957031 19.269531-11.980469 7.066406-2.796875 15.007812-4.328125 23.628906-4.558594 1.050781.558594 2.921875 1.625 5.953125 3.601563 6.167969 4.019531 13.277344 8.605469 21.136719 13.625 8.859375 5.648437 20.273437 10.75 33.910156 15.152344 13.941406 4.507812 28.160156 6.796875 42.273437 6.796875 14.113282 0 28.335938-2.289063 42.269532-6.792969 13.648437-4.410156 25.058594-9.507813 33.929687-15.164063 8.042969-5.140624 14.953125-9.59375 21.121094-13.617187 3.03125-1.972656 4.902344-3.042969 5.953125-3.601563 8.625.230469 16.566406 1.761719 23.636719 4.558594 7.636719 3.023438 14.121093 7.058594 19.265625 11.980469 5.5 5.261719 10.484375 11.796875 14.816406 19.421875 4.542969 7.988281 8.207031 16.289062 10.886719 24.660156 2.800781 8.75 5.15625 18.398438 7 28.675782 1.867187 10.433593 3.132812 20.238281 3.75 29.144531v.007812c.636719 9.058594.957031 18.527344.960937 28.148438-.003906 18.449219-5.214844 32.378906-15.9375 42.582031zm0 0\'/%3E%3C/svg%3E") no-repeat scroll 100% 100%;
}*/
.button_cabinet::before {
	content: "";
	position: absolute;
	left: 25px;
	top: calc(50% - 15px);
	width: 20px;
	height: 25px;
	line-height: 25px;
	transition: all 0.3s ease-out;
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=\'-42 0 512 512.001\' xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23ffffff\'%3E%3Cpath d=\'m210.351562 246.632812c33.882813 0 63.21875-12.152343 87.195313-36.128906 23.96875-23.972656 36.125-53.304687 36.125-87.191406 0-33.875-12.152344-63.210938-36.128906-87.191406-23.976563-23.96875-53.3125-36.121094-87.191407-36.121094-33.886718 0-63.21875 12.152344-87.191406 36.125s-36.128906 53.308594-36.128906 87.1875c0 33.886719 12.15625 63.222656 36.128906 87.195312 23.980469 23.96875 53.316406 36.125 87.191406 36.125zm-65.972656-189.292968c18.394532-18.394532 39.972656-27.335938 65.972656-27.335938 25.996094 0 47.578126 8.941406 65.976563 27.335938 18.394531 18.398437 27.339844 39.980468 27.339844 65.972656 0 26-8.945313 47.578125-27.339844 65.976562-18.398437 18.398438-39.980469 27.339844-65.976563 27.339844-25.992187 0-47.570312-8.945312-65.972656-27.339844-18.398437-18.394531-27.34375-39.976562-27.34375-65.976562 0-25.992188 8.945313-47.574219 27.34375-65.972656zm0 0\'/%3E%3Cpath d=\'m426.128906 393.703125c-.691406-9.976563-2.089844-20.859375-4.148437-32.351563-2.078125-11.578124-4.753907-22.523437-7.957031-32.527343-3.3125-10.339844-7.808594-20.550781-13.375-30.335938-5.769532-10.15625-12.550782-19-20.160157-26.277343-7.957031-7.613282-17.699219-13.734376-28.964843-18.199219-11.226563-4.441407-23.667969-6.691407-36.976563-6.691407-5.226563 0-10.28125 2.144532-20.042969 8.5-6.007812 3.917969-13.035156 8.449219-20.878906 13.460938-6.707031 4.273438-15.792969 8.277344-27.015625 11.902344-10.949219 3.542968-22.066406 5.339844-33.042969 5.339844-10.96875 0-22.085937-1.796876-33.042968-5.339844-11.210938-3.621094-20.300782-7.625-26.996094-11.898438-7.769532-4.964844-14.800782-9.496094-20.898438-13.46875-9.753906-6.355468-14.808594-8.5-20.035156-8.5-13.3125 0-25.75 2.253906-36.972656 6.699219-11.257813 4.457031-21.003906 10.578125-28.96875 18.199219-7.609375 7.28125-14.390625 16.121094-20.15625 26.273437-5.558594 9.785157-10.058594 19.992188-13.371094 30.339844-3.199219 10.003906-5.875 20.945313-7.953125 32.523437-2.0625 11.476563-3.457031 22.363282-4.148437 32.363282-.679688 9.777344-1.023438 19.953125-1.023438 30.234375 0 26.726562 8.496094 48.363281 25.25 64.320312 16.546875 15.746094 38.4375 23.730469 65.066406 23.730469h246.53125c26.621094 0 48.511719-7.984375 65.0625-23.730469 16.757813-15.945312 25.253906-37.589843 25.253906-64.324219-.003906-10.316406-.351562-20.492187-1.035156-30.242187zm-44.90625 72.828125c-10.933594 10.40625-25.449218 15.464844-44.378906 15.464844h-246.527344c-18.933594 0-33.449218-5.058594-44.378906-15.460938-10.722656-10.207031-15.933594-24.140625-15.933594-42.585937 0-9.59375.316406-19.066407.949219-28.160157.617187-8.921874 1.878906-18.722656 3.75-29.136718 1.847656-10.285156 4.199219-19.9375 6.996094-28.675782 2.683593-8.378906 6.34375-16.675781 10.882812-24.667968 4.332031-7.617188 9.316407-14.152344 14.816407-19.417969 5.144531-4.925781 11.628906-8.957031 19.269531-11.980469 7.066406-2.796875 15.007812-4.328125 23.628906-4.558594 1.050781.558594 2.921875 1.625 5.953125 3.601563 6.167969 4.019531 13.277344 8.605469 21.136719 13.625 8.859375 5.648437 20.273437 10.75 33.910156 15.152344 13.941406 4.507812 28.160156 6.796875 42.273437 6.796875 14.113282 0 28.335938-2.289063 42.269532-6.792969 13.648437-4.410156 25.058594-9.507813 33.929687-15.164063 8.042969-5.140624 14.953125-9.59375 21.121094-13.617187 3.03125-1.972656 4.902344-3.042969 5.953125-3.601563 8.625.230469 16.566406 1.761719 23.636719 4.558594 7.636719 3.023438 14.121093 7.058594 19.265625 11.980469 5.5 5.261719 10.484375 11.796875 14.816406 19.421875 4.542969 7.988281 8.207031 16.289062 10.886719 24.660156 2.800781 8.75 5.15625 18.398438 7 28.675782 1.867187 10.433593 3.132812 20.238281 3.75 29.144531v.007812c.636719 9.058594.957031 18.527344.960937 28.148438-.003906 18.449219-5.214844 32.378906-15.9375 42.582031zm0 0\'/%3E%3C/svg%3E") no-repeat scroll 100% 100%;
}
.button_cabinet {
	color: #fff;
	background: #3ab150;
	padding: 12px 30px 12px 64px;
	border-radius: 40px;
}


/* Header -----------------------------------------------------------------------------------------------*/
.page__content > header{z-index:99}
.page__content > header > div{padding:0 calc((100% - 1400px)/2) 0}
header > .menu{display:flex;justify-content:space-between;align-items:center;z-index:20;position:relative;background: #ffffff}
.menu .logo{margin:.5rem .25rem .5rem 0}
.menu .logo img{height:3rem}
.menu .alice{display: flex;align-items: center;margin: 0 1rem}
.menu .alice img{height: 2rem}
.menu .alice figcaption{color: #3f464e;padding-left: .5rem}
.menu .alice:hover figcaption{color:#1BAD03}
header .social{flex-grow:3;display:flex;justify-content:flex-end;display: flex;align-items: center}
.menu .input_headerSearch{border-radius: 2rem}
.menu .phone{color: #3f464e;margin-left: 0}
.menu .phone:hover{color:#1BAD03}


.headerWrap_black .button_cabinet::before {
	left: 25px;
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=\'-42 0 512 512.001\' xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23ffffff\'%3E%3Cpath d=\'m210.351562 246.632812c33.882813 0 63.21875-12.152343 87.195313-36.128906 23.96875-23.972656 36.125-53.304687 36.125-87.191406 0-33.875-12.152344-63.210938-36.128906-87.191406-23.976563-23.96875-53.3125-36.121094-87.191407-36.121094-33.886718 0-63.21875 12.152344-87.191406 36.125s-36.128906 53.308594-36.128906 87.1875c0 33.886719 12.15625 63.222656 36.128906 87.195312 23.980469 23.96875 53.316406 36.125 87.191406 36.125zm-65.972656-189.292968c18.394532-18.394532 39.972656-27.335938 65.972656-27.335938 25.996094 0 47.578126 8.941406 65.976563 27.335938 18.394531 18.398437 27.339844 39.980468 27.339844 65.972656 0 26-8.945313 47.578125-27.339844 65.976562-18.398437 18.398438-39.980469 27.339844-65.976563 27.339844-25.992187 0-47.570312-8.945312-65.972656-27.339844-18.398437-18.394531-27.34375-39.976562-27.34375-65.976562 0-25.992188 8.945313-47.574219 27.34375-65.972656zm0 0\'/%3E%3Cpath d=\'m426.128906 393.703125c-.691406-9.976563-2.089844-20.859375-4.148437-32.351563-2.078125-11.578124-4.753907-22.523437-7.957031-32.527343-3.3125-10.339844-7.808594-20.550781-13.375-30.335938-5.769532-10.15625-12.550782-19-20.160157-26.277343-7.957031-7.613282-17.699219-13.734376-28.964843-18.199219-11.226563-4.441407-23.667969-6.691407-36.976563-6.691407-5.226563 0-10.28125 2.144532-20.042969 8.5-6.007812 3.917969-13.035156 8.449219-20.878906 13.460938-6.707031 4.273438-15.792969 8.277344-27.015625 11.902344-10.949219 3.542968-22.066406 5.339844-33.042969 5.339844-10.96875 0-22.085937-1.796876-33.042968-5.339844-11.210938-3.621094-20.300782-7.625-26.996094-11.898438-7.769532-4.964844-14.800782-9.496094-20.898438-13.46875-9.753906-6.355468-14.808594-8.5-20.035156-8.5-13.3125 0-25.75 2.253906-36.972656 6.699219-11.257813 4.457031-21.003906 10.578125-28.96875 18.199219-7.609375 7.28125-14.390625 16.121094-20.15625 26.273437-5.558594 9.785157-10.058594 19.992188-13.371094 30.339844-3.199219 10.003906-5.875 20.945313-7.953125 32.523437-2.0625 11.476563-3.457031 22.363282-4.148437 32.363282-.679688 9.777344-1.023438 19.953125-1.023438 30.234375 0 26.726562 8.496094 48.363281 25.25 64.320312 16.546875 15.746094 38.4375 23.730469 65.066406 23.730469h246.53125c26.621094 0 48.511719-7.984375 65.0625-23.730469 16.757813-15.945312 25.253906-37.589843 25.253906-64.324219-.003906-10.316406-.351562-20.492187-1.035156-30.242187zm-44.90625 72.828125c-10.933594 10.40625-25.449218 15.464844-44.378906 15.464844h-246.527344c-18.933594 0-33.449218-5.058594-44.378906-15.460938-10.722656-10.207031-15.933594-24.140625-15.933594-42.585937 0-9.59375.316406-19.066407.949219-28.160157.617187-8.921874 1.878906-18.722656 3.75-29.136718 1.847656-10.285156 4.199219-19.9375 6.996094-28.675782 2.683593-8.378906 6.34375-16.675781 10.882812-24.667968 4.332031-7.617188 9.316407-14.152344 14.816407-19.417969 5.144531-4.925781 11.628906-8.957031 19.269531-11.980469 7.066406-2.796875 15.007812-4.328125 23.628906-4.558594 1.050781.558594 2.921875 1.625 5.953125 3.601563 6.167969 4.019531 13.277344 8.605469 21.136719 13.625 8.859375 5.648437 20.273437 10.75 33.910156 15.152344 13.941406 4.507812 28.160156 6.796875 42.273437 6.796875 14.113282 0 28.335938-2.289063 42.269532-6.792969 13.648437-4.410156 25.058594-9.507813 33.929687-15.164063 8.042969-5.140624 14.953125-9.59375 21.121094-13.617187 3.03125-1.972656 4.902344-3.042969 5.953125-3.601563 8.625.230469 16.566406 1.761719 23.636719 4.558594 7.636719 3.023438 14.121093 7.058594 19.265625 11.980469 5.5 5.261719 10.484375 11.796875 14.816406 19.421875 4.542969 7.988281 8.207031 16.289062 10.886719 24.660156 2.800781 8.75 5.15625 18.398438 7 28.675782 1.867187 10.433593 3.132812 20.238281 3.75 29.144531v.007812c.636719 9.058594.957031 18.527344.960937 28.148438-.003906 18.449219-5.214844 32.378906-15.9375 42.582031zm0 0\'/%3E%3C/svg%3E") no-repeat scroll 100% 100%;
}
.headerWrap_black .button_cabinet {
	color: #fff;
	background: #3ab150;
	padding: 12px 30px 12px 64px;
	border-radius: 30px;
}
/*.button_cabinet:hover {
	background: none;
	color: #00a650;
}*/
.button_cabinet:hover {
	background: #00a44f;
	color: #fff;
}
/*.headerWrap_black .button_cabinet:hover {
	background: #00a44f;
	color: #fff;
}
.headerWrap_black .button_alice {
	color: #fff;
	background: none;
	padding: 12px 0 12px 64px;
}
.button_alice {
	color: #3f464e;
	background: none;
	padding: 12px 0 12px 64px;
}
.button_alice:hover {
	color: #00a650;
	background: none;
}
.button_alice::before {
	content: "";
	position: absolute;
	left: 20px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	line-height: 30px;
	transition: all 0.3s ease-out;
	background: hsla(0, 0%, 0%, 0) url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="24 0 156 156" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="102.593" cy="77" rx="43.75" ry="43" fill="white"/><path d="M129.685 104.923C154.564 90.3451 121.367 47.3536 106.56 37.3984C84.8499 22.8021 55.3515 17.5168 34.8673 39.7837C48.0007 16.5643 72.9202 0.891846 101.5 0.891846C129.764 0.891846 154.448 16.2198 167.693 39.0167C172.192 48.4848 176.511 84.3512 129.685 104.923Z" fill="url(%23paint0_linear_722_10)"/><path d="M110.474 40.1486C85.4105 25.8916 64.777 76.1362 63.5591 93.9372C61.7734 120.037 71.9454 148.226 101.471 154.832C74.7959 155.068 48.7634 141.323 34.4734 116.573C20.3414 92.0951 21.2738 63.054 34.394 40.1851C40.3443 31.5554 69.2458 9.8812 110.474 40.1486Z" fill="url(%23paint1_linear_722_10)"/><path d="M63.8973 89.0948C64.0823 117.929 117.912 110.676 133.937 102.83C157.433 91.3269 176.759 68.4232 167.718 39.55C181.26 62.5335 182.373 91.9506 168.083 116.702C153.951 141.179 128.334 154.892 101.969 154.964C91.5204 154.126 58.2993 139.934 63.8973 89.0948Z" fill="url(%23paint2_linear_722_10)"/><defs><linearGradient id="paint0_linear_722_10" x1="34.8673" y1="0.999998" x2="173.181" y2="0.999998" gradientUnits="userSpaceOnUse"><stop offset="0.500211" stop-color="%23BF25FF"/><stop offset="1" stop-color="%235226FF"/></linearGradient><linearGradient id="paint1_linear_722_10" x1="67.8835" y1="174.224" x2="-1.27358" y2="54.4405" gradientUnits="userSpaceOnUse"><stop offset="0.5" stop-color="%23BF25FF"/><stop offset="1" stop-color="%235226FF"/></linearGradient><linearGradient id="paint2_linear_722_10" x1="201.306" y1="58.9418" x2="132.148" y2="178.725" gradientUnits="userSpaceOnUse"><stop offset="0.49" stop-color="%23BF25FF"/><stop offset="1" stop-color="%235226FF"/></linearGradient></defs></svg>') no-repeat scroll 100% 100%;
}*/
.button_connect {
	padding: 15px 15px 15px 40px;
	background: none;
	min-width: 40px;
	position: relative;
	color: #fff;
}
.button_connectMobile {
	display: none;
	padding-left: 0px;
	min-width: 30px;
}
.button_connect::before {
	content: "";
	position: absolute;
	left: 0px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	line-height: 30px;
	transition: all 0.3s ease-out;
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' height=\'30px\' version=\'1.1\' viewBox=\'-23 0 512 512.00072\' width=\'30px\' %3E%3Cg id=\'surface1\' %3E%3Cpath d=\'M 348.945312 221.640625 L 348.945312 124.746094 C 348.945312 121.972656 347.664062 119.410156 345.851562 117.382812 L 237.21875 3.308594 C 235.191406 1.175781 232.308594 0 229.429688 0 L 57.195312 0 C 25.398438 0 0 25.929688 0 57.730469 L 0 383.414062 C 0 415.214844 25.398438 440.71875 57.195312 440.71875 L 193.148438 440.71875 C 218.863281 483.402344 265.605469 512 318.851562 512 C 399.738281 512 465.792969 446.265625 465.792969 365.273438 C 465.902344 294.523438 415.105469 235.40625 348.945312 221.640625 Z M 240.101562 37.457031 L 312.984375 114.179688 L 265.710938 114.179688 C 251.625 114.179688 240.101562 102.550781 240.101562 88.464844 Z M 57.195312 419.375 C 37.242188 419.375 21.34375 403.367188 21.34375 383.414062 L 21.34375 57.730469 C 21.34375 37.667969 37.242188 21.34375 57.195312 21.34375 L 218.757812 21.34375 L 218.757812 88.464844 C 218.757812 114.394531 239.78125 135.523438 265.710938 135.523438 L 327.601562 135.523438 L 327.601562 218.863281 C 324.402344 218.757812 321.839844 218.4375 319.066406 218.4375 C 281.824219 218.4375 247.570312 232.738281 221.746094 255.148438 L 86.222656 255.148438 C 80.351562 255.148438 75.550781 259.949219 75.550781 265.816406 C 75.550781 271.6875 80.351562 276.488281 86.222656 276.488281 L 201.898438 276.488281 C 194.320312 287.160156 188.023438 297.832031 183.117188 309.570312 L 86.222656 309.570312 C 80.351562 309.570312 75.550781 314.371094 75.550781 320.242188 C 75.550781 326.109375 80.351562 330.914062 86.222656 330.914062 L 176.179688 330.914062 C 173.511719 341.585938 172.125 353.429688 172.125 365.273438 C 172.125 384.480469 175.859375 403.476562 182.582031 419.484375 L 57.195312 419.484375 Z M 318.960938 490.765625 C 249.8125 490.765625 193.574219 434.527344 193.574219 365.378906 C 193.574219 296.230469 249.703125 239.992188 318.960938 239.992188 C 388.214844 239.992188 444.34375 296.230469 444.34375 365.378906 C 444.34375 434.527344 388.109375 490.765625 318.960938 490.765625 Z M 318.960938 490.765625 \' style=\' stroke:none;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;\' /%3E%3Cpath d=\'M 86.222656 223.027344 L 194.320312 223.027344 C 200.191406 223.027344 204.992188 218.222656 204.992188 212.355469 C 204.992188 206.484375 200.191406 201.683594 194.320312 201.683594 L 86.222656 201.683594 C 80.351562 201.683594 75.550781 206.484375 75.550781 212.355469 C 75.550781 218.222656 80.351562 223.027344 86.222656 223.027344 Z M 86.222656 223.027344 \' style=\' stroke:none;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;\' /%3E%3Cpath d=\'M 362.390625 355.347656 L 329.738281 355.347656 L 329.738281 322.160156 C 329.738281 316.292969 324.933594 311.488281 319.066406 311.488281 C 313.195312 311.488281 308.394531 316.292969 308.394531 322.160156 L 308.394531 355.347656 L 275.207031 355.347656 C 269.335938 355.347656 264.535156 360.152344 264.535156 366.019531 C 264.535156 371.890625 269.335938 376.691406 275.207031 376.691406 L 308.394531 376.691406 L 308.394531 409.34375 C 308.394531 415.214844 313.195312 420.015625 319.066406 420.015625 C 324.933594 420.015625 329.738281 415.214844 329.738281 409.34375 L 329.738281 376.691406 L 362.390625 376.691406 C 368.261719 376.691406 373.0625 371.890625 373.0625 366.019531 C 373.0625 360.152344 368.261719 355.347656 362.390625 355.347656 Z M 362.390625 355.347656 \' style=\' stroke:none;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;\' /%3E%3C/g%3E%3C/svg%3E") no-repeat scroll 100% 100%;
}
/*.headerWrap_black .button_connect::before {
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' height=\'30px\' version=\'1.1\' viewBox=\'-23 0 512 512.00072\' width=\'30px\' %3E%3Cg id=\'surface1\' %3E%3Cpath d=\'M 348.945312 221.640625 L 348.945312 124.746094 C 348.945312 121.972656 347.664062 119.410156 345.851562 117.382812 L 237.21875 3.308594 C 235.191406 1.175781 232.308594 0 229.429688 0 L 57.195312 0 C 25.398438 0 0 25.929688 0 57.730469 L 0 383.414062 C 0 415.214844 25.398438 440.71875 57.195312 440.71875 L 193.148438 440.71875 C 218.863281 483.402344 265.605469 512 318.851562 512 C 399.738281 512 465.792969 446.265625 465.792969 365.273438 C 465.902344 294.523438 415.105469 235.40625 348.945312 221.640625 Z M 240.101562 37.457031 L 312.984375 114.179688 L 265.710938 114.179688 C 251.625 114.179688 240.101562 102.550781 240.101562 88.464844 Z M 57.195312 419.375 C 37.242188 419.375 21.34375 403.367188 21.34375 383.414062 L 21.34375 57.730469 C 21.34375 37.667969 37.242188 21.34375 57.195312 21.34375 L 218.757812 21.34375 L 218.757812 88.464844 C 218.757812 114.394531 239.78125 135.523438 265.710938 135.523438 L 327.601562 135.523438 L 327.601562 218.863281 C 324.402344 218.757812 321.839844 218.4375 319.066406 218.4375 C 281.824219 218.4375 247.570312 232.738281 221.746094 255.148438 L 86.222656 255.148438 C 80.351562 255.148438 75.550781 259.949219 75.550781 265.816406 C 75.550781 271.6875 80.351562 276.488281 86.222656 276.488281 L 201.898438 276.488281 C 194.320312 287.160156 188.023438 297.832031 183.117188 309.570312 L 86.222656 309.570312 C 80.351562 309.570312 75.550781 314.371094 75.550781 320.242188 C 75.550781 326.109375 80.351562 330.914062 86.222656 330.914062 L 176.179688 330.914062 C 173.511719 341.585938 172.125 353.429688 172.125 365.273438 C 172.125 384.480469 175.859375 403.476562 182.582031 419.484375 L 57.195312 419.484375 Z M 318.960938 490.765625 C 249.8125 490.765625 193.574219 434.527344 193.574219 365.378906 C 193.574219 296.230469 249.703125 239.992188 318.960938 239.992188 C 388.214844 239.992188 444.34375 296.230469 444.34375 365.378906 C 444.34375 434.527344 388.109375 490.765625 318.960938 490.765625 Z M 318.960938 490.765625 \' style=\' stroke:none;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;\' /%3E%3Cpath d=\'M 86.222656 223.027344 L 194.320312 223.027344 C 200.191406 223.027344 204.992188 218.222656 204.992188 212.355469 C 204.992188 206.484375 200.191406 201.683594 194.320312 201.683594 L 86.222656 201.683594 C 80.351562 201.683594 75.550781 206.484375 75.550781 212.355469 C 75.550781 218.222656 80.351562 223.027344 86.222656 223.027344 Z M 86.222656 223.027344 \' style=\' stroke:none;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;\' /%3E%3Cpath d=\'M 362.390625 355.347656 L 329.738281 355.347656 L 329.738281 322.160156 C 329.738281 316.292969 324.933594 311.488281 319.066406 311.488281 C 313.195312 311.488281 308.394531 316.292969 308.394531 322.160156 L 308.394531 355.347656 L 275.207031 355.347656 C 269.335938 355.347656 264.535156 360.152344 264.535156 366.019531 C 264.535156 371.890625 269.335938 376.691406 275.207031 376.691406 L 308.394531 376.691406 L 308.394531 409.34375 C 308.394531 415.214844 313.195312 420.015625 319.066406 420.015625 C 324.933594 420.015625 329.738281 415.214844 329.738281 409.34375 L 329.738281 376.691406 L 362.390625 376.691406 C 368.261719 376.691406 373.0625 371.890625 373.0625 366.019531 C 373.0625 360.152344 368.261719 355.347656 362.390625 355.347656 Z M 362.390625 355.347656 \' style=\' stroke:none;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;\' /%3E%3C/g%3E%3C/svg%3E") no-repeat scroll 100% 100%;
}
.headerWrap_black .button_connect {
	color: #fff;
}*/
.button_connect:hover {
	background: none;
	color: #00a650;
}
.button_connectRequests {
	color: #fff;
	border: 1px solid #fff;
	padding-left: 60px;
	border-radius: 0;
	background: #37b051;
}
.button_connectRequests:hover {
	color: #fff;
	background: #37b051;
}
.button_connectRequests::before {
	left: 20px;
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' height=\'30px\' version=\'1.1\' viewBox=\'-23 0 512 512.00072\' width=\'30px\' %3E%3Cg id=\'surface1\' %3E%3Cpath d=\'M 348.945312 221.640625 L 348.945312 124.746094 C 348.945312 121.972656 347.664062 119.410156 345.851562 117.382812 L 237.21875 3.308594 C 235.191406 1.175781 232.308594 0 229.429688 0 L 57.195312 0 C 25.398438 0 0 25.929688 0 57.730469 L 0 383.414062 C 0 415.214844 25.398438 440.71875 57.195312 440.71875 L 193.148438 440.71875 C 218.863281 483.402344 265.605469 512 318.851562 512 C 399.738281 512 465.792969 446.265625 465.792969 365.273438 C 465.902344 294.523438 415.105469 235.40625 348.945312 221.640625 Z M 240.101562 37.457031 L 312.984375 114.179688 L 265.710938 114.179688 C 251.625 114.179688 240.101562 102.550781 240.101562 88.464844 Z M 57.195312 419.375 C 37.242188 419.375 21.34375 403.367188 21.34375 383.414062 L 21.34375 57.730469 C 21.34375 37.667969 37.242188 21.34375 57.195312 21.34375 L 218.757812 21.34375 L 218.757812 88.464844 C 218.757812 114.394531 239.78125 135.523438 265.710938 135.523438 L 327.601562 135.523438 L 327.601562 218.863281 C 324.402344 218.757812 321.839844 218.4375 319.066406 218.4375 C 281.824219 218.4375 247.570312 232.738281 221.746094 255.148438 L 86.222656 255.148438 C 80.351562 255.148438 75.550781 259.949219 75.550781 265.816406 C 75.550781 271.6875 80.351562 276.488281 86.222656 276.488281 L 201.898438 276.488281 C 194.320312 287.160156 188.023438 297.832031 183.117188 309.570312 L 86.222656 309.570312 C 80.351562 309.570312 75.550781 314.371094 75.550781 320.242188 C 75.550781 326.109375 80.351562 330.914062 86.222656 330.914062 L 176.179688 330.914062 C 173.511719 341.585938 172.125 353.429688 172.125 365.273438 C 172.125 384.480469 175.859375 403.476562 182.582031 419.484375 L 57.195312 419.484375 Z M 318.960938 490.765625 C 249.8125 490.765625 193.574219 434.527344 193.574219 365.378906 C 193.574219 296.230469 249.703125 239.992188 318.960938 239.992188 C 388.214844 239.992188 444.34375 296.230469 444.34375 365.378906 C 444.34375 434.527344 388.109375 490.765625 318.960938 490.765625 Z M 318.960938 490.765625 \' style=\' stroke:none;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;\' /%3E%3Cpath d=\'M 86.222656 223.027344 L 194.320312 223.027344 C 200.191406 223.027344 204.992188 218.222656 204.992188 212.355469 C 204.992188 206.484375 200.191406 201.683594 194.320312 201.683594 L 86.222656 201.683594 C 80.351562 201.683594 75.550781 206.484375 75.550781 212.355469 C 75.550781 218.222656 80.351562 223.027344 86.222656 223.027344 Z M 86.222656 223.027344 \' style=\' stroke:none;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;\' /%3E%3Cpath d=\'M 362.390625 355.347656 L 329.738281 355.347656 L 329.738281 322.160156 C 329.738281 316.292969 324.933594 311.488281 319.066406 311.488281 C 313.195312 311.488281 308.394531 316.292969 308.394531 322.160156 L 308.394531 355.347656 L 275.207031 355.347656 C 269.335938 355.347656 264.535156 360.152344 264.535156 366.019531 C 264.535156 371.890625 269.335938 376.691406 275.207031 376.691406 L 308.394531 376.691406 L 308.394531 409.34375 C 308.394531 415.214844 313.195312 420.015625 319.066406 420.015625 C 324.933594 420.015625 329.738281 415.214844 329.738281 409.34375 L 329.738281 376.691406 L 362.390625 376.691406 C 368.261719 376.691406 373.0625 371.890625 373.0625 366.019531 C 373.0625 360.152344 368.261719 355.347656 362.390625 355.347656 Z M 362.390625 355.347656 \' style=\' stroke:none;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;\' /%3E%3C/g%3E%3C/svg%3E") no-repeat scroll 100% 100%;
}
.button_connectRequests[disabled] {
	background: #aaa;
	cursor: unset;
}
.button_connectTariff {
	color: #fff;
	border-radius: 0;
	padding-left: 60px;
	background: #37b051;
}
.button_connectTariff:hover {
	color: #fff;
	background: #00a650;
}
.button_connectTariff::before {
	content: "";
	position: absolute;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	line-height: 30px;
	transition: all 0.3s ease-out;
	left: 20px;
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' height=\'30px\' version=\'1.1\' viewBox=\'-23 0 512 512.00072\' width=\'30px\' %3E%3Cg id=\'surface1\' %3E%3Cpath d=\'M 348.945312 221.640625 L 348.945312 124.746094 C 348.945312 121.972656 347.664062 119.410156 345.851562 117.382812 L 237.21875 3.308594 C 235.191406 1.175781 232.308594 0 229.429688 0 L 57.195312 0 C 25.398438 0 0 25.929688 0 57.730469 L 0 383.414062 C 0 415.214844 25.398438 440.71875 57.195312 440.71875 L 193.148438 440.71875 C 218.863281 483.402344 265.605469 512 318.851562 512 C 399.738281 512 465.792969 446.265625 465.792969 365.273438 C 465.902344 294.523438 415.105469 235.40625 348.945312 221.640625 Z M 240.101562 37.457031 L 312.984375 114.179688 L 265.710938 114.179688 C 251.625 114.179688 240.101562 102.550781 240.101562 88.464844 Z M 57.195312 419.375 C 37.242188 419.375 21.34375 403.367188 21.34375 383.414062 L 21.34375 57.730469 C 21.34375 37.667969 37.242188 21.34375 57.195312 21.34375 L 218.757812 21.34375 L 218.757812 88.464844 C 218.757812 114.394531 239.78125 135.523438 265.710938 135.523438 L 327.601562 135.523438 L 327.601562 218.863281 C 324.402344 218.757812 321.839844 218.4375 319.066406 218.4375 C 281.824219 218.4375 247.570312 232.738281 221.746094 255.148438 L 86.222656 255.148438 C 80.351562 255.148438 75.550781 259.949219 75.550781 265.816406 C 75.550781 271.6875 80.351562 276.488281 86.222656 276.488281 L 201.898438 276.488281 C 194.320312 287.160156 188.023438 297.832031 183.117188 309.570312 L 86.222656 309.570312 C 80.351562 309.570312 75.550781 314.371094 75.550781 320.242188 C 75.550781 326.109375 80.351562 330.914062 86.222656 330.914062 L 176.179688 330.914062 C 173.511719 341.585938 172.125 353.429688 172.125 365.273438 C 172.125 384.480469 175.859375 403.476562 182.582031 419.484375 L 57.195312 419.484375 Z M 318.960938 490.765625 C 249.8125 490.765625 193.574219 434.527344 193.574219 365.378906 C 193.574219 296.230469 249.703125 239.992188 318.960938 239.992188 C 388.214844 239.992188 444.34375 296.230469 444.34375 365.378906 C 444.34375 434.527344 388.109375 490.765625 318.960938 490.765625 Z M 318.960938 490.765625 \' style=\' stroke:none;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;\' /%3E%3Cpath d=\'M 86.222656 223.027344 L 194.320312 223.027344 C 200.191406 223.027344 204.992188 218.222656 204.992188 212.355469 C 204.992188 206.484375 200.191406 201.683594 194.320312 201.683594 L 86.222656 201.683594 C 80.351562 201.683594 75.550781 206.484375 75.550781 212.355469 C 75.550781 218.222656 80.351562 223.027344 86.222656 223.027344 Z M 86.222656 223.027344 \' style=\' stroke:none;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;\' /%3E%3Cpath d=\'M 362.390625 355.347656 L 329.738281 355.347656 L 329.738281 322.160156 C 329.738281 316.292969 324.933594 311.488281 319.066406 311.488281 C 313.195312 311.488281 308.394531 316.292969 308.394531 322.160156 L 308.394531 355.347656 L 275.207031 355.347656 C 269.335938 355.347656 264.535156 360.152344 264.535156 366.019531 C 264.535156 371.890625 269.335938 376.691406 275.207031 376.691406 L 308.394531 376.691406 L 308.394531 409.34375 C 308.394531 415.214844 313.195312 420.015625 319.066406 420.015625 C 324.933594 420.015625 329.738281 415.214844 329.738281 409.34375 L 329.738281 376.691406 L 362.390625 376.691406 C 368.261719 376.691406 373.0625 371.890625 373.0625 366.019531 C 373.0625 360.152344 368.261719 355.347656 362.390625 355.347656 Z M 362.390625 355.347656 \' style=\' stroke:none;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;\' /%3E%3C/g%3E%3C/svg%3E") no-repeat scroll 100% 100%;
}
.button_connectTariff[disabled] {
	background: #aaa;
	cursor: unset;
}
.button_connectTariffBig {
	padding: 20px 70px;	
	font-size: 18px;
	padding-left: 90px;
}
.button_connectTariffBig::before {
	left: 50px;
}
.buttonSearch {
	position: relative;
	left: -100px;
	opacity: 0;
	background: none;
	color: #3ab150;
	border:none;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.headerSearch:hover .buttonSearch {
	left: -77px;
	opacity: 1;
}
.button_block {
	display: block;
	width: 100%;
}

/* ICON */
.icon {
    cursor: pointer;
    display: inline-block;
    padding: 0;
	margin-right: 10px;
}
.icon::before {
}



/* DROP */
.drop {
    border: 1px solid hsl(0, 0%, 90%);
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 10px 20px -5px hsla(0, 0%, 0%, 0.3);
    bottom: 0;
    position: absolute;
	opacity: 0;
	visibility: hidden;
    z-index: 100;
    transform: translateY(103%);
    transition: opacity 0.15s ease-out 0s, transform 0.15s ease-out 0s, -webkit-transform 0.15s ease-out 0s;
}
.drop__close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 10px;
	height: 10px;
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'10\' height=\'10\' viewBox=\'0 0 10 10\'%3E%3Cpath fill=\'%2300a650\' d=\'M9.66 1.97L6.63 5l3.03 3.03a1.15 1.15 0 0 1-1.63 1.63L5 6.63 1.97 9.66a1.14 1.14 0 0 1-1.63 0 1.15 1.15 0 0 1 0-1.63L3.37 5 .34 1.97A1.15 1.15 0 0 1 1.97.34L5 3.37 8.03.34a1.15 1.15 0 0 1 1.63 1.63z\'%3E%3C/path%3E%3C/svg%3E") no-repeat scroll 100% 100%;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.drop__close:hover {
	transform: rotate(90deg);
}
.drop__content {
	padding: 30px 30px 30px 30px;
}
.drop_cabinetButton {
    left:-15px;
    width: 250px;
    cursor: default;
}
.drop_open {
    display: block;
    transform: translateY(100%);
	visibility: visible;
	opacity: 1;
}
.close {
	position: relative;
	border: none;
	display: inline-block;
	width: 10px;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	height: 10px;
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'10\' height=\'10\' viewBox=\'0 0 10 10\'%3E%3Cpath fill=\'%2300a650\' d=\'M9.66 1.97L6.63 5l3.03 3.03a1.15 1.15 0 0 1-1.63 1.63L5 6.63 1.97 9.66a1.14 1.14 0 0 1-1.63 0 1.15 1.15 0 0 1 0-1.63L3.37 5 .34 1.97A1.15 1.15 0 0 1 1.97.34L5 3.37 8.03.34a1.15 1.15 0 0 1 1.63 1.63z\'%3E%3C/path%3E%3C/svg%3E") no-repeat scroll 100% 100%;
	cursor: pointer;
	transition: all 0.2s ease-out;
}
.close:hover {
	transform: rotate(90deg);
}




/* FORM */
.form {}
.form__row {
	padding: 0px 0px 20px 0px;
}
.form__row_center {
	text-align: center;
}
.form__item {
	position: relative;
	padding-bottom: 10px;
}
.form__item_group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.form__item_group .checkboxItem {
    padding-right: 25px;
}
.input {
	background: #f9fbfd;
	border: 1px solid #eaedf0;
	border-radius: 0px;
	display: inline-block;
	font-size: 15px;
	padding: 13px 15px;
	outline:none;
	transition: all 0.3s ease-out;
}
.input:focus {
	background: #eff4f9;
}
.input_big {
	display: block;
	width: 100%;
}
.input_requests {
	padding: 15px 15px;
	font-size: 18px;
	margin-right: -1px;
}
.form__item_adress_1 .input_requests:nth-child(1) {
	width: 100%;
}
.suggestions {display: none;color: var(--bs-body-color);background: #f9fbfd;border: 1px solid #eaedf0;
	position: absolute;z-index: 1;width: calc(50% - 80px);
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.suggestions:before {content:''; position: absolute; top: -.4rem; left: 50%; border-right: 1px solid #eaedf0;background: #f9fbfd;box-sizing: border-box;
	border-top: 1px solid #eaedf0; width: .6rem;height: .6rem; transform: rotate(-45deg); z-index: -1;}
.suggestions > li {
	padding: .5rem 1rem;
	cursor: pointer;
	transition: background .2s ease-out;
	list-style-type: none;
}
.suggestions > li:hover {
  background: #eff4f9;
}
.form__item_adress_1 .input_requests:nth-child(2) {
	width: 100%;
}
.form__item_adress_1 .input_requests:nth-child(3) {
	width: 20%;
}
.form__item_adress_2 .input_requests {
	width: 33.33%;
}
.requests_dailog .input_requests {
	width: 33.33%;
}
.input_refillCabinet {
	border-radius: 5px;
	padding-right: 150px;
	display: block;
	width: 100%;
}
.cabinetRefill_payPage .input_refillCabinet {
	padding-right: 15px;
	width: 125px;
	text-align: right;
	margin-right: 10px;
}
.input_headerSearch {
	width: 100%;
	border-radius: 0;
	font-size: 14px;
	height: 100%;
	background: none;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 10px 30px;
}
.headerWrap_black .input_headerSearch {
	background: none;
	border: 1px solid rgba(255,255,255,0.3);
	color: #fff;
}
.input_headerSearch:hover {
	background: #fff;
	color: #292929;
}
.input_headerSearch:focus {
	background: #fff;
	color: #292929;
}
.inputInfo {
	font-size: 14px;
	color: #7c9199;
	font-weight: 300;
	padding: 5px 20px;
}


.select {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' fill-rule='evenodd' class='cls-1' d='M8,0L4.141,6.993,0.012,0.156Z'/%3E%3C/svg%3E%0A") no-repeat right 13px center, #f9fbfd;
	cursor: pointer;
	border: 1px solid #eaedf0;
	border-radius: 0px;
	display: inline-block;
	font-size: 15px;
	padding: 13px 20px;
	transition: all 0.3s ease-out;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
	outline:none;
}
.select:focus {
}
.label {
	display: block;
	font-size: 14px;
	color: #7c9199;
	padding: 0px 15px 5px 15px;
}
.labelStar {
	color: #f30028;
}
.textarea {
	display: block;
	width: 100%;
	background: #f9fbfd;
	border: 1px solid #eaedf0;
	border-radius: 0px;
	font-size: 15px;
	padding: 13px 15px;
	transition: all 0.3s ease-out;
	outline:none;
}
.textarea:focus {
	background: #f2f2f2;
}
.input_block {
	display: block;
	width: 100%;
}
label.checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.checkbox {
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.requests__checkboxs .checkbox {
	margin-bottom: 10px;
} 
.checkbox:not(.checkbox_selected):hover {
	color: #fff;
	background: #37b051;
}
.checkbox_selected {
	color: #fff;
	background: #0b4a0d;
}
.checkbox_icon {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.checkbox_choice {
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 10px 20px;
	margin-right: 10px;
}
.checkbox__icon {
	margin-right: 10px;
}
.checkbox__iconImg {
	width: 30px;
}
.checkbox__label {}
.checkboxItem {
	cursor: pointer;
	margin-left: 30px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 5px;
	margin-top:5px;
	transition: all 0.3s ease-out;
}
.checkboxItem__input {
	display: none;
}
.checkboxItem__new-input {
	position: absolute;
	left: -30px;
	top: 0px;
	width: 1.3em;
	height: 1.3em;
	border: 1px solid #cfcfd1;
	border-radius: 1px;
	transition: all 0.3s ease-out;
}
.checkboxItem__input:checked + .checkboxItem__new-input {
	background: #00a650;
	border: 1px solid #00a650;
}
.checkboxItem__input + .checkboxItem__new-input::after {
	width: 0px;
	height: 0px;
	content: "";
	position: absolute;
	left: calc(50% - 6px);
	top: calc(50% + 7px);
	display: block;
	opacity: 0;
	transition: all 0.2s ease-out;
	background: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45.7 34.1' style='enable-background:new 0 0 45.7 34.1;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23ffffff;%7d %3c/style%3e%3cg%3e%3cg%3e%3cpath class='st0' d='M20.7,32.5c-2.1,2.1-5.4,2.1-7.5,0L1.6,20.9c-2.1-2.1-2.1-5.4,0-7.5c2.1-2.1,5.4-2.1,7.5,0l6.9,6.9 c0.5,0.5,1.4,0.5,1.9,0L36.6,1.6c2.1-2.1,5.4-2.1,7.5,0c1,1,1.6,2.3,1.6,3.8s-0.6,2.8-1.6,3.8L20.7,32.5z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ") no-repeat 100% 100%;
}
.checkboxItem__input:checked + .checkboxItem__new-input::after {
	width: 14px;
	opacity: 1;
	height: 14px;
	left: calc(50% - 6px);
	top: calc(50% - 7px);
}




/* HEADER */
.headerWrap_black {
	z-index: 15;
}
.headerWrap_black {
	margin-bottom: -160px;
	position: relative;
	color: #fff;
}


/* HEADER */
.header {
	background:#fff;
	padding: 10px 0px;
}
.headerWrap_black .header {
	background: none;
	padding: 10px 0px
}
.headerWrap_black .header::after {
	display: none;
}
.header__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	height:40px;
	clear: both;
}
.header__column {
	height: 100%;
	min-height: 100%;
	padding: 0px 30px;
	white-space: nowrap;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	z-index: 1;
	align-items: center;
}
.headerWrap_black .header__column {
	border: none;
}
.header__column_location {}
.header__column_phone {
	padding-left: 40px;
}
.header__column_search {
	padding: 0;
}
.header__column_refill {}
.header__column_cabinet {
	border-right: none;
	text-align: left;
}
.header__column_refill {
	display: none;
}
.header__column_connect {
	display: none;
}
.header__column_mobileButton {
	padding-left: 30px;
	padding-top: 20px;
	z-index: 13;
	position: relative;
	display: none;
}
.header__column_mobileButton.mobilemenu_open {
	padding-right: 51px;
}
.header__column_mobileButton.mobilemenu_open .line:nth-child(1) {transform: rotate(45deg);top: 18px;}
.header__column_mobileButton.mobilemenu_open .line:nth-child(2) {opacity: 0;}
.header__column_mobileButton.mobilemenu_open .line:nth-child(3) {transform: rotate(-45deg);top: 18px;position: fixed;}


.mobilemenuButton {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
	cursor: pointer;
}
.mobilemenuButton > div {
	width: 21px;
	height: 21px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.mobilemenuButton > div:focus {
	outline: none;
}
.mobilemenuButton > span {
	display: inline-block;
	text-align: center;
	line-height: 1.2;
	padding: 0px;
	margin-top: auto;
}
.line {
	transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.line {
	height: 2px;
	width: 21px;
	background: #292929;
	margin: 3px auto;
}
.headerWrap_black .line {
	background: #fff;
}
.mobilemenuButton.mobilemenu_open {
	position: fixed;
}
.mobilemenuButton.mobilemenu_open .line {
	background: #292929;
}



/* LOCATION */
.location {
	height: 100%;
	position: relative;
}
.location__value {
	font-weight: 300;
	font-size: 14px;
	cursor: pointer;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	transition: all 0.3s ease-out;
	position: relative;
	padding: 0px 0px 0px 25px;
	height: 100%;
}
.location__value::before {
	content: "";
	width: 17px;
	height: 24px;
	position:absolute;
	left: 0px;
	top: calc(50% - 16px);
	transition: all 0.3s ease-out;
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'Capa_1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 512 512\' style=\'enable-background:new 0 0 512 512;\' xml:space=\'preserve\'%3E%3Cg%3E%3Cg%3E			%3Cpath fill=\'%237c9199\' d=\'M256,0C156.748,0,76,80.748,76,180c0,33.534,9.289,66.26,26.869,94.652l142.885,230.257			c2.737,4.411,7.559,7.091,12.745,7.091c0.04,0,0.079,0,0.119,0c5.231-0.041,10.063-2.804,12.75-7.292L410.611,272.22			C427.221,244.428,436,212.539,436,180C436,80.748,355.252,0,256,0z 			M384.866,256.818L258.272,468.186l-129.905-209.34			C113.734,235.214,105.8,207.95,105.8,180c0-82.71,67.49-150.2,150.2-150.2S406.1,97.29,406.1,180						C406.1,207.121,398.689,233.688,384.866,256.818z\'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E			%3Cpath fill=\'%237c9199\' d=\'M256,90c-49.626,0-90,40.374-90,90c0,49.309,39.717,90,90,90c50.903,0,90-41.233,90-90C346,130.374,305.626,90,256,90z			M256,240.2c-33.257,0-60.2-27.033-60.2-60.2c0-33.084,27.116-60.2,60.2-60.2s60.1,27.116,60.1,60.2			C316.1,212.683,289.784,240.2,256,240.2z\'/%3E			%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") no-repeat scroll 100% 100%;
}
.headerWrap_black .location__value::before {
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg version=\'1.1\' id=\'Capa_1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 512 512\' style=\'enable-background:new 0 0 512 512;\' xml:space=\'preserve\'%3E%3Cg%3E%3Cg%3E			%3Cpath fill=\'%23ffffff\' d=\'M256,0C156.748,0,76,80.748,76,180c0,33.534,9.289,66.26,26.869,94.652l142.885,230.257			c2.737,4.411,7.559,7.091,12.745,7.091c0.04,0,0.079,0,0.119,0c5.231-0.041,10.063-2.804,12.75-7.292L410.611,272.22			C427.221,244.428,436,212.539,436,180C436,80.748,355.252,0,256,0z 			M384.866,256.818L258.272,468.186l-129.905-209.34			C113.734,235.214,105.8,207.95,105.8,180c0-82.71,67.49-150.2,150.2-150.2S406.1,97.29,406.1,180						C406.1,207.121,398.689,233.688,384.866,256.818z\'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E			%3Cpath fill=\'%23ffffff\' d=\'M256,90c-49.626,0-90,40.374-90,90c0,49.309,39.717,90,90,90c50.903,0,90-41.233,90-90C346,130.374,305.626,90,256,90z			M256,240.2c-33.257,0-60.2-27.033-60.2-60.2c0-33.084,27.116-60.2,60.2-60.2s60.1,27.116,60.1,60.2			C316.1,212.683,289.784,240.2,256,240.2z\'/%3E			%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") no-repeat scroll 100% 100%;
}
.location__value:hover {
	color: #00a650;
}


/* LOCATIONDROP */
.cabinetDropMenu__title {
	font-weight: 700;
	font-size: 18px;
	padding: 0px 0px 20px 0px;
}
.cabinetDropMenu__list {}
.cabinetDropMenu__listItem {
	padding: 7px 0px;
}
.cabinetDropMenu__listLink {
	color: #3f464e;
	transition: all 0.3s ease-out;
	cursor: pointer;
	text-decoration: none;
} 
.cabinetDropMenu__listLink:hover {
	color: #00a650;
}


/* PHONE */
.phone {
	font-weight: 700;
	font-size: 20px;
	position: relative;
	padding-left: 30px;
}
.phone::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 5px;
	transform: rotate(10deg);
	background: url("/local/templates/main/css/../images/telephone_black.svg") no-repeat scroll 100% 100%;
}
/* .headerWrap_black .phone::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 5px;
	transform: rotate(10deg);
	background: url("/local/templates/main/css/../images/telephone_white.svg") no-repeat scroll 100% 100%;
	fill: #ff0000;
} */
/* SUBHEADER */
.subHeader {
	position: relative;
	background:#00000030;
	z-index: 15;
	-webkit-backdrop-filter:blur(5px);
	backdrop-filter:blur(5px);
}
.subHeader::after {
	position: absolute;
	background: none;
	content: "";
	z-index: 1;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0px;
	box-shadow: 0px 10px 25px 2px rgba(100,63,126,.1);
}
.headerWrap_black .subHeader {
	background: none;
	border-top: 1px solid transparent;
}
.subHeader__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
    justify-content:flex-start;
	height:70px;
	height:34px;
	clear: both;
}
.subHeader__column {
	padding: 0px 12px 0 0;
	white-space: nowrap;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
}
.subHeader__column_logo {
	width: 155px;
	display: none;
}
.subHeader__column_menu {
	/*width: calc(100% - 359px);*/
	flex-grow:1;
	width: 100%;
	z-index: 2;
	justify-content: center;
}
.subHeader__column_connect {
	justify-content: center;
	padding-right: 0;
}
.page_cabinet .subHeader__column_refill {
	min-width: 225px;	
}
.page_cabinet .subHeader__column_telegram {
	min-width: 225px;	
}
/* HEADERSEARCH */
.headerSearch {
	width: 100%;
	height: 100%;
	max-width:18rem;
}
.headerSearch form {
	width: 100%;
	height: 100%;
}


/* MENU */
.menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 100%;
}
.menu__item {
	text-align: left;
	padding-right: 30px;
	
	
}


/* CONTENT */
.content {
	min-height: calc(100% - 535px);
	position: relative;
}


/* SLIDER */
.slider {
	position: relative;
	z-index: 0!important;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	height: 700px;
    width: 100%;
	margin-top: -8rem;
}
.top_slider {
	display:none;
	width: 100%;
	position: absolute;
	height: 700px;
	background: url("/local/templates/main/css/../images/Halloween_Banner.png") bottom left / cover no-repeat;
	z-index: 100;
}
.slider_sub {
	margin-bottom: -60px;
}
.slider__content {
	width: 100%;
	height: 100%;
	position: absolute;
    background-position: left !important;
    background-size: cover !important;
    transition: all 3.0s ease-out;
}
.slider__limiter {
	max-width: 1440px;
    min-width: 980px;
	min-height: 100%;
	margin: auto;
	clear: both;
	position: relative;
	padding: 0px 40px;
}
.slider__info {
	font-weight: 700;
	line-height: 70px;
	font-size: 60px;
	color: #fff;
	top: 40%;
	position: absolute;
}
.slider__title {
	font-weight: 700;
	line-height: 70px;
	font-size: 60px;
	color: #fff;
	margin: 0;
	padding: 0;
}
.slider__info .ruble {
	font-weight: 700;
	font-size: 60px;
	color: #fff;
}
.slider__infoGreen {
	background: #3ab150;
	display: inline-block;
	padding: 0px 10px 10px 10px;
	margin:0px 0px -10px -10px;
}


/* SLIDER 
.arrow {
	bottom: 100px;
    right: 15%;
    vertical-align: middle;
    width: 120px;
	height: 53px;
    z-index: 100;
    position: absolute;
    transition: all 0.2s ease-out;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.arrow__item {
	width: 53px;
	display: block;
	height: 53px;
	background: #fff;
	position: relative;
}
.arrow__item_left::before {
	content: "";
	display: block;
	width: 14px;
	height: 10px;
	position: absolute;
	left: calc(50% - 7px);
	top: calc(50% - 5px);
	background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' version=\'1.1\' id=\'Capa_1\' x=\'0px\' y=\'0px\' width=\'14px\' height=\'10px\' viewBox=\'0 0 268.832 268.832\' style=\'enable-background:new 0 0 268.832 268.832;\' xml:space=\'preserve\'%3E%3Cg%3E%3Cpath d=\'M265.171,125.577l-80-80c-4.881-4.881-12.797-4.881-17.678,0c-4.882,4.882-4.882,12.796,0,17.678l58.661,58.661H12.5   c-6.903,0-12.5,5.597-12.5,12.5c0,6.902,5.597,12.5,12.5,12.5h213.654l-58.659,58.661c-4.882,4.882-4.882,12.796,0,17.678   c2.44,2.439,5.64,3.661,8.839,3.661s6.398-1.222,8.839-3.661l79.998-80C270.053,138.373,270.053,130.459,265.171,125.577z\' fill=\'%23293137\'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") no-repeat scroll 100% 100%;
	transform: rotate(180deg);
}
.arrow__item_right::before {
	content: "";
	display: block;
	width: 14px;
	height: 10px;
	position: absolute;
	left: calc(50% - 7px);
	top: calc(50% - 5px);
	background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' version=\'1.1\' id=\'Capa_1\' x=\'0px\' y=\'0px\' width=\'14px\' height=\'10px\' viewBox=\'0 0 268.832 268.832\' style=\'enable-background:new 0 0 268.832 268.832;\' xml:space=\'preserve\'%3E%3Cg%3E%3Cpath d=\'M265.171,125.577l-80-80c-4.881-4.881-12.797-4.881-17.678,0c-4.882,4.882-4.882,12.796,0,17.678l58.661,58.661H12.5   c-6.903,0-12.5,5.597-12.5,12.5c0,6.902,5.597,12.5,12.5,12.5h213.654l-58.659,58.661c-4.882,4.882-4.882,12.796,0,17.678   c2.44,2.439,5.64,3.661,8.839,3.661s6.398-1.222,8.839-3.661l79.998-80C270.053,138.373,270.053,130.459,265.171,125.577z\' fill=\'%23293137\'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") no-repeat scroll 100% 100%;
}*/

.particles-js-canvas-el{
  position: fixed;
  z-index: -1;
  TOP: 0;
  BOTTOM: 0;
  left: 0;
  right: 0;
}
/* PAGEORDER */
.requests {
	background: #fff;
	padding: 0; /* 60px 0 0*/
	margin-bottom: 120px;
}
.requests__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.requests__body {
	position: relative;
	z-index: 2;
}
.requests__services {
	position: relative;
	width: 50%;
	padding: 0px 40px;
	color: #fff;
}
.requests__servicesBg {
	background: rgb(130,196,84); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(130,196,84,1) 20%, rgba(53,176,80,1) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(130,196,84,1) 20%,rgba(53,176,80,1) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(130,196,84,1) 20%,rgba(53,176,80,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 8px 8px 45px 10px rgba(0,138,3,.3);
	width: 100%;
	padding: 20px 30px 20px 30px;
	position: absolute;
	left:0px;
	top: -60px;
	bottom: -60px;
	right:0px;
	color: #fff;
	z-index: 1;
}
.requests__header {
	font-size: 30px;
	font-weight: 300;
}
.requests__subHeader {
	position: relative;
	margin: 0;
	line-height: normal;
    font-weight: 700;
}
.requests__smallHeader {
	padding-bottom: 15px;
}
.requests__subHeader::before {
	content: attr(data-part);
	display: block;
	min-height: 120px;
	font-weight: 700;
	font-size: 130px;
	line-height: 1;
	color: #ffffff;
	opacity: 0.1;
}
.requests__subHeader_adress::before {
	color: #292929;
	opacity: 0.07;
}
.requests__subHeader span {
	font-size: 30px;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 50%;
	white-space: nowrap;
	transform: translateY(-50%);
}
.requests__checkboxs {}
.requests__text {
	padding: 0px 0px 20px 0px;
}
.requests__buttons {
	padding: 10px 0px 0px 0px;
}
.requests__address {
	width: 50%;
	padding: 40px 40px;
}
.requests__inputs {}
.requests_dailog {
	margin-bottom: 0;
}
.requests_dailog .requests__address {
	width: 100%;
	padding:0px;
}
.requests_dailog .requests__subHeader {
	padding: 20px 0px;
}
.requests_dailog .requests__subHeader::before {
	display: none;
}
.requests_dailog .requests__subHeader span {
	font-size: 20px;
	font-weight: 700;
	position: static;
	left: inherit;
	top: inherit;
	white-space: nowrap;
	transform: none;
}



/* TARIFFS */
.tariffs {
	margin-bottom: 20px;
	position: relative;
    z-index: 1;
}
.tariffs_tv {
	margin: 30px 0px 20px 0px;
}
.tariffs__container {
}
.tariffs__content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.tariffs__sort {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	background: #fff;
	padding:20px 30px;
	border-bottom: 1px solid #eaedf0;
}
.tariffs__sortTitle {
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 20px;
}
.tariffs__sortTypes {
	flex-grow: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tariffs__type {
	padding: 10px;
}
.tariffItem {
	background: #fff;
	width: 25%;
	padding: 40px;
	border-left: 1px solid #eaedf0;
	border-bottom: 1px solid #eaedf0;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*min-width: 280px;*/
}
.tariffItem__container {
    display: flex;
    min-height: calc(100% - 40px);
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
}
.tariffItem__container:hover, .tariffItem__container {
    text-decoration: none;
}
.tariffItem:nth-child(4n+1) {
	border-left: none; 
}
.tariffPage__item .tariffItem {
	border: 1px solid #eaedf0;
	width: 100%;
}
.tariffItem__indicator {
	padding: 0px 0px 10px 0px;
    display: flex;
    justify-content: center;
}
.tariffItem__name {
	font-size: 22px;
	text-align: center;
	color: #3f464e;
    height: 100%;
    flex-grow: 1;
	font-weight: 700;
	padding: 0px 0px 5px 0px;
}
.tariffItem__speed {
	font-size: 16px;
	font-weight: 300;
    text-align: center;
	color: #7c9199;
	padding: 0px 0px 20px 0px;

}
.tariffItem_type {
	text-align: left;
	color: #7c9199;
	font-weight: 300;
	width: 250px;
	padding: 7px 0px 7px 0px;
}
.tariffItem_price {
	font-weight: 700;
	font-size: 40px;
	color: #000000;
    text-align: center;
	padding: 20px 0px 10px 0px;
}
.video_price_container {
	display: flex;
	flex-direction: column;
	align-items:flex-start;
    margin-top:20px;

}
.video_price {
	font-weight: 700;
	font-size: 40px;
    text-align: center;
	padding: 5px 0px 10px 0px;
    color:red;
}

.video_price .ruble {
	font-size: 32px;
    color:red;
}

.video_priceOld{
    font-size: 24px;
    color: #7c9199;
    text-decoration: line-through;
    margin-bottom: -13px;
}

.video_priceOld .ruble {
    font-size: 28px;
}

.tariffItem_priceText {
	font-size: 24px;
	color: #7c9199;
	font-weight: 400;
}
.tariffItem_price .ruble {
	font-size: 22px;
}
.tariffItem_buttons {}
.tariffItem_best::before {
	position: absolute;
	content: "";
	width: 85px;
	height: 84px;
	background: url("/local/templates/main/css/../images/best.png") no-repeat left top;
	left: 0;
	top: 0;
	z-index: 10;
}
.tvIndicator {
	width: 140px;
	height: 94px;
	display: flex;
	position: relative;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	background: url("/local/templates/main/css/../images/tariffItem_tv_indicator_bg.png") no-repeat left top;
	padding-bottom: 30px;
}
.tvIndicator__count {
    text-align: center;
    color: #b8c9dd;
    font-weight: bold;
}
.tariffItem__info {
    padding: 10px;
    text-align: center;
}
.tariffItem__link {
	color: #7c9199;
	font-weight: 300;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #7c9199;
}
.tariffItem__control {
    text-align: center;
}

.tvChannelListDialog {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.tvChannelListDialog span {
    display: flex;
    width: 20%;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
}
.tvChannelListDialog span img {
    margin: 0 10px;
}




.tariffSmallItem {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 30px;
}
.tariffSmallItem__title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #eaedf0;
	margin-right: -1px;
	padding: 10px 20px;
	width: 25%;
}
.tariffSmallItem__titleName {
	font-weight: 700;
}
.tariffSmallItem__titleLabel {
	font-size: 12px;
	text-transform: uppercase;
}
.tariffSmallItem__info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 75%;
	flex-wrap: wrap;
}




.channel-packages {}
.channel-packages__container {}
.channel-packages__title {}
.channel-packages__content {
	display: flex;
	flex-wrap: wrap;
}
.channel-package {
	background: #fff;
	width: 25%;
	padding: 0px 0px 40px 0px;
	border-left: 1px solid #eaedf0;
	border-bottom: 1px solid #eaedf0;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 280px;
}
.channel-packages__photo {
    padding: 20px;
}
.channel-packages__img {
    width: 100%;
}
.channel-package__name {
	font-size: 26px;
	text-align: center;
	color: #3f464e;
	font-weight: 700;
	padding: 0px 0px 5px 0px;
}
.channel-package__speed {
	font-size: 16px;
	font-weight: 300;
	color: #7c9199;
	padding: 0px 0px 20px 0px;

}
.channel-package__type {
	text-align: left;
	color: #7c9199;
	font-weight: 300;
	width: 250px;
	padding: 7px 0px 7px 0px;
}
.channel-package__price {
	font-weight: 700;
	font-size: 30px;
	color: #000000;
	padding: 20px 0px 10px 0px;
}
.channel-package__priceText {
	font-size: 20px;
	color: #7c9199;
	font-weight: 400;
}
.channel-package__price .ruble {
	font-size: 20px;
}
.channel-package__buttons {}
.channel-package__info {
    padding: 10px;
    text-align: center;
}
.channel-package__link {
	color: #7c9199;
	font-weight: 300;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #7c9199;
}








.speedIndicator {
	width: 128px;
	height: 126px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	background: url("/local/templates/main/css/../images/tariffItem_indicator_bg.png") no-repeat left top;
	padding-bottom: 30px;
}
.speedIndicator__area {}
.speedIndicator__arrow {
	position: absolute;
	width: 9px;
	height: 42px;
	top: 25px;
	transform-origin:50% calc(100% - 8px);
	background: url("/local/templates/main/css/../images/tariffItem_bar_bg.png") no-repeat left top;
}



/**animation start**/
.tariffItem_20 .speedIndicator__arrow {
    transform:rotate(-70deg);
}
.tariffItem_20:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow20 1.5s linear forwards;
}
.tariffItem_30 .speedIndicator__arrow {
    transform:rotate(-50deg);
}
.tariffItem_30:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow30 1.5s linear forwards;
}
.tariffItem_40 .speedIndicator__arrow {
    transform:rotate(-20deg);
}
.tariffItem_40:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow40 1.5s linear forwards;
}
.tariffItem_50 .speedIndicator__arrow {
    transform:rotate(130deg);
}
.tariffItem_50:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow50 1.5s linear forwards;
}
.tariffItem_60 .speedIndicator__arrow {
    transform:rotate(30deg);
}
.tariffItem_60:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow60 1.5s linear forwards;
}
.tariffItem_70 .speedIndicator__arrow {
    transform:rotate(70deg);
}
.tariffItem_70:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow70 1.5s linear forwards;
}
.tariffItem_80 .speedIndicator__arrow {
    transform:rotate(80deg);
}
.tariffItem_80:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow80 1.5s linear forwards;
}
.tariffItem_90 .speedIndicator__arrow {
    transform:rotate(90deg);
}
.tariffItem_90:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow90 1.5s linear forwards;
}
.tariffItem_100 .speedIndicator__arrow {
    transform:rotate(120deg);
}
.tariffItem_100:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow100 1.5s linear forwards;
}
.tariffItem_150 .speedIndicator__arrow {
    transform:rotate(120deg);
}
.tariffItem_150:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow100 1.5s linear forwards;
}
.tariffItem_200 .speedIndicator__arrow {
    transform:rotate(120deg);
}
.tariffItem_200:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow100 1.5s linear forwards;
}
.tariffItem_250 .speedIndicator__arrow {
    transform:rotate(120deg);
}
.tariffItem_250:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow100 1.5s linear forwards;
}
.tariffItem_300 .speedIndicator__arrow {
    transform:rotate(120deg);
}
.tariffItem_300:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow100 1.5s linear forwards;
}
.tariffItem_400 .speedIndicator__arrow {
    transform:rotate(120deg);
}
.tariffItem_400:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow100 1.5s linear forwards;
}
.tariffItem_500 .speedIndicator__arrow {
    transform:rotate(120deg);
}
.tariffItem_500:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow100 1.5s linear forwards;
}
.tariffItem_600 .speedIndicator__arrow {
    transform:rotate(120deg);
}
.tariffItem_600:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow100 1.5s linear forwards;
}
.tariffItem_700 .speedIndicator__arrow {
    transform:rotate(120deg);
}
.tariffItem_700:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow100 1.5s linear forwards;
}
.tariffItem_800 .speedIndicator__arrow {
    transform:rotate(120deg);
}
.tariffItem_800:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow100 1.5s linear forwards;
}
.tariffItem_900 .speedIndicator__arrow {
    transform:rotate(120deg);
}
.tariffItem_900:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow100 1.5s linear forwards;
}
.tariffItem_1000 .speedIndicator__arrow {
    transform:rotate(120deg);
}
.tariffItem_1000:hover .speedIndicator__arrow {
	animation:speedIndicatorarrow100 1.5s linear forwards;
}
/**animation end**/





@keyframes speedIndicatorarrow20 {
  0% {
    transform:rotate(-130deg);
  }
  50% {
    transform:rotate(-100deg);
  }
  90%,94%,98% {
    transform:rotate(-75deg);
  }
  92%,96%,100% {
    transform:rotate(-70deg);
  }
}
@keyframes speedIndicatorarrow30 {
  0% {
    transform:rotate(-130deg);
  }
  50% {
    transform:rotate(-90deg);
  }
  90%,94%,98% {
    transform:rotate(-55deg);
  }
  92%,96%,100% {
    transform:rotate(-50deg);
  }
}
@keyframes speedIndicatorarrow40 {
  0% {
    transform:rotate(-130deg);
  }
  50% {
    transform:rotate(-50deg);
  }
  90%,94%,98% {
    transform:rotate(-15deg);
  }
  92%,96%,100% {
    transform:rotate(-20deg);
  }
}
@keyframes speedIndicatorarrow50 {
  0% {
    transform:rotate(-130deg);
  }
  50% {
    transform:rotate(80deg);
  }
  90%,94%,98% {
    transform:rotate(115deg);
  }
  92%,96%,100% {
    transform:rotate(120deg);
  }
}
@keyframes speedIndicatorarrow60 {
  0% {
    transform:rotate(-130deg);
  }
  50% {
    transform:rotate(-20deg);
  }
  90%,94%,98% {
    transform:rotate(25deg);
  }
  92%,96%,100% {
    transform:rotate(30deg);
  }
}
@keyframes speedIndicatorarrow70 {
  0% {
    transform:rotate(-130deg);
  }
  50% {
    transform:rotate(40deg);
  }
  90%,94%,98% {
    transform:rotate(65deg);
  }
  92%,96%,100% {
    transform:rotate(70deg);
  }
}
@keyframes speedIndicatorarrow80 {
  0% {
    transform:rotate(-130deg);
  }
  50% {
    transform:rotate(40deg);
  }
  90%,94%,98% {
    transform:rotate(75deg);
  }
  92%,96%,100% {
    transform:rotate(80deg);
  }
}
@keyframes speedIndicatorarrow90 {
  0% {
    transform:rotate(-130deg);
  }
  50% {
    transform:rotate(40deg);
  }
  90%,94%,98% {
    transform:rotate(85deg);
  }
  92%,96%,100% {
    transform:rotate(90deg);
  }
}
@keyframes speedIndicatorarrow100 {
  0% {
    transform:rotate(-130deg);
  }
  50% {
    transform:rotate(80deg);
  }
  90%,94%,98% {
    transform:rotate(115deg);
  }
  92%,96%,100% {
    transform:rotate(120deg);
  }
}







.speedIndicator__speed {
	color: #8b9aaa;
	font-size: 18px;
	text-align: center;
	position: relative;
	bottom: -30px;
}


/* STOCKS */
.stocks {
	margin-bottom: 20px;
	position: relative;
}
.stocks__container {
	height: 640px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr [fourth] 1fr;
	grid-template-rows: 1fr 1fr;
	grid-template-areas: "first first second third" "first first fourth fourth" ". . . .";
}
.stocks__item {
	height: 100%;
}
.stocks__item_1 {
	background: #3f4953;
	grid-area: first;
}
.stocks__item_2 {
	background: #1bc6f1;
	grid-area: second;
}
.stocks__item_3 {
	background: #f59a00;
	grid-area: third;
}
.stocks__item_4 {
	background: #00be9a;
	grid-area: fourth;
}


.stock {
	width: 100%;
	height: 100%;
    position: relative;
	transition: all 0.5s ease-out;
}
.stock__bg {
	background-position: center;
	background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	transition: all 0.5s ease-out;
    z-index: 1;
    opacity: 0.2;
}
.stock:hover .stock__bg {
	background-size: 110%;
    opacity: 1;
}
.stock__container {
	display: block;
	width: 100%;
	height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
	text-decoration: none;
}
.stocks__label {
	background: #212b36;
	padding: 10px;
	font-size: 14px;
	font-weight: 300;
	position: absolute;
	left: 40px;
	top: 40px;
	color: #fff;
}
.stocks__title {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	position: absolute;
	padding: 40px;
	bottom: 0px;
	left: 0px;
}
.stocks__item_1 .stocks__title {
	font-size: 28px;
}
.stocks__item_2 .stocks__label {
	background: #009ec6;
}
.stocks__item_3 .stocks__label {
	background: #e05f00;
}
.stocks__item_4 .stocks__label {
	background: #009477;
}


.stocksSub {
	position: relative;
    z-index: 1;
}
.stocksSub__container {
	background: #fff;
	padding: 30px;
	margin-bottom: 40px;
}
.stocksSub__container_stockItem {
	padding: 0px;
	margin-bottom: 0px;
}
.stocksSub__content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-top: -20px;	
}
.stocksSub__left {
	width: 25%;
}
.stocksSub__right {
	width: 75%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.stockSub {
	width: calc(50% - 40px);
	margin: 20px;
	padding: 0px;
	position: relative;
	border: 1px solid #eaedf0;
}
.stockSub__date {
	background: #00a650;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
}
.stockSub__photo {
	margin-bottom: 20px;
}
.stockSub__photoLink {}
.stockSub__img {
	width: 100%;
}
.stockSub__title {
	padding: 0px 40px;
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
	display: block;
	color: #292929;
	transition: all 0.3s ease-out;
}
.stockSub__title:hover {
	color: #00a650;
}
.stockSub__descr {
	padding: 20px 40px 40px 40px;
}


.moreButton {
	padding: 20px;
	width: 100%;
	text-align: center;
}
.moreButton__button {
	display: inline-block;
	background: #00a44f;
	color: #fff;
	text-decoration: none;
	border-radius: 0px;
	font-weight: 300;
	font-size: 14px;
	position: relative;
	transition: all 0.3s ease-out;
	cursor: pointer;
	border:none;
	padding: 15px 30px 15px 60px;
	text-align: center;
}
.moreButton__button::after {
	display: block;
	content: "";
	position: absolute;
	left: 30px;
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
	background: url("/local/templates/main/css/../images/plus.svg") no-repeat left top;
}
.moreButton__button:hover {
	background: #009045;
}


.detailButton {
	display: inline-block;
	color: #00a650;
	text-transform: uppercase;
	position: relative;
	font-size: 12px;
	transition: all 0.3s ease-out;
	text-decoration: none;
	margin: 10px 0px -10px 0px;
	padding: 10px 20px 10px 10px;
}
.detailButton::after {
	display: block;
	content: "";
	position: absolute;
	right: 0px;
	top: calc(50% - 7.5px);
	width: 15px;
	height: 15px;
	background: url("/local/templates/main/css/../images/arrow.svg") no-repeat left top;
	background-size: 100% 100%;
}
.detailButton:hover {
	color: #009045;
}


.tariffPage {
	padding: 20px 0px 0px 0px;
}
.tariffPage__info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.tariffPage__item {
	width: 30%;
	margin-right: -1px;
}
.tariffPage__char {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: 70%;
}
.tariffPage__service {
	padding-top: 50px;
}
.tariffPage__subtitle {
	padding-bottom: 30px;
	font-size: 22px;
	font-weight: 300;
}
.tariffPage__serviceContent {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.tariffPage__descr {
	padding-top: 50px;
}
.tariffPage__descrContent {}


.all-channels {}
.all-channels__container {}
.all-channels__title {
    padding: 30px 40px 30px 40px;
}
.all-channels__content {
    max-height: 560px;
    overflow: hidden;
    padding: 0px 40px;
}
.all-channels__content_open {
    max-height: inherit;
}
.all-channels__content img {
    margin: 5px;
}
.all-channels__controls {
    padding: 10px 20px 30px 20px;
    display: flex;
    justify-content: center;
}
.all-channels__all-link {
    display: inline-block;
	color: #7c9199;
	font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid #7c9199;
    margin-top: 30px;
}



.instructions {
    background: #fff;
}
.instructions__container {
    padding: 50px 50px 0px 50px;
}
.instructions-item {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
}
.instructions-item:nth-child(2n+1) {
    flex-direction: row-reverse;
}
.instructions-item__photo {
    width: 50%;
    display: flex;
    justify-content: center;
}
.instructions-item__img {}
.instructions-item__content {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.instructions-item__title {
    font-size: 30px;
    font-weight: 600;
}
.instructions-item__info {
    padding: 30px 30px 30px 0px;
}
.instructions-item__links {}
.instructions-item__link {
	color: #7c9199;
	font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid #7c9199;

}
.instructions__title {
    text-align: center;
    font-weight: 300;
    padding: 0px 0px 30px 0px;
    font-size: 30px;
}


.char {
	border: 1px solid #eaedf0;
	width: 33.33%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	margin: 0px -1px -1px 0px;
	padding: 30px 20px;
    overflow: hidden;
    position: relative;
}
.char_service {
	width: 25%;
}
.char__icon {}
.char__img {
	width: 60px;
}
.char__title {
	font-size: 18px;
	font-weight: 300;
}
.char__price {
	font-weight: 700;
	color: #000000;
	font-size: 24px;
}
.char__priceText {
	font-weight: 400;
	font-size: 22px;
}
.char_service .char__img {
	width: 50px;
}
.char_service .char__title {
	font-size: 16px;
	font-weight: 300;
}
.char_service .char__price {
	font-weight: 700;
	color: #000000;
	font-size: 20px;
}
.char_service .char__priceText {
	font-weight: 400;
	font-size: 18px;
}
.char__description {
    top: 100%;
    left: 0;
    right: 0;
    background: #37b051;
    height: 100%;
    position: absolute;
    color: #fff;
    padding: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease-out;
}
.char:hover .char__description {
    top: 0;
    bottom: 0;
}
.char__descriptionLink {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}
.tariffSmallItem .char {
	padding: 10px 10px;
}
.tariffSmallItem .char__img {
	width: 40px;
}
.tariffSmallItem .char__title {
	font-size: 16px;
	font-weight: 300;
}
.tariffSmallItem .char__price {
	font-weight: 700;
	color: #000000;
	font-size: 18px;
}
.tariffSmallItem .char__priceText {
	font-weight: 400;
	font-size: 16px;
}



.video {}



.navigation {
	background: #fff;
	border-bottom: 1px solid #eaedf0;
}
.navigation__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
}
.navigation__item {}
.navigation__link {
	color: #7c9199;
	display: block;
	padding: 25px 20px 25px 20px;
	transition: all 0.3s ease-out;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
} 
.navigation__link:hover {
	color: #3f464e;
}
.navigation__link_active {
	color: #3f464e;
	font-weight: 500;
}



.aboutItem {
	background: #fff;
}
.aboutItem__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.aboutItem__container.limiter {
	padding-bottom: 0;
}
.aboutItem__content {
	width: 50%;
	padding: 40px;
}
.aboutItem__title {
	padding-bottom: 30px;
}
.aboutItem__into {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 20px;
}
.aboutItem__text {
    font-weight: 300;
	line-height: 24px;
}
.aboutItem__photo {
	width: 50%;
	padding: 40px;
	padding-bottom: 0px;
	text-align: center;
}
.aboutItem__img {
	max-width: 320px;
}



.benefits {}
.benefits__contaner {
	padding: 40px 20px;
}
.benefits__title {
	padding:30px 20px 30px 20px;
    text-align: center;

}
.benefits__content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}



.benefitsItem {
	width: 33.33333%;
	padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.benefitsItem__icon {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 110px;
	height: 110px;
}
.benefitsItem__img {
	width: 60px;
}
.benefitsItem__title {
	font-size: 18px;
	font-weight: 700;
	padding: 20px 0px;
}
.benefitsItem__content {
	max-width: 260px;
	opacity: 0.7;
    text-align: center;
}
.benefitsItem__icon_green {
	background: #4bb651;
}
.benefitsItem__icon_darkblue {
	background: #4496f5;
}
.benefitsItem__icon_orange {
	background: #ffb200;
}
.benefitsItem__icon_cherry {
	background: #e22e65;
}
.benefitsItem__icon_mint {
	background: #57d9b7;
}
.benefitsItem__icon_blue {
	background: #1cc7f1;
}



.search-page {
    padding-top: 20px;
}
.search-page__form {}
.search-page__form-line {
    position: relative;
    display: flex;
}
.search-page__input {
	width: 100%;
	border-radius: 0;
	font-size: 18px;
	height: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 20px 100px 20px 30px;
}
.search-page__input:hover {
	background: #fff;
	color: #292929;
}
.search-page__input:focus {
	background: #fff;
	color: #292929;
}
.search-page__select {}
.search-page__button {
	display: inline-block;
    position: relative;
	background: #00a44f;
	color: #fff;
	text-decoration: none;
	border-radius: 0px;
	font-weight: 300;
	font-size: 16px;
	transition: all 0.3s ease-out;
	cursor: pointer;
	border:none;
	padding: 15px 30px 15px 60px;
	text-align: center;
}
.search-page__button:hover {
	color: #fff;
	background: #37b051;
}
.search-page__button::before {
	width: 17px;
	height: 17px;
	border: none;
	cursor: pointer;
	position: absolute;
	z-index: 41;
    left: 30px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
	display: block;
	transition: all 0.3s ease-out;
	background: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 391.9 392.9' style='enable-background:new 0 0 391.9 392.9;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bclip-path:url(%23SVGID_2_);%7d %3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cdefs%3e%3crect id='SVGID_1_' width='391.9' height='392.9'/%3e%3c/defs%3e%3cclipPath id='SVGID_2_'%3e%3cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3e%3c/clipPath%3e%3cpath fill='%23ffffff' class='st0' d='M46,46.4c-61.3,61.3-61.3,161,0,222.2c52.2,52.2,132.5,59.8,193,22.9l89.6,89.6c14.4,14.4,37.8,14.4,52.1,0 c14.4-14.4,14.4-37.7,0-52.1L291,239.3c37-60.5,29.4-140.6-22.9-193C206.8-14.9,107.2-14.9,46,46.4L46,46.4z M222.4,92.2 c36,36,36,94.6,0,130.6s-94.6,36-130.6,0s-36-94.6,0-130.6S186.4,56.2,222.4,92.2L222.4,92.2z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e ") no-repeat 100% 100%;
}
.search-page__params {}
.search-page__params-link {}
.search-language__guess {}
.search-page__error {}
.search-page__error-table {}
.search-page__error-item {}
.search-page__results {}
.search-page__sort {
    padding: 30px 0px;
    display: flex;
    align-items: center;
}
.search-page__sort-link {
    display: block;
	font-size: 20px;
    font-weight: 300;
	color: #292929;
	text-decoration: none;
	line-height: 26px;
	transition: all 0.3s ease-out;
    border-bottom: 1px solid #292929;
}
.search-page__sort-link:hover {
	color: #00a650;
    text-decoration: none;
    border-bottom: 1px solid #00a650;
}
.search-page__sort-separ {
    display: block;
    padding: 0px 10px;
}
.search-page__sort-text {
    display: block;
    font-size: 20px;
    font-weight: 300;
}




.search-result {
    padding: 40px;
	border: 1px solid #eaedf0;
    margin-bottom: -1px;
}
.search-result__title {
    padding-bottom: 15px;
}
.search-result__link {
	font-size: 24px;
	color: #292929;
	text-decoration: none;
	line-height: 26px;
	transition: all 0.3s ease-out;
}
.search-result__link:hover {
	color: #00a650;
}
.search-result__text {
	font-size: 16px;
	font-weight: 300;
    padding: 10px 0px 20px 0px;
}
.search-result__rating {}
.search-result__date {
    color: #7c9199;
    font-size: 12px;
}
.search-result__path {
    color: #7c9199;
    font-size: 12px;
}
.search-result__path a {
    color: #7c9199;
    text-decoration: none;
    font-size: 12px;
}
.search-result__path a:hover {
	color: #00a650;
    text-decoration: none;
}



.contentSlider {
	margin-bottom: 20px;
}
.contentSlider__container {
	position: relative;
}



.contentSlider .dots {
	position: absolute;
	bottom: 40px;
	left: 40px;
}
.dots__item {
	border-radius: 50%;
	width: 20px;
	cursor: pointer;
	margin-right: 10px;
	height: 20px;
	background: rgba(255,255,255,0.0);
	border: 2px solid #fff;
}
.dots__item.active {
	background: rgba(255,255,255,0.5);
}
.slider__arrow.disabled {
	display: none;
}



.contentSliderItem {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	height: 400px;
}
.contentSliderItem__content {
	position: absolute;
	max-width: 40%;
	padding: 0px 40px 40px 40px;
	color: #fff;
}
.contentSliderItem__category {
	font-weight: 700;
	font-size: 18px;
}
.contentSliderItem__title {
	font-weight: 300;
	line-height: 48px;
	font-size: 48px;
	padding: 20px 0px;
}
.contentSliderItem__text {
	font-size: 18px;
}
.contentSliderItem__photo {
	width: 100%;
	height: 100%;
	background-size: cover!important;
	background-position: right!important;
}
.contentSliderItem__img {
	width: 100%;
}
.tv .contentSliderItem__content {
    display: none;
}
.tv .dots {
    display: none;
}




.democamers {}
.democamers__container {
	padding: 20px 0px;
}
.democamers__title {
	padding: 0px 40px 40px 40px;
}
.democamers__content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
    min-height: 820px;
}
.democamers__item {
	padding: 40px;
	background: #fff;
	width: 50%;
	border-left: 1px solid #eaedf0;
}
.democamers__item:first-child {
	border-left: none;
}
.democamers__img {
	width: 100%;
}


.job {
	margin: 40px 0px;
}
.job__intro {
    font-size: 18px;
    padding-bottom: 20px;
}
.job__photo {
	padding: 10px 0px 20px 0px;
}
.job__img {
	width: 100%;
}
.jobItem {
	padding: 30px;
	position: relative;
	border: 1px solid #edf1f6;
	cursor: pointer;
    margin-bottom: -1px;
	transition: all 0.3s ease-out;
}
.jobItem__header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
	padding-left: 30px;
	position: relative;
}
.jobItem__header::after {
	content: "+";
	font-weight: 300;
	font-size: 30px;
	position: absolute;
	left: 0px;
	top: -5px;
}
.jobItem__title {
    font-weight: 700;
    font-size: 20px;
	transition: all 0.3s ease-out;
}
.jobItem:hover .jobItem__title {
	color: #00a650;
}
.jobItem__salary {
    font-weight: 700;
    font-size: 20px;
	transition: all 0.3s ease-out;
}
.jobItem:hover .jobItem__salary {
	color: #00a650;
}
.jobItem__content {
	padding: 20px 0px 10px 25px;
	display: none;
	line-height: 28px;
	opacity: 0.8;
}
.jobItem__subtitle {
    font-weight: 700;
    font-size: 18px;
}
.jobItem__duties {}
.jobItem__requirements {}
.jobItem__conditions {}
.jobItem__list {
    margin: 10px 0px;
    padding: 0;
}
.jobItem__list li {
    margin: 0;
}
.jobItem__control {
    padding-top: 20px;
}
.jobItem__content_current {
	display: block;
}








.catalog {}
.catalog__container {
	padding: 20px 0px;
}
.catalog__title {
	padding: 0px 40px 40px 40px;
}
.catalog__content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.catalog__descript {
    font-size: 20px;
    padding: 0px 40px 20px 40px;
}

.cameras-slider {
	margin: 1rem;
	width: 100%;
	position: relative;
	height: 600px;
	overflow: hidden;
}
.cameras-slider .cadre {
	height: 100%;
	width: calc(100% / 3);
	overflow: clip;
	border-radius: map-get($spacers, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	transition: left 350ms linear, transform 0.7s ease;
}
.cameras-slider .catalogItem__photo {
	width: 50%;
	padding: unset;
}
.cameras-slider .catalogItem__img {
	position: static;
}
.cameras-slider .cadre:not(.active) {
	transform: scale(75%, 75%);
}
.cameras-slider .arrow {
	position: absolute;
	height: 60px;
	width: 60px;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 7px;
	cursor: pointer;
	z-index: 1;
	opacity: 0.8;
	transform: translateY(-50%);
	transition: all 0.2s ease-out;
	border: none;
	border-radius: 100%;
	background: #3ab150;
}
.cameras-slider .arrow:first-of-type {
	left: 10px;
	transform: translateY(-50%) rotate(180deg);
}
.cameras-slider .arrow:last-of-type {
	right: 10px;
}
.cameras-slider .arrow:hover {
	background: #00a44f;
}
.catalogItem {
	background: #fff;
	width: 25%;
	padding:20px 40px;
	border-left: 1px solid #eaedf0;
	border-bottom: 1px solid #eaedf0;
	min-width: 280px;
}
.catalogItem:nth-child(4n+1) {
	border-left: none;
}
.catalogItem__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.catalogItem__photo {
	position: relative;
	padding: 50%;
}
.catalogItem__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
}
.catalogItem__title {
	font-size: 20px;
	padding: 20px 0px;
}
.catalogItem__properies {
	width: 100%;
	font-size: 14px;
	opacity: 0.7;

}



.properties {}
.properties__container {}
.properties__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 7px 0px;
}
.properties__name {
	white-space: nowrap;
}
.properties__line {
	height: 1px;
	margin: 0 8px;
	background: #e3e4e6;
	background-size: auto;
	background-size: 3px 1px;
	flex-grow: 1;
}
.properties__value {
	width: 30%;	
}



.videotariffs {}
.videotariffs__container {
	padding: 20px 0px 60px 0px;
}
.videotariffs__content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.videotariffs__title {
	padding: 0px 40px 40px 40px;
}


.videotariffsItem {
	background: #fff;
	width: 25%;
	flex-grow: 1;
    max-width: 33.33%;
	padding:0px 0px 40px 0px;
	border-left: 1px solid #eaedf0;
	border-bottom: 1px solid #eaedf0;
	min-width: 280px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.videotariffsItem:nth-child(4n+1) {
	border-left: none;
}
.videotariffsItem__name {
	padding: 30px 40px;
	background: #4bb651;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	text-align: center;
}
.videotariffsItem__text {
	padding: 20px 40px;
	width: 100%;
	font-weight: 300;
	font-size: 18px;
	color: #3f464e;
}
.videotariffsItem__subTitle {
	padding: 0px 40px 10px 40px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}
.videotariffsItem__char {
	padding: 0px 40px;
	opacity: 0.5;
	flex-grow: 1;
	line-height: 34px;
	width: 100%;
}
.videotariffsItem .tariffItem_price {
	padding:10px 0px 20px 0px;
}



/* PAGEPAY */
.payBox {
	margin-bottom: 20px;
	position: relative;
    z-index: 1;
}
.payBox__container {
	background: #fff;
	padding: 40px;
}
.payBox__title {
	font-size: 30px;
	color: #292929;
	font-weight: 300;
	padding-bottom: 20px;
}
.payBox__content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
}
.payBox__column {
	width: 37%;
}
.payBox__column:nth-child(3) {
	width: 26%;
}
.payBox__control {
	padding-top: 20px;
}
.payBox__info {
	font-size: 14px;
	color: #7c9199;
	padding: 7px 15px 0px 15px;
}


/* PERSONALSERVICES */
.personalServices {
	margin-bottom: 20px;
}
.personalServices__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}


.personalServicesItem {
	width: 25%;
	background: #fff;
	border-left: 1px solid #eaedf0;
}
.personalServicesItem:hover {
	background: #b2ff59;
}
.personalServicesItem:nth-child(1) {
	border-left: none;
}
.personalServicesItem__link {
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	padding: 60px;
}
.personalServicesItem__icon {
	display: block;
}
.personalServicesItem__img {
	width: 60px;
}
.personalServicesItem__title {
	color: #292929;
	padding: 20px 0px 0px 0px;
	display: block;
	margin: auto;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}



/* NEWS */
.news {
	margin-bottom: 20px;
}
.contentSub .news {
	padding-top: 20px;
}
.news__container {
}
.news__content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.news__control {
	background: #fff;
	padding: 20px 40px;
	border-top: 1px solid #eaedf0;
}
.news__allLink {
	font-weight: 300;
	color: #3f464e;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.news__allLink:hover {
	color: #00a650;
}


.newsItem {
	background: #fff;
	padding: 40px;
	width: 33.33%;
	border-left: 1px solid #eaedf0;
	border-bottom: 1px solid #eaedf0;
}
.newsItem:nth-child(3n+1) {
	border-left:none;
}
.contentSub .newsItem:nth-child(3n+1) {
	border-left: 1px solid #eaedf0;
}
.contentSub .newsItem:nth-child(3n) {
	border-right: 1px solid #eaedf0;
}
.contentSub .newsItem:nth-child(1), .contentSub .newsItem:nth-child(2), .contentSub .newsItem:nth-child(3) {
	border-top: 1px solid #eaedf0;
}
.newsItem__date {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
}
.newsItem__dateDate {
	font-size: 40px;
	color: #9ca4b2;
}
.newsItem__dateMonth {
	font-size: 16px;
	font-weight: 300;
	color: #9ca4b2;
	padding: 7px;
}
.newsItem__title {
	padding: 30px 0px 20px 0px;
}
.newsItem__titleLink {
	font-size: 24px;
	color: #292929;
	text-decoration: none;
	line-height: 26px;
	transition: all 0.3s ease-out;
}
.newsItem__titleLink:hover {
	color: #00a650;
}
.newsItem__text {
	font-size: 16px;
	font-weight: 300;
}
.newsPage__control {
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding-top: 30px;
	width: 100%;
}

.newsPage {}
.newsPage__date {
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 30px;
}
.newsPage__photo {}
.newsPage__img {}
.newsPage__introtext {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 30px;
}
.newsPage__text {
	padding-top: 30px;
	line-height: 22px;
}
.newsPage__date_stock {
	font-size: 14px;
}
.newsPage__date_stock span {
	background: #00a650;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
}
.newsPage__subtitle {
	font-size: 20px;
	font-weight: 700;
	border-top: 1px solid #edf1f6;
	padding-top: 30px;
}



/* SUBSCRIPTIONSOCIAL */
.subscriptionSocial {}
.subscriptionSocial__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding:70px 60px;
}


.subscription {
	width: 50%;
	padding: 0px 70px 0px 0px;
}
.subscription__title {
	font-weight: 300;
	font-size: 30px;
	padding-bottom: 30px;
}
.subscription__title strong {
	display: block;
	font-weight: 700;
	font-size: 30px;
}
.subscription__content {}


.input_subscription {
	min-width: 60%;
}


.social {
	width: 50%;
	padding: 0px 0px 0px 70px;
}
.social__title {
	font-weight: 300;
	font-size: 30px;
	padding-bottom: 30px;
}
.social__content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.social__item {
	width: 50%;
	display: block;
	text-decoration: none;
	font-weight: 300;
	color: #292929;
	position: relative;
	padding: 0px 0px 0px 30px;
} 
.social__item_vk::after {
	display: block;
	width: 22px;
	height: 18px;
	content: "";
	background: url("/local/templates/main/css/../images/vk-social.svg") no-repeat left top;
	background-size: 22px 18px;
	position: absolute;
	left: 0px;
	top: calc(50% - 9px);
}
.social__item_max::after {
	display: block;
	width: 22px;
	height: 22px;
	content: "";
	background: url("/local/templates/main/css/../images/max.svg") no-repeat left top;
	background-size: 22px 18px;
	position: absolute;
	left: 0px;
	top: calc(50% - 9px);
}
.social__item_insta::after {
	display: block;
	width: 22px;
	height: 18px;
	content: "";
	background: url("/local/templates/main/css/../images/instagram-sketched.svg") no-repeat left top;
	background-size: 22px 18px;
	position: absolute;
	left: 0px;
	top: calc(50% - 9px);
}


.aboutService {}
.aboutService__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0px 60px 0px;
}
.aboutService__left {
	width: 50%;
	padding-right: 30px;
}
.aboutService__title {
	font-weight: 700;
	color: #000;
	width: 70%;
	line-height: 36px;
	font-size: 40px;
}
.aboutService__content {
	padding: 30px 0px 0px 0px;
	font-size: 16px;
}
.introtext {
	font-size: 20px;
	line-height: 28px;
}
.aboutService__right {
	width: 50%;
	padding-left: 30px;
}
.aboutService__photo {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aboutService__img {
	width: 100%;
}
.about {
	padding-top: 20px;
}
.about__photo {
	padding: 10px 0px 20px 0px;
}
.about__img {
	width: 100%;
}



/* FOOTER */
.footer {
	background: #333333;
	padding: 80px 0px;
}
.footer__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	clear: both;
	padding: 0px 20px;
}
.footer__column {
	width: 18.75%;
	padding: 0px 20px;
}
.footer__column:nth-child(1) {
	width: 25%;
	padding: 0px 20px;
}


/* FOOTERCONTACTS */
.footerContacts {min-width: 244px;}
.footerContacts__title {
	font-weight: 16px;
	font-weight: 700;
	padding-bottom: 20px;
	color: #fff;
}
.footerContacts__phone > a {
	font-size: 26px;
	font-weight: bold;
	color: #3ab150;
	text-decoration: none;
}
.footerContacts__email {
	color: #adadad;
	font-size: 14px;
}
.footerContacts__adress {
	color: #adadad;
	font-size: 14px;
	padding: 20px 0px;
}


/* RATEQUALITY */
.rateQuality {}
.rateQuality__title {
	font-weight: 16px;
	font-weight: 700;
	color: #fff;
}
.rateQuality__stars {}


/* STARS */
.stars {}
.star {}


/* FOOTERMENU */
.footerMenu {}
.footerMenu__title {
	font-weight: 16px;
	font-weight: 700;
	padding-bottom: 20px;
	color: #fff;
	
}
.footerMenu__item {
	padding: 6px 0px;
}


/* FOOTERCR */
.footerCr {
	background: #282828;
	padding: 30px 0px;
	color: #b2ff59;
}
.footerCr__container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	clear: both;
	padding: 0px 20px;
}
.footerCr__column {
	padding: 0px 20px;
}
.footerCr__column_cr {
	width: 25%;
}
.footerCr__column_politics {
	width: 56.25%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.footerCr__column_politics a {
	width: 50%;
}
.footerCr__column_developer {
	width: 18.75%;
}


/* COPYRIGHT */
.copyright {
	font-size: 14px;
	color: #b2ff59;
}


/* DEVELOPER */
.developer {}

/* CABINET */
.contentSub {
	display: block;
	background: #fff;
	position: relative;
	z-index: 0;
	min-height:430px;
}
.contentSub__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	padding: 0px 40px 0px 20px;
}
.contentSub__aside {
	width: 25%;
	padding: 67px 40px 50px 0px;
}
.contentSub__main {
	width: 75%;
	padding: 40px 0px 40px 20px;
}


/* CABINETMENU */
.contentMenu {
	padding: 0px 0px;
	background: #fff;
}
.contentMenu__item {
}
.contentMenu__link {
	color: #7c9199;
	display: block;
	padding: 15px 20px 15px 20px;
	transition: all 0.3s ease-out;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom:1px solid #edf1f6;
} 
.contentMenu__link:hover {
	color: #3f464e;
}
.contentMenu__link_active {
	color: #3f464e;
	font-weight: 500;
}
.contentMenu__title {
    font-weight: bold;
    background: #fbfafb;
	text-transform: uppercase;
    font-size: 14px;
    padding: 20px 20px 20px 20px;
}
.contentMenu__blcok {
    margin-bottom: 20px;
	border:1px solid #edf1f6;
}
.contentMenu_tariff .contentMenu__link {
    text-transform: inherit;
    
}




.faq {
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
	border: 1px solid #edf1f6;
	margin-top: 40px;
	background: #66bb6a;
	color: white;
	line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: left;
}
.cookie-consent{
	position: fixed;
	z-index: 1000;
	bottom:2rem;
	right:2rem;
	padding: 1rem;
	max-width: 25rem; min-height: 10.5rem;
	backdrop-filter: blur(5px);
	background: hsla(0,0%,100%,.62);
	// background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAQSURBVHgBY/gPBAwwAOIAAEfKB/ncOiksAAAAAElFTkSuQmCC') repeat;
	border: 1px solid #eaedf0;
}

.faqItem {
	padding: 30px;
	position: relative;
	border-bottom: 1px solid #edf1f6;
}

.faqItem__title {
  font-size: 1.25rem;
  font-weight: 400;
  background-color: #a5d6a7;
  color: #333;
  padding: 1rem;
  margin-bottom: 1rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.summary {
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #fff;
  color: #333;
  padding: 1rem;
  margin-bottom: 1rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}
.details > summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}
.details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}
.details > summary::-webkit-details-marker {
  display: none;
}
.faqItem__content {
	padding: 20px 0px 10px 25px;
	display: none;
	line-height: 28px;
	opacity: 0.8;
}
.faqItem__content_current {
	display: block;
}

.breadcrumb {
	font-size: 12px;
	color: #3f464e;
}
.breadcrumb__link {
	font-size: 12px;
	color: #3f464e;
	opacity: 0.7;
	text-decoration: none;
}



.docs {}
.docs__items {
	border-bottom: 1px solid #edf1f6;
	padding-top: 20px;
}
.docs__title {
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #d0d0d0;
 	padding-bottom: 5px;
	margin-bottom: 20px;
	position: relative;
 	padding-right: 32px;
	cursor: pointer;
	text-transform: uppercase;
	color: #7c9199;
}
.docs__title:after{
	display: block;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  right: 0;
  background: url("/local/templates/main/css/../images/arrow_white.png") no-repeat scroll center/20%, #c0c0c0;
  border-radius: 50%;
  bottom: 7px;
  transform: rotate(90deg);
  transition: rotate .4s;
}
.docs__content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	width: 80%;
	height: 0;
	overflow: hidden;
	transition: height .4s;
}
.docs__title.active:after{transform: rotate(-90deg);}
.docs__title.active + .docs__content{height:auto;}
.docs__item {
	padding-bottom: 20px;
	width: 100%;
}
.docs__itemName {
	font-size: 18px;
	font-weight: 500;
	display: block;
	text-decoration: none;
	position: relative;
	color: #292929;
	padding:0px 50px 10px 50px;
	transition: all 0.3s ease-out;
}
.docs__itemName:hover {
	color: #00a650;
}
.docs__itemName::before {
	display: block;
	position: absolute;
	content: "";
	width: 42px;
	height: 50px;
	left: 0px;
	top:-2px;
	background: url("/local/templates/main/css/../images/icon_text_documents.svg") no-repeat scroll 100% 100%;
}
.docs__itemType {
	text-transform: uppercase;
	font-size: 12px;
	opacity: 0.7;
	padding-left: 50px;
}



.contact {
	padding-top: 20px;
}
.contact__info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
justify-content: space-between;
}
.contact__text {
	width: 25%;
	background: #fff;
	font-size: 15px;
	padding: 20px 20px 20px 50px;
	border-left: 1px solid #eaedf0;
	border-bottom: 1px solid #eaedf0;
	border-top: 1px solid #eaedf0;
}
.contact__text:last-child {
	border-right: 1px solid #eaedf0;
}
.contact__adress {
	// width: 25%;
	width: 32%;
	min-width: 305px;
	max-width: 450px;
	min-height: 45rem;
	margin-bottom: 1rem;
	padding: 20px 20px 30px;
	border: 1px solid #eaedf0;
	border-radius: 10px;
}
//.contact__adress:hover {margin: -.2rem 0 .8rem;transition: margin ease-out 0.2s;}

.contact__adress:nth-child(1) {
	background: url("/local/templates/main/css/../images/contact1.svg") bottom left / 300px 50% no-repeat, #f1f7ed;
}

.contact__adress:nth-child(2) {
	background: url("/local/templates/main/css/../images/contact2.svg") bottom right / 450px 54% no-repeat, #f1f7ed;
}

.contact__adress:nth-child(3) {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: url("/local/templates/main/css/../images/contact3.svg") right top / 300px 50% no-repeat, #f1f7ed;
}

.contact__subtitle {
	font-weight: 700;
	font-size: 18px;
	// padding-bottom: 20px;
padding-bottom: .8rem;
	position: relative;
}
.contact__adress .contact__subtitle {min-height: 92px;}
//.contact__adress .contact__subtitle::after {
//	content: "";
//	display: block;
//	width: 22px;
//	height: 25px;
//	position: absolute;
//	left: -30px;
//	top: -2px;
//	background: url("/local/templates/main/css/../images/placeholder.svg") no-repeat scroll 100% 100%;
//}
.contact__phone .contact__subtitle::after {
	content: "";
	display: block;
	width: 22px;
	height: 25px;
	position: absolute;
	left: -30px;
	top: -2px;
	background: url("/local/templates/main/css/../images/telephone.svg") no-repeat scroll 100% 100%;
}
.contact__work .contact__subtitle::after {
	content: "";
	display: block;
	width: 22px;
	height: 25px;
	position: absolute;
	left: -30px;
	top: -2px;
	background: url("/local/templates/main/css/../images/clock.svg") no-repeat scroll 100% 100%;
}
.contact__email .contact__subtitle::after {
	content: "";
	display: block;
	width: 22px;
	height: 25px;
	position: absolute;
	left: -30px;
	top: -2px;
	background: url("/local/templates/main/css/../images/envelope.svg") no-repeat scroll 100% 100%;
}
.contact__requisites {
	width: 50%;
}
.contact__map {
	padding: 30px 0px;
}
.map {}







.paySystem {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0px -5px;
	padding: 5px 0px 0px 0px;
}
.paySystem__item {
	width: calc(14.28% - 10px);
	display: block;
	border: 1px solid #eaedf0;
	text-decoration: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	border-radius: 10px;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	margin: 5px;
	transition: all 0.3s ease-out;
}
.paySystem__item:hover {
	border: 1px solid #3ab150;
}
.paySystem__img {
	max-width: 90%;
}
.paySystem__item:nth-child(1) .paySystem__img {
	max-width: 70%;
}







/* CABINET */
.cabinet {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	max-width: 1440px;
    min-width: 980px;
	margin: auto;
	clear: both;
	padding: 0px 30px 0px 10px;
}
.cabinet__aside {
	width: 300px;
	padding: 30px 15px;
}
.cabinet__main {
	width: calc(100% - 300px);
	padding: 30px 0px 30px 30px;
}
.cabinet__mainRow {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 0px 0px 10px 0px;
}
.cabinet__mainCell {
	width: 50%;
	padding:0px 0px 0px 5px;
}
.cabinet__mainCell:nth-child(1) {
	width: 50%;
	padding:0px 5px 0px 0px;
}


/* CABINETINFO */
.cabinetInfo {
	padding: 0px 0px 25px 0px;
	background: #fff;
	margin-bottom: -1px;
}
.cabinetInfo__row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 0px 30px;
	line-height: 26px;
}
.cabinetInfo__row_balance {
	background: rgb(130,196,84); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(130,196,84,1) 0%, rgba(53,176,80,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(130,196,84,1) 0%,rgba(53,176,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(130,196,84,1) 0%,rgba(53,176,80,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: 2px 0 15px rgba(140,149,156,.1);
	width: calc(100% + 32px);
	padding: 20px 30px 20px 30px;
	position: relative;
	margin-bottom: 10px;
	left: -16px;
	right: -16px;
	color: #fff;
}
.cabinetInfo__row_balance::before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 0px;
	display: block;
	border: 8px solid transparent; 
	border-top: 8px solid green; 
	border-right: 8px solid green;
}
.cabinetInfo__row_balance::after {
	content: "";
	position: absolute;
	bottom: -16px;
	right: 0px;
	display: block;
	border: 8px solid transparent; 
	border-top: 8px solid green; 
	border-left: 8px solid green;
}
.cabinetInfo__row_balanceNegative {
	background: rgb(254,83,60); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(254,83,60,1) 0%, rgba(216,25,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(254,83,60,1) 0%,rgba(216,25,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(254,83,60,1) 0%,rgba(216,25,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cabinetInfo__row_balanceNegative::before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 0px;
	display: block;
	border: 8px solid transparent; 
	border-top: 8px solid #c01700; 
	border-right: 8px solid #c01700;
}
.cabinetInfo__row_balanceNegative::after {
	content: "";
	position: absolute;
	bottom: -16px;
	right: 0px;
	display: block;
	border: 8px solid transparent; 
	border-top: 8px solid #c01700; 
	border-left: 8px solid #c01700;
}
.cabinetInfo__item {
	width: 50%;
	font-size: 16px;
	color: #7c9199;
	font-weight: 300;
	/*color: #fff;*/
}
.cabinetInfo__row_balance .cabinetInfo__item {
	color: #fff;
	font-weight: 500;
}
.cabinetInfo__value {
	width: 50%;
	font-weight: 500;
}
.cabinetInfo__row_balance .cabinetInfo__value {
	font-size: 20px;
}
.cabinetInfo__row_balance .cabinetInfo__value .ruble {
	font-size: 20px;
}
.cabinetInfo__value_sale {
}


/* CABINETMENU */
.cabinetMenu {
	padding: 0px 0px;
	background: #fff;
	box-shadow: 2px 0 15px rgba(140,149,156,.1);
}
.cabinetMenu__item {
}
.cabinetMenu__link {
	color: #7c9199;
	display: block;
	padding: 15px 30px 15px 30px;
	transition: all 0.3s ease-out;
	cursor: pointer;
	text-decoration: none;
} 
.cabinetMenu__link:hover {
	color: #3f464e;
	background: #f7f7f8;
}
.cabinetMenu__link_active {
	color: #3f464e;
	font-weight: 500;
	background: #f7f7f8;
}


/* CABINETBLCOK */
.cabinetBlcok {
	background: #fff;
	width: 100%;
	box-shadow: 2px 0 15px rgba(140,149,156,.1);
	padding: 25px 30px;
	height: 100%;
}
.cabinetBlcok__header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eaedf0;
	padding: 0px 0px 10px 0px;
}
.cabinetBlcok__title {
	font-size: 22px;
	font-weight: 300;
}
.cabinetBlcok__headerStatus {
	font-size: 14px;
	color: #7c9199;
}
.cabinetBlcok__headerStatusActive {
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 10px;
	padding: 5px;
	background: #00a650;
}
.cabinetBlcok__headerStatusNonActive {
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 10px;
	padding: 5px;
	background: #f30028;
}
.cabinetBlcok__content {}
.cabinetBlcok__row {
	padding: 5px 0px;
}
.cabinetBlcok__row_buttons {
	padding: 10px 0px;
}


/* CABINETMAININFO */
.cabinetMainInfo {
	padding: 10px 0px 10px 0px;
}
.cabinetMainInfo__row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 7px 0px;
}
.cabinetMainInfo__row_button {
	padding: 20px 0px 0px 0px;
}
.cabinetMainInfo__item {
	width: 180px;
	font-size: 16px;
	color: #7c9199;
	font-weight: 300;
}
.cabinetMainInfo__item_settings {
	width: 220px;
}
.cabinetMainInfo__value {
	font-weight: 500;
}
.cabinetMainInfo__confirmed {
	font-weight: 500;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	background: #00a650;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 5px;
	position: relative;
	margin-top: 7px;
}
.cabinetMainInfo__nonConfirmed {
	font-weight: 500;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	background: #f30028;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 5px;
	position: relative;
	margin-top: 7px;
}
											

/* CABINETREFILL */
.cabinetRefill {
	padding: 10px 0px 10px 0px;
}
.cabinetRefill__row {
	padding: 5px 0px;
	width: 100%;
	position: relative;
}
.cabinetRefill__info {
	padding: 20px;
	background: #fff6ce;
	color: #573728;
	font-size: 14px;
	border-radius: 5px;
}
.cabinetRefill_payPage .cabinetRefill__info {
	margin-left: 70px;
	padding: 15px;
}
.cabinetRefill__content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.cabinetRefill__cell {
	padding-right: 80px;
}
.cabinetRefill__cell:nth-child(1) {
	width: 35%;
}
.cabinetRefill__cell:nth-child(2) {
	width: 65%;
}
.cabinetRefill_payPage .cabinetRefill__row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}


/* CABINETTARIFINFO */
.cabinetTarifInfo {
	width: 100%;
	border-collapse: collapse;
	border-spacing:0px;
}
.cabinetTarifInfo th {
	text-align: left;
	font-weight: normal;
	color: #7c9199;
	font-size: 14px;
	padding: 15px 10px 10px 10px;
}
.cabinetTarifInfo td {
	font-weight: 700;
	padding: 15px 10px;
}
.cabinetTarifInfo td:nth-child(1) {
	width: 120px;
}
.cabinetTarifInfo td:nth-child(2) {
	width: 250px;
}
.cabinetTarifInfo td:nth-child(3) {
}
.cabinetTarifInfo td:nth-child(4) {
	width: 110px;
}
td.cabinetTarifInfo__tarrif {
	color: #7c9199;
	font-weight: 500;
}
.cabinetTarifInfo tr:nth-child(2n) {
	background: #f9f9fb;
}
td.cabinetTarifInfo__serviceDescr {
	font-size: 12px;
	font-weight: 300;
}


/* CABINETCONTACTS */
.cabinetContacts {
	/*background: #fff;*/
	width: 100%;
	/*box-shadow: 2px 0 15px rgba(140,149,156,.1);*/
	padding: 25px 30px;
	height: 100%;
}
.cabinetContacts__item {
	color: #7c9199;
	position: relative;
	font-size: 16px;
	padding: 7px 0px 7px 35px;
}
.cabinetContacts__phone {
	font-size: 20px;
	font-weight: 700;
	color: #292929;
}
.cabinetContacts__telegram {
	font-size: 20px;
	font-weight: 700;
	color: #292929;
}
.cabinetContacts__phone::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: calc(50% - 11px);
	background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' version=\'1.1\' id=\'Capa_1\' x=\'0px\' y=\'0px\' viewBox=\'0 0 512.076 512.076\' style=\'enable-background:new 0 0 512.076 512.076;\' xml:space=\'preserve\' %3E%3Cg%3E%3Cg%3E		%3Cpath d=\'M498.639,395.039l-19.891-13.252c44.859-78.9,44.358-175.706-1.315-254.137S347.813,1.005,257.052,1.08    c-4.713,0-8.533,3.82-8.533,8.533s3.82,8.533,8.533,8.533c84.458-0.063,162.608,44.69,205.298,117.566    c42.689,72.875,43.507,162.929,2.148,236.568l-69.538-46.362c-13.154-8.697-30.782-5.834-40.508,6.579l-30.157,38.818    c-3.883,5.113-10.932,6.596-16.546,3.482l-5.743-3.166c-19.038-10.377-42.726-23.296-90.453-71.04s-60.672-71.45-71.049-90.453    l-3.149-5.743c-3.161-5.612-1.705-12.695,3.413-16.606l38.792-30.182c12.412-9.725,15.279-27.351,6.588-40.508l-69.12-103.646    C108.12,0.056,90.25-3.966,76.461,4.323L33.12,30.358C19.502,38.364,9.511,51.33,5.242,66.539    c-15.607,56.866-3.866,155.008,140.706,299.597c62.976,62.976,117.12,100.693,162.901,122.027    c-70.464,15.921-144.343-1.121-200.714-46.297c-56.371-45.177-89.096-113.57-88.907-185.809c0-4.713-3.82-8.533-8.533-8.533    s-8.533,3.82-8.533,8.533c0.132,140.732,114.159,254.797,254.891,254.976c26.365,0.009,52.569-4.12,77.653-12.237    c22.631,8.453,46.551,12.939,70.707,13.261c13.543,0.058,27.033-1.704,40.107-5.239c15.212-4.264,28.18-14.256,36.181-27.878    l26.061-43.315C516.063,421.832,512.043,403.951,498.639,395.039z M493.092,426.842l-26.001,43.341    c-5.749,9.849-15.089,17.088-26.061,20.198c-24.823,6.827-58.445,7.68-101.649-7.893c-0.685-0.384-1.421-0.671-2.185-0.853    c-47.787-17.741-107.119-55.552-179.2-127.607C19.245,215.284,7.29,123.559,21.703,71.054    c3.116-10.968,10.354-20.307,20.198-26.061l43.341-26.001c5.983-3.6,13.739-1.855,17.604,3.959l37.547,56.371l31.514,47.266    c3.774,5.707,2.534,13.356-2.85,17.579l-38.801,30.182c-11.808,9.029-15.18,25.366-7.91,38.332l3.081,5.598    c10.906,20.002,24.465,44.885,73.967,94.379c49.502,49.493,74.377,63.053,94.37,73.958l5.606,3.089    c12.965,7.269,29.303,3.898,38.332-7.91l30.182-38.801c4.224-5.381,11.87-6.62,17.579-2.85l103.637,69.12    C494.915,413.114,496.674,420.857,493.092,426.842z\' fill=\'%239da3af\'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") no-repeat scroll 100% 100%;
}
.cabinetContacts__telegram::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: calc(50% - 11px);
	background: hsla(0, 0%, 0%, 0) url("https://avanta-telecom.ru/upload/medialibrary/367/367fc093cd22b48d6e8ae62478e8da5a.png") no-repeat scroll 100% 100%;
}



.switchWrap {
	position: relative;
}
.switchWrap input {
  position: absolute;
  left: -9999px;
}
.switch {
  position: relative;
  display: block;
  width: 4.5em;
  height: 1.5em;
  cursor: pointer;
  border-radius: 1.5em;
  transition: 350ms;
  /*background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0)), #ddd;
  box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.4) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7);*/
}
.switch::after {
  position: absolute;
  content: '';
  width: 1.2em;
  height: 1.2em;
  top: 0.1em;
  left: 0.1em;
  border-radius: 50%;
  transition: 250ms ease-in-out;
  background: linear-gradient(#f5f5f5 10%, #eeeeee);
  box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset, 0 0.2em 0.2em -0.10em rgba(0, 0, 0, 0.5);
}
.switch::before {
  position: absolute;
  content: '';
  width: 4em;
  height: 1.5em;
  top: 0em;
  left: 0em;
  border-radius: 0.75em;
  transition: 250ms ease-in-out;
  background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0.1)), #e6e6e6;
  box-shadow: 0 0.08em 0.15em -0.1em rgba(0, 0, 0, 0.5) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(68, 204, 102, 0.6) inset;
}
input:checked + .switch::before {
  box-shadow: 0 0.08em 0.15em -0.1em rgba(0, 0, 0, 0.5) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7), 4em 0 0 0 rgba(68, 204, 102, 0.7) inset;
}

input:checked + .switch::after {
  left: 2.7em;
}


.radio {}
.radio__label {
	display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 38px;
}
.radio__label:after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #dfe3e6;
    background-color: #f2f2f2;
    background-image: -webkit-linear-gradient(top,#f2f2f2,#fff);
    background-image: -moz-linear-gradient(top,#f2f2f2,#fff);
    background-image: -o-linear-gradient(top,#f2f2f2,#fff);
    background-image: -ms-linear-gradient(top,#f2f2f2,#fff);
    background-image: linear-gradient(top,#f2f2f2,#fff);
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
.radio input[type="radio"]:checked+label:after {
    background-image: none;
    background-color: #fff;
    border: 7px solid #3ab150;
}
.radio__input {
	display: none;
}
.radio input[type="radio"] {
	display: none;
}


.select-box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #f9fbfd;
	border: 1px solid #eaedf0;
	border-radius: 0px;
	display: inline-block;
	font-size: 18px;
	outline:none;
	transition: all 0.3s ease-out;
}
.select-box__current {
	position: relative;
	/*box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);*/
	cursor: pointer;
	outline: none;
}
.select-box__current:focus + .select-box__list {
	opacity: 1;
	-webkit-animation-name: none;
			animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
	cursor: pointer;
}
.select-box__current:focus .select-box__icon {
	-webkit-transform: translateY(-50%) rotate(180deg);
			transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	width: 20px;
	transition: 0.2s ease;
}
.select-box__value {
	display: flex;
}
.select-box__input {
	display: none;
}
.select-box__input:checked + .select-box__input-text {
	display: block;
}
.select-box__input-text {
	display: none;
	width: 100%;
	margin: 0;
	padding: 15px 30px 15px 15px;
}
.select-box__list {
	position: absolute;
	width: 100%;
	left: -1px;
	top: calc(100% - 15px);
	padding: 0;
	list-style: none;
	opacity: 0;
	-webkit-animation-name: HideList;
			animation-name: HideList;
	-webkit-animation-duration: 0.5s;
			animation-duration: 0.5s;
	-webkit-animation-delay: 0.5s;
			animation-delay: 0.5s;
	-webkit-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
	-webkit-animation-timing-function: step-start;
			animation-timing-function: step-start;
	box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
	z-index: 10;
}
.select-box__option {
	display: block;
	padding: 15px 15px;
	background-color: #fff;
}
.select-box__option:hover, .select-box__option:focus {
	color: #546c84;
	background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
	from {
		-webkit-transform: scaleY(1);
				transform: scaleY(1);
	}
	to {
		-webkit-transform: scaleY(0);
				transform: scaleY(0);
	}
}

@keyframes HideList {
	from {
		-webkit-transform: scaleY(1);
				transform: scaleY(1);
	}
	to {
		-webkit-transform: scaleY(0);
				transform: scaleY(0);
	}
}

@keyframes HideList {
	from {
		transform: scaleY(1);
	}
	to {
		transform: scaleY(0);
	}
}



/* CABINETDETAILING */
.cabinetDetailing {
	width: 100%;
	border-collapse: collapse;
	border-spacing:0px;
}
.cabinetDetailing th {
	text-align: left;
	font-weight: normal;
	color: #7c9199;
	font-size: 12px;
	padding: 15px 10px 0px 10px;
}
.cabinetDetailing td {
	font-weight: 300;
	font-size: 14px;
	padding: 7px 10px;
}
tr.cabinetDetailing__tr_balans td {
	font-weight: 700;
	font-size: 16px;
	padding: 7px 10px;
}
tr.cabinetDetailing__tr_balans:last-child td {
	border-top: 1px solid #eaedf0;
	border-bottom: none;
}
tr.cabinetDetailing__tr_accrued td {
	font-weight: 700;
	font-size: 14px;
	border-top: 1px solid #eaedf0;
	padding: 7px 10px;
}
tr.cabinetDetailing__tr_sevice td:nth-child(1){
}
tr.cabinetDetailing__tr_sevice td:nth-child(2){
	width: 55px;
}
tr.cabinetDetailing__tr_sevice td:nth-child(3){
	width: 35px;
}
tr.cabinetDetailing__tr_sevice td:nth-child(4){
	width: 55px;
}
tr.cabinetDetailing__tr_sevice td:nth-child(5){
	width: 55px;
}
tr.cabinetDetailing__tr_sevice td:nth-child(6){
	width: 65px;
}
tr.cabinetDetailing__tr_sevice td:nth-child(7){
	width: 115px;
}
.cabinetDetailing__tr_sevice .ruble {
	font-size: 14px;
	font-weight: normal;
}
tr.cabinetDetailing__tr_documents td:nth-child(1){
	min-width: 55px;
}
tr.cabinetDetailing__tr_documents td:nth-child(2){
	min-width: 35px;
}
tr.cabinetDetailing__tr_documents td:nth-child(3){
	font-weight: 700;
}
tr.cabinetDetailing__tr_documents td:nth-child(4){
	min-width: 55px;
}
tr.cabinetDetailing__tr_documents td:nth-child(5){
	width: 80px;
	font-weight: 700;
}


/* CABINETBLCOKSORT */
.cabinetBlcokSort {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 10px 10px;
}
.cabinetBlcokSort__label {
	padding-right: 10px;
	font-weight: 300;
}
.cabinetBlcokSort__item {
	padding-right: 10px;	
	width: 200px;	
}
.cabinetBlcokSort__item input {
	width: 100%;	
}
.cabinetBlcokSort__item_select select {
	width: 100%;	
}


/* CABINETFORM */
.cabinetForm {
	padding: 15px 0px;
}
.cabinetForm__row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.cabinetForm__cell {
	width: 33.33%;
	padding: 0px 20px 20px 0px;
}
.cabinetForm__row .cabinetForm__cell:last-child {
	padding-right: 0;
}
.cabinetForm__cell_big {
	width: 100%;
}


/* CABINETSUPPORT */
.cabinetSupport {
	border: 1px solid #eaedf0;
	padding: 20px;
}
.cabinetSupport:first-child {
	margin-top: 15px;
}
.cabinetSupport__header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.cabinetSupport__name {
	width: calc(100% - 250px);
	font-weight: 300;
}
.cabinetSupport__status {
	font-weight: 500;
	display: inline-block;	
	color: #fff;
	border-radius: 3px;
	background: #00a650;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 5px;
	position: relative;
	width: 110px;
	text-align: center;
}
.cabinetSupport__status_wait {
	background: #ffa800;
}
.cabinetSupport__date {
	width: 140px;
	text-align: right;
	font-size: 14px;
	font-weight: 300;
	padding-left: 20px;
}
.cabinetSupport__department {
	font-size: 12px;
	color: #7c9199;
}
.cabinetSupport__title {}
.cabinetSupport__titleLink {
	font-size: 20px;
	color: #292929;
	font-weight: 500;
}
.cabinetSupport_answer {
	background: #f2f2f2;
}
.cabinetSupport_answer .cabinetSupport__name {
	width: calc(100% - 140px);
}
.cabinetSupport_question .cabinetSupport__name {
	width: calc(100% - 140px);
}
.cabintLogin {
	background: rgb(130,196,84); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(130,196,84,1) 0%, rgba(53,176,80,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(130,196,84,1) 0%,rgba(53,176,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(130,196,84,1) 0%,rgba(53,176,80,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 5px;
    box-shadow: 0 10px 20px -5px hsla(0, 0%, 0%, 0.3);
	padding: 60px 60px;
	left: 0px;
	right: 0px;
	color: #fff;
	width: 420px;
	height: 420px;
	margin: 50px auto;
	position: relative;
	top: calc(50% - 210px);
}
.cabintLogin__title {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: 0px 0px 20px 0px;
}

.popup {
    z-index: 21;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all ease-in 0.3s;
    opacity: 0;
    background: #fff;
}

.popup header {
    color: #9ca4b2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #eaedf0;
}

.popup header h1 {
	margin: 0;
}

.popup header img {
    cursor: pointer;
    height: 16px;
    width: 16px;
    transition: all ease-out 0.2s;
    filter: grayscale(100%) brightness(150%);
}

.popup header img:hover {
    transform: rotate(-45deg);
    filter: none;
}
.popup > * {
    padding: 1.5rem 2rem;
    color: #292929;
}

.shutdown {
    position: fixed;
	z-index: 20;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: all ease-in 0.3s;
    opacity: 0;
}

.node_scroll {
    overflow-y: hidden;
}

.visible {
    opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1684px){
	.header__column .button span,.subHeader__column .button span{display: none;}
    .menu__item {padding-right: 20px;}
    /* .headerWrap_black .button_cabinet {padding: 16px 20px 16px 20px;} */
	/* .headerWrap_black .button_cabinet::before {left: 10px;} */
	.button_cabinet {padding: 16px 20px 16px 20px;}
	.button_cabinet::before {left: 10px;}
}
@media only screen and (max-width: 1440px) {
	.page__content > header > div {
  	padding: 0 20px 0;
	}
}
@media only screen and (min-width: 690px) and (max-width: 1350px) {

	.contact__adress {
		width: 48%;
	}

	.contact__adress:nth-child(3){
		width: 100%;
		min-height: 22.5rem;
		max-width: 100%;
		background: url("/local/templates/main/css/../images/contact3.svg") right / 300px 100% no-repeat, #f1f7ed;
	}

	.contact__adress:nth-child(3) .contact__subtitle,
 .contact__adress:nth-child(3) > span{
		width: 48%;
	}
}
@media only screen and (max-width: 1280px) {
	.cameras-slider {
		height: 500px;
	}
	.contentSliderItem__content {
		max-width: 50%;
	}
	.contentSliderItem__title {
		font-size: 34px;
		line-height: 34px;
	}
}
@media only screen and (max-width: 1110px) {
	.tariffs__type {
		width: 50%;
	}
}

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

	.subHeader__column_menu {
		padding-right: 5px;
		flex-grow: 0;
		width: auto;
	}
	.menu__item {
		padding-right: 10px;
	}
	.page_cabinet .subHeader__column_menu {
		flex-grow: 1;
		width: auto;
	}
	.subHeader__column_connect {
		padding:0px 10px;
	}
	.subHeader__column_refill {
		padding:0px 10px;
	}
	.page_cabinet .subHeader__column_refill {
		min-width: 205px;
	}
	.subHeader__column_telegram {
		padding:0px 10px;
	}
	.page_cabinet .subHeader__column_telegram {
		min-width: 205px;
	}
	.tariffItem {
		width: 33.3%;
	}
	.stocks__container {
		height:480px;
	}
	.personalServicesItem__link {
		padding: 30px 30px;
	}
	.news {
		margin-bottom: 0;
	}
	.contentSub .newsItem {
		width: 50%;
	}
	.contentSub .newsItem:nth-child(3n+1) {
		border-left: inherit;
	}
	.contentSub .newsItem:nth-child(3n) {
		border-right: inherit;
	}
	.contentSub .newsItem:nth-child(1), .contentSub .newsItem:nth-child(2), .contentSub .newsItem:nth-child(3) {
		border-top: 1px solid #eaedf0;
	}
	.contentSub .newsItem:nth-child(3) {
		border-top: inherit;
	}
	.contentSub .newsItem:nth-child(odd) {
		border-left: 1px solid #eaedf0;
		border-right: 1px solid #eaedf0;
	}
	.contentSub .newsItem:nth-child(even) {
		border-right: 1px solid #eaedf0;
		border-left: inherit;
	}
	.docs__content {
		width: 100%;
	}
	.contact__text {
		width: 50%;		
	}
	.contact__text:nth-child(2) {
		border-right: 1px solid #eaedf0;
	}
	.dialog__content {
		padding-bottom: 30px;
	}
	.cabinet__mainRow {
		flex-wrap: wrap;
	}
	.cabinet__mainCell {
		width: 100%;
		padding: 0;
	}
	.cabinet__mainCell:nth-child(1) {
		width: 100%;
		padding: 0;
	}
	.paySystem__item {
		width: calc(20% - 10px);
		min-height: 100px;
	}
	.catalogItem {
		width: 33.33%;
	}
	.videotariffsItem {
		width: 33.33%;
	}
	.navigation__link {
		padding: 25px 10px 25px 10px;
		font-size: 14px;
	}
	.contentSliderItem__text {
		font-size: 14px;
		line-height: 14px;
	}
	.contentSliderItem {
		height: 300px;
	}
    .instructions-item__img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
    .slider__content {
        background-position: -200px!important;
    }
	.popup {
		left: 25%;
		transform: translate(-17%, -50%);
	}
}

@media only screen and (max-width: 960px) {
	header figcaption{display: none}
}

@media only screen and (max-width: 940px) {
	.limiter {
		max-width: inherit;
		min-width: inherit;
	}
	.page__content header .logo img {
		height:2rem;
	}
	.page__content header .logo {
		margin: .2rem .25rem .2rem 0;
	}
	.subHeader__column .button span {
		display: inline;
	}
    .slider {
        height: 400px;
		margin-top: -3rem;
    }
    .slider_sub {
        height: 400px;
    }
	.slider__limiter {
		max-width: inherit;
		min-width: inherit;
	}
    .slider__content {
        background-position: -120px!important;
    }
    .arrow {
        bottom: 50px;
    }
	.button_refillMobile {
		display: block;
	}
	.button_refillMobile::before {
		top: 5px;
	}
	.button_connectMobile {
		display: block;
	}
	.button_connectMobile::before {
		top: 7px;
	}
	.button_cabinet span {
		display: none;
	}
	.button_cabinet {
		padding: 12px 20px 12px 20px;
		border-radius: 40px;
		min-height: 30px;
		min-width: 30px;
	}
	.button_alice span {
		display:none;
	}
	/* .headerWrap_black .button_alice {
		padding: 12px 0;
		min-height: 40px;
		min-width: 40px;
	} */
	.button_alice::before {
		left: 0;
  		width: 40px;
  		height: 40px;
  		line-height: 40px;
		top: calc(50% - 20px);
	}
	.page_cabinet .subHeader__column_menu {
		flex-grow: 0;
		width: auto;
	}
	.button_cabinet::before {
		left: 11px;
	}
	.cabinetInfo__row_balance {
		padding: 20px 30px;
		left: inherit;
		right: inherit;
		width: 100%;
	}
	.cabinetForm__row {
		flex-wrap: wrap;
	}
	.cabinetForm__cell {
		width: 50%;
	}
	.cabinetForm__cell_big {
		width: 100%;
	}
	.cabinetInfo__row_balance::before, .cabinetInfo__row_balance::after {
		display: none;
	}
	.cabinetInfo {
		margin-bottom: 10px;
	}
	.cabinet__aside {
		padding: 0px 0px 10px 0px;
	}
	.header {
		border-bottom: 1px solid #eaedf0;
	}
	.headerWrap_black .header {
		border-bottom: none;
	}
	.headerWrap_black .button_cabinet {
		padding: 12px 20px 12px 20px;
	}
	.cabinetBlcokSort {
		flex-wrap: wrap;
		padding: 10px 0px;
	}
	.cabinetBlcokSort__label {
		display: none;	
	}
	.cabinetBlcokSort__item {
		width: 50%;
		padding-bottom: 10px;
	}
	.headerWrap_black .button_cabinet::before {
		left: 11px;
	}
	.header__column {
		padding: 0px 30px 0px 0px;
	}
	.header__column_mobileButton {
		display: block;
		margin-top: -8px;
	}
	.subHeader__column .button span {
		display: inline;
	}
	.header__column_search {
		display: none;
	}
	.header__column_refill {
		display: block;
	}
	.header__column_connect {
		display: block;
		padding-right: 20px;
	}
	.header__column_cabinet {
		min-width: inherit;
		padding-right: 40px;
	}
	.header__column_alice {min-width:inherit;}
	.header__column_phone {
		flex-grow: 1;
	}
	.tariffItem {
		width: 50%;
	}
    .channel-package {
        width: 50%;
    }
	.stocks__container {
		height: inherit;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		grid-template-columns: inherit;
		grid-template-rows: inherit;
		grid-template-areas: inherit;
	}
	.stocks__item {
		height: 250px;
		width: 50%;
	}
	.stocks__item_1 {
		background: #3f4953;
		grid-area: inherit;
	}
	.stocks__item_2 {
		background: #1bc6f1;
		grid-area: inherit;
	}
	.stocks__item_3 {
		background: #f59a00;
		grid-area: inherit;
	}
	.stocks__item_4 {
		background: #00be9a;
		grid-area: inherit;
	}
	.personalServicesItem {
		width: 50%;
	}
	.personalServicesItem:nth-child(1), .personalServicesItem:nth-child(2) {
		border-bottom: 1px solid #eaedf0;
	}
	.subscriptionSocial__container {
		padding: 40px;
	}
	.subscription {
		width: 50%;
		padding: 0px 20px 0px 0px;
	}
	.input_subscription {
		width: 150px;
		min-width: inherit;
	}
	.social {
		width: 50%;
		padding: 0px 0px 0px 20px;
	}
	.footer__container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer__column {
		width: inherit;
		padding-bottom: 10px;
		text-align: center;
	}
	.footer__column:nth-child(1) {
		width: 100%;
	}
	.footerMenu__title {
		padding-bottom: 0;
	}
	.footer {
		background: #333333;
		padding: 40px 0px 30px 0px;
	}
	.footerCr__container {
		flex-direction: column;
		align-items: center;
	}
	.footerCr__column {
		width: 100%;
		text-align: center;
	}
	.footerCr__column_politics {
		padding: 20px;
		justify-content: center;
	}
	.footerCr__column_politics a {
		width: auto;
	}
	.cabinet {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		max-width: inherit;
		min-width: inherit;
		margin: auto;
		clear: both;
		padding: 0px 0px 0px 0px;
	}
	.cabinet__aside {
		width: 100%;
	}
	.cabinet__main {
		width: 100%;
		padding: 0px 0px 0px 0px;
	}
	.cabinetContacts {
		display: none;
	}
	.requests__container {
		flex-direction: column;
	}
	.requests {
		margin-bottom: 20px;
	}
	.requests__services {
		width: 100%;
	}
	.requests__servicesBg {
		background: rgb(130,196,84);
		background: -moz-linear-gradient(45deg, rgba(130,196,84,1) 20%, rgba(53,176,80,1) 80%);
		background: -webkit-linear-gradient(45deg, rgba(130,196,84,1) 20%,rgba(53,176,80,1) 80%);
		background: linear-gradient(45deg, rgba(130,196,84,1) 20%,rgba(53,176,80,1) 80%);
		box-shadow: 8px 8px 45px 10px rgba(0,138,3,.3);
		width: 100%;
		padding: 20px 30px 20px 30px;
		position: absolute;
		left: 0px;
		top: -40px;
		bottom: -40px;
		right: 0px;
		color: #fff;
		z-index: 0;
	}
	.requests__address {
		width: 100%;
	}
	.contentSub__container  {
		flex-direction: column;
	}
	.contentSub__aside {
		width: 100%;
		padding-top: 30px;
	}
	.contentMenu {
		display: block;
	}
	.contentMenu__link {
		border: 1px solid #eaedf0;
		padding: 10px;
		border-radius: 25px;
		font-size: 12px;
	}
	.contentSub__aside {
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 20px;
	}
	.contentMenu__item {
		width: auto;
		display: inline-block;
		padding: 0px 10px 10px 0px;
	}
	.contentSub__main {
		width: 100%;
	}
	.stocksSub__content {
		flex-direction: column;
		margin-left: 0px;
	    margin-top: 0px;
	}
	.stocksSub__left {
		width: 100%;
	}
	.stocksSub__right {
		width: 100%;
	}
	.char {
		width: 50%;
	}
	.tariffPage__item {
		width: 50%;
	}
	.tariffPage__char {
		width: 50%;
	}
	.tariffPage__serviceContent {
		flex-wrap: wrap;
	}
	.aboutService__left {
		width: 100%;
		padding-right: 0;
	}
	.aboutService__right {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.aboutService__title {
		font-weight: 700;
		color: #000;
		width: 100%;
		line-height: 36px;
	}
	.subHeader {
		position: fixed;
		top: 0;
		background: #fff;
		z-index: 12;
		visibility: hidden;
		left: -100%;
		overflow: hidden;
		opacity: 0;
		transition: all 0.3s ease-out;
	}
	.subHeader.mobilemenu_open {
		display: block;
		visibility: visible;
		left: 0;
		top: 0;
		opacity: 1;
	}
	.subHeader__container {
		overflow-y: scroll;
		width:calc(100% + 20px);
		min-height: 100vh;
		align-items: flex-start;
		padding: 60px 40px 40px 40px;
		flex-direction: column;
	}
	.subHeader__column {
		width: 100%;
	}
	.subHeader__column_menu {
		padding: 0px 0px 20px 0px;
	}
	.subHeader__column_refill {
		padding: 0px 0px 20px 0px;
	}
	.subHeader__column_telegram {
		padding: 0px 0px 20px 0px;
	}
	.subHeader__column_connect {
		padding: 0px 0px 20px 0px;
	}
	.submenu .menu {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}
	.menu__item {
		width: 100%;
		padding:0px 0px 10px 0px;
	}
	.link_menu {
		font-weight: 700;
		color: #29663e;
	}
	/* .headerWrap_black .subHeader {
		background: #fff;
		border-top: none;
	}
	.headerWrap_black .link_menu {
		color: #292929;
	} */
	.subHeader__column_refill .button_refill {
		background: #37b051;
		text-align: left;
		color: #fff;
		border-radius: 0px;
		width: 100%;
		padding: 15px 20px 15px 65px;
	}
	.subHeader__column_refill .button_refill::before {
		left: 20px;
		background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 57.146 54.928\' enable-background=\'new 0 0 57.146 54.928\' xml:space=\'preserve\' fill=\'%23ffffff\'%3E			%3Cpath d=\'M8.387,21.515c-0.414,0-0.75-0.336-0.75-0.75V5.785c0-0.414,0.336-0.75,0.75-0.75s0.75,0.336,0.75,0.75v14.98    C9.137,21.179,8.801,21.515,8.387,21.515z\'/%3E			%3Cpath d=\'M55.393,47.152H34.022c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75h21.371c0.14,0,0.253-0.113,0.253-0.253V9.817    c0-0.14-0.113-0.254-0.253-0.254c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75c0.967,0,1.753,0.787,1.753,1.754v35.582    C57.146,46.366,56.36,47.152,55.393,47.152z\'/%3E			%3Cpath d=\'M50.166,6.562c-0.414,0-0.75-0.336-0.75-0.75V1.753c0-0.14-0.113-0.254-0.253-0.254c-0.414,0-0.75-0.336-0.75-0.75    S48.749,0,49.163,0c0.967,0,1.753,0.787,1.753,1.754v4.059C50.916,6.227,50.58,6.562,50.166,6.562z\'/%3E			%3Cpath d=\'M12.425,9.576c-2.64,0-4.788-2.148-4.788-4.788S9.785,0,12.425,0h36.738c0.414,0,0.75,0.336,0.75,0.75    s-0.336,0.75-0.75,0.75H12.425c-1.813,0-3.288,1.475-3.288,3.288s1.475,3.288,3.288,3.288l42.968-0.013    c0.414,0,0.75,0.335,0.75,0.75c0,0.414-0.336,0.75-0.75,0.75L12.425,9.576z\'/%3E			%3Cpath d=\'M46.883,31.011c-2.33,0-4.227-1.896-4.227-4.228c0-2.33,1.896-4.226,4.227-4.226s4.226,1.896,4.226,4.226    C51.109,29.115,49.213,31.011,46.883,31.011z M46.883,24.058c-1.504,0-2.727,1.223-2.727,2.726c0,1.504,1.223,2.728,2.727,2.728    c1.503,0,2.726-1.224,2.726-2.728C49.609,25.281,48.386,24.058,46.883,24.058z\'/%3E			%3Cpath d=\'M14.645,54.928C6.57,54.928,0,48.358,0,40.283c0-8.074,6.57-14.644,14.645-14.644S29.29,32.208,29.29,40.283   C29.29,48.358,22.72,54.928,14.645,54.928z M14.645,27.139C7.397,27.139,1.5,33.036,1.5,40.283c0,7.248,5.897,13.146,13.145,13.146   S27.79,47.531,27.79,40.283C27.79,33.036,21.893,27.139,14.645,27.139z\'/%3E			%3Cpath d=\'M14.645,48.807c-0.414,0-0.75-0.336-0.75-0.75V32.511c0-0.414,0.336-0.75,0.75-0.75s0.75,0.336,0.75,0.75v15.546   C15.395,48.471,15.059,48.807,14.645,48.807z\'/%3E			%3Cpath d=\'M22.417,41.033H6.872c-0.414,0-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75h15.545c0.414,0,0.75,0.336,0.75,0.75   S22.832,41.033,22.417,41.033z\'/%3E%3C/svg%3E") no-repeat scroll 100% 100%;
	}
		.subHeader__column_telegram .button_telegram {
		background: #37b051;
		text-align: left;
		color: #fff;
		border-radius: 0px;
		width: 100%;
		padding: 15px 20px 15px 65px;
	}
	.subHeader__column_telegram .button_telegram::before {
		left: 20px;
		background: hsla(0, 0%, 0%, 0) url("https://avanta-telecom.ru/upload/medialibrary/367/367fc093cd22b48d6e8ae62478e8da5a.png") no-repeat scroll 30% 30%;
	}
	.subHeader__column_connect .button_connect {
		background: #37b051;
		color: #fff;
		border-radius: 0px;
		text-align: left;
		width: 100%;
		padding: 15px 20px 15px 65px;
	}
	.subHeader__column_connect .button_connect::before {
		left: 20px;
		background: hsla(0, 0%, 0%, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' height=\'30px\' version=\'1.1\' viewBox=\'-23 0 512 512.00072\' width=\'30px\' %3E%3Cg id=\'surface1\' %3E%3Cpath d=\'M 348.945312 221.640625 L 348.945312 124.746094 C 348.945312 121.972656 347.664062 119.410156 345.851562 117.382812 L 237.21875 3.308594 C 235.191406 1.175781 232.308594 0 229.429688 0 L 57.195312 0 C 25.398438 0 0 25.929688 0 57.730469 L 0 383.414062 C 0 415.214844 25.398438 440.71875 57.195312 440.71875 L 193.148438 440.71875 C 218.863281 483.402344 265.605469 512 318.851562 512 C 399.738281 512 465.792969 446.265625 465.792969 365.273438 C 465.902344 294.523438 415.105469 235.40625 348.945312 221.640625 Z M 240.101562 37.457031 L 312.984375 114.179688 L 265.710938 114.179688 C 251.625 114.179688 240.101562 102.550781 240.101562 88.464844 Z M 57.195312 419.375 C 37.242188 419.375 21.34375 403.367188 21.34375 383.414062 L 21.34375 57.730469 C 21.34375 37.667969 37.242188 21.34375 57.195312 21.34375 L 218.757812 21.34375 L 218.757812 88.464844 C 218.757812 114.394531 239.78125 135.523438 265.710938 135.523438 L 327.601562 135.523438 L 327.601562 218.863281 C 324.402344 218.757812 321.839844 218.4375 319.066406 218.4375 C 281.824219 218.4375 247.570312 232.738281 221.746094 255.148438 L 86.222656 255.148438 C 80.351562 255.148438 75.550781 259.949219 75.550781 265.816406 C 75.550781 271.6875 80.351562 276.488281 86.222656 276.488281 L 201.898438 276.488281 C 194.320312 287.160156 188.023438 297.832031 183.117188 309.570312 L 86.222656 309.570312 C 80.351562 309.570312 75.550781 314.371094 75.550781 320.242188 C 75.550781 326.109375 80.351562 330.914062 86.222656 330.914062 L 176.179688 330.914062 C 173.511719 341.585938 172.125 353.429688 172.125 365.273438 C 172.125 384.480469 175.859375 403.476562 182.582031 419.484375 L 57.195312 419.484375 Z M 318.960938 490.765625 C 249.8125 490.765625 193.574219 434.527344 193.574219 365.378906 C 193.574219 296.230469 249.703125 239.992188 318.960938 239.992188 C 388.214844 239.992188 444.34375 296.230469 444.34375 365.378906 C 444.34375 434.527344 388.109375 490.765625 318.960938 490.765625 Z M 318.960938 490.765625 \' style=\' stroke:none;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;\' /%3E%3Cpath d=\'M 86.222656 223.027344 L 194.320312 223.027344 C 200.191406 223.027344 204.992188 218.222656 204.992188 212.355469 C 204.992188 206.484375 200.191406 201.683594 194.320312 201.683594 L 86.222656 201.683594 C 80.351562 201.683594 75.550781 206.484375 75.550781 212.355469 C 75.550781 218.222656 80.351562 223.027344 86.222656 223.027344 Z M 86.222656 223.027344 \' style=\' stroke:none;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;\' /%3E%3Cpath d=\'M 362.390625 355.347656 L 329.738281 355.347656 L 329.738281 322.160156 C 329.738281 316.292969 324.933594 311.488281 319.066406 311.488281 C 313.195312 311.488281 308.394531 316.292969 308.394531 322.160156 L 308.394531 355.347656 L 275.207031 355.347656 C 269.335938 355.347656 264.535156 360.152344 264.535156 366.019531 C 264.535156 371.890625 269.335938 376.691406 275.207031 376.691406 L 308.394531 376.691406 L 308.394531 409.34375 C 308.394531 415.214844 313.195312 420.015625 319.066406 420.015625 C 324.933594 420.015625 329.738281 415.214844 329.738281 409.34375 L 329.738281 376.691406 L 362.390625 376.691406 C 368.261719 376.691406 373.0625 371.890625 373.0625 366.019531 C 373.0625 360.152344 368.261719 355.347656 362.390625 355.347656 Z M 362.390625 355.347656 \' style=\' stroke:none;fill-rule:nonzero;fill:%23ffffff;fill-opacity:1;\' /%3E%3C/g%3E%3C/svg%3E") no-repeat scroll 100% 100%;
	}
	.navigation__container {
		justify-content: flex-start;
	}
	.catalogItem {
		width: 50%;
	}
	.democamers__item {
		width: 100%;	
	}
	.videotariffsItem {
		width: 50%;
		max-width: none;
	}
	.contentSliderItem__category {
		text-align: center;
	}
	.contentSliderItem__text {
		text-align: center;
	}
	.contentSliderItem__title {
		text-align: center;
	}
	.contentSliderItem__content {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		max-width: 100%!important;
		background: rgba(0,0,0,0.5);
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}
}

@media only screen and (max-width: 690px) {
	.contact__info {
		justify-content: center;
	}
	.contact__adress{
		width: 100%;
	}
}

@media only screen and (max-width: 540px) {
	.header__column_cabinet {
		padding-right: 7px;
	}
}

@media only screen and (max-width: 490px) {
	.header__column_phone {
		padding: 0;
	}
	.phone {
		padding-left: 0;
	}
	.phone span {
		display: none;
	}
	.header__column_alice {
		padding: 0 20px 0 0;
	}
	.phone::before {
		position: relative;
		top: 0px;
	}
}

@media only screen and (max-width: 480px) {
	.slider__info {
		font-size: 30px;
		left: 40px;
		right: 40px;
		text-align: center;
		line-height: 40px;
	}
    .slider {
        height: 350px;
    }
    .slider_sub {
        height: 350px;
    }
    .slider__content {
        background-position: -120px!important;
    }
	.slider__info .ruble {
		font-size: 30px;
	}
	.slider__infoGreen {
		padding-bottom: 0;
	}
	.slider__title  {
		font-size: 30px;
		text-align: center;
		line-height: 40px;
	}
	.tariffItem {
		width: 100%;
	}
    .channel-package {
        width: 100%;
    }
	.newsItem {
		width: 100%;
	}
	.subscription {
		width: 100%;
		justify-content: center;
		text-align: center;
		padding:0px 0px 30px 0px;
	}
	.subscription__title {
		font-size: 24px;
	}
	.social {
		justify-content: center;
		text-align: center;
		width: 100%;
	}
	.social__content {
		justify-content: center;
	}
	.social__title {
		font-size: 24px;
	}
	.social__item {
		width: auto;
		padding-right: 10px;
	}
	.stocks__item {
		width: 100%;
	}
	.payBox__content {
		flex-wrap: wrap;
	}
	.payBox__column {
		width: 100%;
		padding-bottom: 20px;
	}
	.payBox__column:nth-child(3) {
		width: 100%;
	}
	.payBox__control {
		text-align: center;
	}
	.requests__inputs .form__item_group .input_requests:nth-child(1) {
		width: 100%;
		margin-bottom: 10px;
	}
	.requests__inputs .form__item_group .input_requests:nth-child(2) {
		width: 50%;
	}
	.requests__inputs .form__item_group .input_requests:nth-child(3) {
		width: 50%;
	}
	.requests__inputs:nth-child(2) .form__item_group .input_requests:nth-child(1) {
		width: 100%;
		margin-bottom: 10px;
	}
	.requests__inputs:nth-child(2) .form__item_group .input_requests:nth-child(2) {
		width: 50%;
	}
	.requests__inputs:nth-child(2) .form__item_group .input_requests:nth-child(3) {
		width: 50%;
	}
	.dialog__title {
		font-size: 22px;
	}
	.requests__header {
		font-size: 24px;
		text-align: center;
	}
	.requests__subHeader {
		text-align: center;
	}
	.requests__subHeader::before {
		min-height: 80px;
		font-size: 80px;
		display: none;
	}
	.requests__buttons {
		text-align: center;
	}
	.requests__subHeader span {
		font-size: 24px;
		font-weight: 700;
		display: block;
		position: relative;
		left:inherit;
		top: inherit;
		transform: inherit;
		padding: 15px;
	}
	.requests__servicesBg {
		top: -20px;
		bottom: -30px;
	}
	.arrow {
		bottom: 40px;
		right: 5%;
	}
	.requests__text {
		text-align: center;
	}
	.requests__checkboxs .form__item_group {
		justify-content: center;
	}
	.stockSub {
		width: 100%;
	}
	.contentSub .newsItem {
		width: 100%;
	}
	.newsItem:nth-child(3n+1) {
		border: 1px solid #eaedf0;
	}
	.contentSub .newsItem:nth-child(2n) {
		border: 1px solid #eaedf0;
	}
	.contentSub .newsItem:nth-child(3n+1) {
		border: 1px solid #eaedf0;
	}
	.contentSub .newsItem:nth-child(3n) {
		border: 1px solid #eaedf0;
	}
	.contentSub .newsItem:nth-child(1), .contentSub .newsItem:nth-child(2), .contentSub .newsItem:nth-child(3) {
		border: 1px solid #eaedf0;
	}
	.footerCr__column_politics {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	.link_politics:nth-child(1) {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.footer__container {
		flex-direction: column;
	}
	.newsPage__img {
		width: 100%;
	}
	.contact__text {
		width: 100%;	
	}
	.docs__item {
		width: 100%;
	}
	.tariffPage__info {
		flex-wrap: wrap;
	}
	.tariffPage__item {
		width: 100%;
	}
	.tariffPage__char {
		width: 100%;
	}
	.tariffSmallItem {
		flex-wrap: wrap;
	}
	.tariffSmallItem__title {
		width: 100%;
	}
	.tariffSmallItem__info {
		width: 100%;
	}
	.nomoblie {
		display: none;
	}
	.cabinetTarifInfo td {
		font-size: 14px;
		padding: 5px 5px 5px 5px;
	}
	.cabinetTarifInfo th {
		font-size: 12px;
		padding: 10px 5px 5px 5px;
	}
	.cabinetTableBlock {
		overflow-x: scroll;
	}
	.cabinet__main .input {
		font-size: 12px;
	} 
	.cabinet__main .select {
		font-size: 12px;
	} 
	.cabinetForm__cell {
		padding: 0px 10px 10px 0px;

	}
	.label {
		font-size: 12px;
	}
	.cabinetMainInfo__row {
		font-size: 14px;
	}
	.cabinetMainInfo__item  {
		font-size: 14px;
	}
	.cabinetBlcok__title {
		font-size: 18px;
		padding-right: 20px;
	}
	.paySystem__item {
		width: calc(50% - 10px);
		min-height: 100px;
	}
	.cabinetRefill_payPage .cabinetRefill__row {
		flex-wrap: wrap;
	}
	.cabinetRefill_payPage .input_refillCabinet {
		width: calc(100% - 70px);
	}
	.cabinetRefill_payPage .cabinetRefill__info {
		width: calc(100% - 70px);
		margin-top: 10px;
		margin-left: 0px;
	}
	.tariffs__type {
		width: 100%;
	}
	.aboutItem__content {
		width: 100%;
	}
	.aboutItem__photo {
		width: 100%;
	}
	.aboutItem__img {
		width: 100%;
	}
	.benefitsItem {
		width: 50%;
		justify-content: center;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
	}
	.navigation__item {
		width: 50%;
	}
	.navigation__link {
		padding: 15px 10px 15px 10px;
	}
	.catalogItem {
		width: 100%;
	}
	.videotariffsItem {
		width: 100%;
	}
	.aboutItem__photo {
		padding-top: 0;
	}
	.benefitsItem__content {
		font-size: 15px;
	}
    .instructions-item {
        flex-direction: column;
    }
    .instructions-item__photo {
        width: 100%;
    }
    .instructions-item__content {
        width: 100%;
    }
}
@media only screen and (max-width: 420px) {
	.header__column_refill {
		display: none;
	}
}

@media only screen and (max-width: 380px) {
	.cabinetBlcok {
		padding: 20px 20px;
	}
	.header__column_phone .phone {
		display: none;
	}
	.cabinetInfo__row {
		padding: 0px 20px;
	}
	.cabinetInfo__row_balance {
		padding: 20px 20px;
	}
	.cabinetBlcok__row_buttons, .cabinetMainInfo__row_button {
		text-align: center;
		justify-content: center;
	}
	.cabinetBlcok__row .button {
		margin-bottom: 10px;
	}
	.cabinetMainInfo__item, .cabinetMainInfo__value {
		width: 50%;
	}
	.cabinetMenu__link {
		padding: 15px 20px;
	}
	.header__column {
		padding-right: 20px;
	}
.header__column_mobileButton.mobilemenu_open {
  padding-right: 41px;
}
	.subHeader__container {
		padding: 60px 20px 40px 20px;
	}
	.aboutService__title {
		font-size: 22px;
		line-height: 30px;
	}
	.contentSub__container {
		padding-right: 20px;
	}
	.contentSub__aside {
		padding-left: 0;
	}
	.contentSub__main {
		padding-left: 0;
	}
	.tariffItem {
		padding: 40px 20px;
	}
	.aboutService__container {
		padding: 20px 20px 40px 20px;

	}
	.personalServices_sub .personalServicesItem {
		width: 100%;
	}
	.footerContacts__phone {
		font-size: 22px;
	}
	.slider__limiter {
		padding: 0px 20px;
	}
	.stocksSub__container {
		padding: 20px;
		margin-bottom: 40px;
	}
	.stockSub {
		width: 100%;
		margin: 20px 0px;
	}
	.stockSub__title {
		padding: 0px 20px;
	}
	.stockSub__descr {
		padding: 20px 20px 30px 20px;
	}
	.dialog__container {
		width: 100%;
		padding: 20px;
	}
	.payBox__container {
		padding: 20px;
	}
	.requests__servicesBg {
		padding: 40px 20px 20px 20px;
	}
	.requests__address {
		padding: 40px 20px;
	}
	.stocks__title {
		padding: 20px;
	}
	.stocks__label {
		left: 20px;
		top: 20px;
	}
	.personalServicesItem {
		width: 100%;
	}
	.newsItem {
		padding: 20px;
	}
	.news__control {
		padding: 20px 20px;
	}
	.subscriptionSocial__container {
		padding: 20px;
	}
	.social__content {
		flex-wrap: wrap;
	}
	.input_subscription {
		width: 100%;
	}
	.button_subscription {
		width: 100%;
	}
	.aboutItem__content {
		padding: 20px;
	}
	.aboutItem__photo {
    	padding:0px 20px 20px 20px;
	}
	.navigation__container {
		padding: 0px 10px;
	}
	.benefits__contaner {
    	padding: 20px 0px;	
	}
	.benefits__title {
		padding: 20px;
	}
	.democamers__item {
		padding: 20px;
	}
	.democamers__title {
    	padding: 0px 20px 20px 20px;
	}
	.catalog__title {
		padding: 0px 20px 20px 20px;
	}
	.catalogItem {
		padding: 20px 20px;
	}
	.videotariffs__title {
		padding: 0px 20px 20px 20px;
	}
	.videotariffsItem__name {
		padding: 20px 20px;
	}
	.videotariffsItem__text {
		padding: 20px 20px;
	}
	.videotariffsItem__subTitle {
		padding: 0px 20px 10px 20px;
	}
	.videotariffsItem__char {
		padding: 0px 20px;
	}
	.subHeader__container {
		width: 100%;
	}

}
.header__column_phone a.phone:link,
.header__column_phone a.phone:visited {
    text-decoration: none;
    color: #FFFFFF;
   font-weight: bold;

}

.wrapper-checkbox{display:flex;flex-grow:1;width:100%}
.wrapper-checkbox label{background-color:#97a1aa;border-radius:1rem;cursor:pointer;display:inline-block;flex:0 0 4rem;height:1.75rem;margin:.5rem;position:relative;transition:all .3s;width:4rem}
.wrapper-checkbox label:before{color:#000;content:attr(data-offlabel);display:block;font-size:1rem;position:absolute;right:.5rem;top:.25rem;transition:all .3s}
.wrapper-checkbox label:after{background:var(--back-url,url(/local/templates/main/images/cam.svg) no-repeat center/46px auto);border:1px solid #97a1aa;border-radius:50%;content:"";height:2rem;left:-.125rem;position:absolute;top:-.125rem;transition:all .3s;width:2rem}
.wrapper-checkbox input{display:none}
.wrapper-checkbox input:checked+label{background-color:var(--back-butt,#1bad03)}
.wrapper-checkbox input:checked+label:before{color:#fff;content:attr(data-onlabel);left:.5rem;right:auto}
.wrapper-checkbox input:checked+label:after{
/* background:#f7f7f7; */
	left:2.125rem}
.wrapper-checkbox .text{padding:.6rem}
.wrapper-checkbox.small .text{display:none}
.wrapper-checkbox.wifi{--back-butt:#177bc9;--back-url:url(/local/templates/main/images/wifiFree.svg) no-repeat center/46px auto}
.wrapper-Promotion{cursor:pointer}
.wrapper-Promotion img{width:190px}
.wrapper-Promotion.small img{width:120px}
.ymaps-2-1-79-balloon__layout .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content{margin-right: -10px;padding-right: 22px;}
.ymaps-2-1-79-balloon__layout .ymaps-2-1-79-b-cluster-carousel{margin: 0}
.ymaps-2-1-79-balloon__layout .ymaps-2-1-79-b-cluster-carousel__nav{display: none}
.video-js{width: 320px; height: 180px}
@media only screen and (min-width: 500px){
	.wrapper-checkbox input:checked+label:after{background:#f7f7f7;}
}
/* End */


/* Start:/local/templates/main/fonts/Roboto/roboto.css?15988881773347*/
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin'), local('Roboto-Thin'), url('/local/templates/main/fonts/Roboto/Robotothin.woff2') format('woff2'), url('/local/templates/main/fonts/Roboto/Robotothin.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Robotothin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('/local/templates/main/fonts/Roboto/Robotothinitalic.woff2') format('woff2'), url('/local/templates/main/fonts/Roboto/Robotothinitalic.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Robotothinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light'), local('Roboto-Light'), url('/local/templates/main/fonts/Roboto/Robotolight.woff2') format('woff2'), url('/local/templates/main/fonts/Roboto/Robotolight.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('/local/templates/main/fonts/Roboto/Robotolightitalic.woff2') format('woff2'), url('/local/templates/main/fonts/Roboto/Robotolightitalic.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Robotolightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('/local/templates/main/fonts/Roboto/Roboto.woff2') format('woff2'), url('/local/templates/main/fonts/Roboto/Roboto.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Italic'), local('Roboto-Italic'), url('/local/templates/main/fonts/Roboto/Robotoitalic.woff2') format('woff2'), url('/local/templates/main/fonts/Roboto/Robotoitalic.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Robotoitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/local/templates/main/fonts/Roboto/Robotomedium.woff2') format('woff2'), url('/local/templates/main/fonts/Roboto/Robotomedium.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('/local/templates/main/fonts/Roboto/Robotomediumitalic.woff2') format('woff2'), url('/local/templates/main/fonts/Roboto/Robotomediumitalic.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Robotomediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/local/templates/main/fonts/Roboto/Robotobold.woff2') format('woff2'), url('/local/templates/main/fonts/Roboto/Robotobold.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('/local/templates/main/fonts/Roboto/Robotobolditalic.woff2') format('woff2'), url('/local/templates/main/fonts/Roboto/Robotobolditalic.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Robotobolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black'), local('Roboto-Black'), url('/local/templates/main/fonts/Roboto/Robotoblack.woff2') format('woff2'), url('/local/templates/main/fonts/Roboto/Robotoblack.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Robotoblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('/local/templates/main/fonts/Roboto/Robotoblackitalic.woff2') format('woff2'), url('/local/templates/main/fonts/Roboto/Robotoblackitalic.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Robotoblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

/* End */


/* Start:/local/templates/main/fonts/Rouble/rouble.css?159888817720785*/
@font-face{
	font-family: "Ruble Arial";
	src: local("Ruble Arial"); 
	src: url(data:font/truetype;charset=utf-8;base64,AAEAAAAPAIAAAwBwT1MvMmZXZGMAAAF4AAAAYFZETVhxoHmzAAAB+AAABeBjbWFwF+QTxQAAB9gAAAGiY3Z0IAS/AdYAAAu8AAAAIGZwZ20GWZw3AAAJfAAAAXNnYXNwABcACQAADlwAAAAQZ2x5Zvm8XWAAAAvcAAAAqGhlYWTu2oAnAAAA/AAAADZoaGVhBqkDuwAAATQAAAAkaG10eAdBAJ4AAAHYAAAAIGxvY2EA/ACoAAAMhAAAABJtYXhwAhUBmwAAAVgAAAAgbmFtZYgaMFkAAAyYAAABa3Bvc3Rba0rZAAAOBAAAAFZwcmVw0cSEcwAACvAAAADMAAEAAAABAABZxUQWXw889QAJA+gAAAAAwwMEvAAAAADJHTfJAJ4AAAMAArwAAAAJAAIAAAAAAAAAAQAAAu4AAAAcA1kAngBZAwAAAQAAAAAAAAAAAAAAAAAAAAgAAQAAAAgAJwACAAAAAAABAAAAAAAKAAACAAFzAAAAAAADAOgBkAAFAAACvAKKAAAAjAK8AooAAAHdADIA+gAAAgAFBgAAAAIABAAAAgEAAAAAAAAAAAAAAABQWVJTAEAAIARDAr//BgA4Au4AAAAAAAEAAAAAAfQCvAAAACAAAAH0AAAAAAAAAfQAAANZAJ4AAAAAAAAAAAAAAAAAAAAAAAAAAQABAQEBAQAMAPgI/wAIAAYAAAAJAAcAAAAKAAgAAAALAAkAAAAMAAkAAAANAAoAAAAOAAsAAAAPAAwAAAAQAAwAAAARAA0AAAASAA4AAAATAA8AAAAUAA8AAAAVABAAAAAWABEAAAAXABIAAAAYABIAAAAZABMAAAAaABQAAAAbABUAAAAcABUAAAAdABYAAAAeABcAAAAfABgAAAAgABgAAAAhABkAAAAiABoAAAAjABsAAAAkABsAAAAlABwAAAAmAB0AAAAnAB4AAAAoAB4AAAApAB8AAAAqACAAAAArACEAAAAsACEAAAAtACIAAAAuACMAAAAvACQAAAAwACQAAAAxACUAAAAyACYAAAAzACcAAAA0ACcAAAA1ACgAAAA2ACkAAAA3ACoAAAA4ACoAAAA5ACsAAAA6ACwAAAA7AC0AAAA8AC0AAAA9AC4AAAA+AC8AAAA/ADAAAABAADAAAABBADEAAABCADIAAABDADMAAABEADMAAABFADQAAABGADUAAABHADYAAABIADYAAABJADcAAABKADgAAABLADkAAABMADkAAABNADoAAABOADsAAABPADwAAABQADwAAABRAD0AAABSAD4AAABTAD8AAABUAD8AAABVAEAAAABWAEEAAABXAEIAAABYAEIAAABZAEMAAABaAEQAAABbAEUAAABcAEUAAABdAEYAAABeAEcAAABfAEgAAABgAEgAAABhAEkAAABiAEoAAABjAEsAAABkAEsAAABlAEwAAABmAE0AAABnAE4AAABoAE4AAABpAE8AAABqAFAAAABrAFEAAABsAFEAAABtAFIAAABuAFMAAABvAFQAAABwAFQAAABxAFUAAAByAFYAAABzAFcAAAB0AFcAAAB1AFgAAAB2AFkAAAB3AFoAAAB4AFoAAAB5AFsAAAB6AFwAAAB7AF0AAAB8AF0AAAB9AF4AAAB+AF8AAAB/AGAAAACAAGAAAACBAGEAAACCAGIAAACDAGMAAACEAGMAAACFAGQAAACGAGUAAACHAGYAAACIAGYAAACJAGcAAACKAGgAAACLAGkAAACMAGkAAACNAGoAAACOAGsAAACPAGwAAACQAGwAAACRAG0AAACSAG4AAACTAG8AAACUAG8AAACVAHAAAACWAHEAAACXAHIAAACYAHIAAACZAHMAAACaAHQAAACbAHUAAACcAHUAAACdAHYAAACeAHcAAACfAHgAAACgAHgAAAChAHkAAACiAHoAAACjAHsAAACkAHsAAAClAHwAAACmAH0AAACnAH4AAACoAH4AAACpAH8AAACqAIAAAACrAIEAAACsAIEAAACtAIIAAACuAIMAAACvAIQAAACwAIQAAACxAIUAAACyAIYAAACzAIcAAAC0AIcAAAC1AIgAAAC2AIkAAAC3AIoAAAC4AIoAAAC5AIsAAAC6AIwAAAC7AI0AAAC8AI0AAAC9AI4AAAC+AI8AAAC/AJAAAADAAJAAAADBAJEAAADCAJIAAADDAJMAAADEAJMAAADFAJQAAADGAJUAAADHAJYAAADIAJYAAADJAJcAAADKAJgAAADLAJkAAADMAJkAAADNAJoAAADOAJsAAADPAJwAAADQAJwAAADRAJ0AAADSAJ4AAADTAJ8AAADUAJ8AAADVAKAAAADWAKEAAADXAKIAAADYAKIAAADZAKMAAADaAKQAAADbAKUAAADcAKUAAADd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) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "Ruble Arial";
	src: local("Ruble Arial");
	src: url(data:font/truetype;charset=utf-8;base64,AAEAAAAPAIAAAwBwT1MvMmWJZEMAAAF4AAAAYFZETVhxoHmzAAAB+AAABeBjbWFwF+QTxQAAB9gAAAGiY3Z0IAS/AdYAAAu8AAAAIGZwZ20GWZw3AAAJfAAAAXNnYXNwABcACQAADowAAAAQZ2x5ZlvcYToAAAvcAAAAxGhlYWTu0YAbAAAA/AAAADZoaGVhBp8DxAAAATQAAAAkaG10eAdFAJUAAAHYAAAAIGxvY2EBJgDEAAAMoAAAABJtYXhwAhUBngAAAVgAAAAgbmFtZUTxHR0AAAy0AAABgHBvc3Rba0rZAAAONAAAAFZwcmVw0cSEcwAACvAAAADMAAEAAAABAAAdPWIrXw889QAJA+gAAAAAwwMEvAAAAADJHTe8AJUAAAL/Ar0AAQAJAAIAAAAAAAAAAQAAAu4AAAAcA10AlQBeAv8AAQAAAAAAAAAAAAAAAAAAAAgAAQAAAAgAKgACAAAAAAABAAAAAAAKAAACAAFzAAAAAAADAOgCvAAFAAQCvAKKAAAAjAK8AooAAAHdADIA+gAAAgAFBgAAAAIABAAAAAMAAAAAAAAAAAAAAABQWVJTACAAIARDAr//BgA4Au4AAAAAAAEAAAAAAfQCvAAAACAAAAH0AAAAAAAAAfQAAANdAJUAAAAAAAAAAAAAAAAAAAAAAAAAAQABAQEBAQAMAPgI/wAIAAYAAAAJAAcAAAAKAAgAAAALAAkAAAAMAAkAAAANAAoAAAAOAAsAAAAPAAwAAAAQAAwAAAARAA0AAAASAA4AAAATAA8AAAAUAA8AAAAVABAAAAAWABEAAAAXABIAAAAYABIAAAAZABMAAAAaABQAAAAbABUAAAAcABUAAAAdABYAAAAeABcAAAAfABgAAAAgABgAAAAhABkAAAAiABoAAAAjABsAAAAkABsAAAAlABwAAAAmAB0AAAAnAB4AAAAoAB4AAAApAB8AAAAqACAAAAArACEAAAAsACEAAAAtACIAAAAuACMAAAAvACQAAAAwACQAAAAxACUAAAAyACYAAAAzACcAAAA0ACcAAAA1ACgAAAA2ACkAAAA3ACoAAAA4ACoAAAA5ACsAAAA6ACwAAAA7AC0AAAA8AC0AAAA9AC4AAAA+AC8AAAA/ADAAAABAADAAAABBADEAAABCADIAAABDADMAAABEADMAAABFADQAAABGADUAAABHADYAAABIADYAAABJADcAAABKADgAAABLADkAAABMADkAAABNADoAAABOADsAAABPADwAAABQADwAAABRAD0AAABSAD4AAABTAD8AAABUAD8AAABVAEAAAABWAEEAAABXAEIAAABYAEIAAABZAEMAAABaAEQAAABbAEUAAABcAEUAAABdAEYAAABeAEcAAABfAEgAAABgAEgAAABhAEkAAABiAEoAAABjAEsAAABkAEsAAABlAEwAAABmAE0AAABnAE4AAABoAE4AAABpAE8AAABqAFAAAABrAFEAAABsAFEAAABtAFIAAABuAFMAAABvAFQAAABwAFQAAABxAFUAAAByAFYAAABzAFcAAAB0AFcAAAB1AFgAAAB2AFkAAAB3AFoAAAB4AFoAAAB5AFsAAAB6AFwAAAB7AF0AAAB8AF0AAAB9AF4AAAB+AF8AAAB/AGAAAACAAGAAAACBAGEAAACCAGIAAACDAGMAAACEAGMAAACFAGQAAACGAGUAAACHAGYAAACIAGYAAACJAGcAAACKAGgAAACLAGkAAACMAGkAAACNAGoAAACOAGsAAACPAGwAAACQAGwAAACRAG0AAACSAG4AAACTAG8AAACUAG8AAACVAHAAAACWAHEAAACXAHIAAACYAHIAAACZAHMAAACaAHQAAACbAHUAAACcAHUAAACdAHYAAACeAHcAAACfAHgAAACgAHgAAAChAHkAAACiAHoAAACjAHsAAACkAHsAAAClAHwAAACmAH0AAACnAH4AAACoAH4AAACpAH8AAACqAIAAAACrAIEAAACsAIEAAACtAIIAAACuAIMAAACvAIQAAACwAIQAAACxAIUAAACyAIYAAACzAIcAAAC0AIcAAAC1AIgAAAC2AIkAAAC3AIoAAAC4AIoAAAC5AIsAAAC6AIwAAAC7AI0AAAC8AI0AAAC9AI4AAAC+AI8AAAC/AJAAAADAAJAAAADBAJEAAADCAJIAAADDAJMAAADEAJMAAADFAJQAAADGAJUAAADHAJYAAADIAJYAAADJAJcAAADKAJgAAADLAJkAAADMAJkAAADNAJoAAADOAJsAAADPAJwAAADQAJwAAADRAJ0AAADSAJ4AAADTAJ8AAADUAJ8AAADVAKAAAADWAKEAAADXAKIAAADYAKIAAADZAKMAAADaAKQAAADbAKUAAADcAKUAAADd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) format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face{
	font-family: "Ruble Arial";
	src: local("Ruble Arial"); 
	src: url(data:font/truetype;charset=utf-8;base64,AAEAAAAPAIAAAwBwT1MvMmRdZAcAAAF4AAAAYFZETVhxoHmzAAAB+AAABeBjbWFwF+QTxQAAB9gAAAGiY3Z0IAS/AdYAAAu8AAAAIGZwZ20GWZw3AAAJfAAAAXNnYXNwABcACQAADowAAAAQZ2x5ZqbEmDwAAAvcAAAAsGhlYWTuI4AfAAAA/AAAADZoaGVhBfECWAAAATQAAAAkaG10eAZbAE4AAAHYAAAAIGxvY2EBCACwAAAMjAAAABJtYXhwAhUBnwAAAVgAAAAgbmFtZfUNqx8AAAygAAABknBvc3Rba0rZAAAONAAAAFZwcmVw0cSEcwAACvAAAADMAAEAAAABAAAuU9xJXw889QAJA+gAAAAAwwMEvAAAAADJHTfCAE4AAAKXArsAAgAJAAIAAAAAAAAAAQAAAu4AAAAcAnMATv/cApcAAQAAAAAAAAAAAAAAAAAAAAgAAQAAAAgAKwACAAAAAAABAAAAAAAKAAACAAFzAAAAAAADAMsBkAAFAAQCvAKKAAAAjAK8AooAAAHdADIA+gAAAgAFBgAAAAIABAAAAAMAAAAAAAAAAAAAAABQWVJTAAEAIARDAr//BgA4Au4AAAAAAAEAAAAAAfQCvAAAACAAAAH0AAAAAAAAAfQAAAJzAE4AAAAAAAAAAAAAAAAAAAAAAAAAAQABAQEBAQAMAPgI/wAIAAYAAAAJAAcAAAAKAAgAAAALAAkAAAAMAAkAAAANAAoAAAAOAAsAAAAPAAwAAAAQAAwAAAARAA0AAAASAA4AAAATAA8AAAAUAA8AAAAVABAAAAAWABEAAAAXABIAAAAYABIAAAAZABMAAAAaABQAAAAbABUAAAAcABUAAAAdABYAAAAeABcAAAAfABgAAAAgABgAAAAhABkAAAAiABoAAAAjABsAAAAkABsAAAAlABwAAAAmAB0AAAAnAB4AAAAoAB4AAAApAB8AAAAqACAAAAArACEAAAAsACEAAAAtACIAAAAuACMAAAAvACQAAAAwACQAAAAxACUAAAAyACYAAAAzACcAAAA0ACcAAAA1ACgAAAA2ACkAAAA3ACoAAAA4ACoAAAA5ACsAAAA6ACwAAAA7AC0AAAA8AC0AAAA9AC4AAAA+AC8AAAA/ADAAAABAADAAAABBADEAAABCADIAAABDADMAAABEADMAAABFADQAAABGADUAAABHADYAAABIADYAAABJADcAAABKADgAAABLADkAAABMADkAAABNADoAAABOADsAAABPADwAAABQADwAAABRAD0AAABSAD4AAABTAD8AAABUAD8AAABVAEAAAABWAEEAAABXAEIAAABYAEIAAABZAEMAAABaAEQAAABbAEUAAABcAEUAAABdAEYAAABeAEcAAABfAEgAAABgAEgAAABhAEkAAABiAEoAAABjAEsAAABkAEsAAABlAEwAAABmAE0AAABnAE4AAABoAE4AAABpAE8AAABqAFAAAABrAFEAAABsAFEAAABtAFIAAABuAFMAAABvAFQAAABwAFQAAABxAFUAAAByAFYAAABzAFcAAAB0AFcAAAB1AFgAAAB2AFkAAAB3AFoAAAB4AFoAAAB5AFsAAAB6AFwAAAB7AF0AAAB8AF0AAAB9AF4AAAB+AF8AAAB/AGAAAACAAGAAAACBAGEAAACCAGIAAACDAGMAAACEAGMAAACFAGQAAACGAGUAAACHAGYAAACIAGYAAACJAGcAAACKAGgAAACLAGkAAACMAGkAAACNAGoAAACOAGsAAACPAGwAAACQAGwAAACRAG0AAACSAG4AAACTAG8AAACUAG8AAACVAHAAAACWAHEAAACXAHIAAACYAHIAAACZAHMAAACaAHQAAACbAHUAAACcAHUAAACdAHYAAACeAHcAAACfAHgAAACgAHgAAAChAHkAAACiAHoAAACjAHsAAACkAHsAAAClAHwAAACmAH0AAACnAH4AAACoAH4AAACpAH8AAACqAIAAAACrAIEAAACsAIEAAACtAIIAAACuAIMAAACvAIQAAACwAIQAAACxAIUAAACyAIYAAACzAIcAAAC0AIcAAAC1AIgAAAC2AIkAAAC3AIoAAAC4AIoAAAC5AIsAAAC6AIwAAAC7AI0AAAC8AI0AAAC9AI4AAAC+AI8AAAC/AJAAAADAAJAAAADBAJEAAADCAJIAAADDAJMAAADEAJMAAADFAJQAAADGAJUAAADHAJYAAADIAJYAAADJAJcAAADKAJgAAADLAJkAAADMAJkAAADNAJoAAADOAJsAAADPAJwAAADQAJwAAADRAJ0AAADSAJ4AAADTAJ8AAADUAJ8AAADVAKAAAADWAKEAAADXAKIAAADYAKIAAADZAKMAAADaAKQAAADbAKUAAADcAKUAAADd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) format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face{
	font-family: "Ruble Arial";
	src: local("Ruble Arial"); 
	src: url(data:font/truetype;charset=utf-8;base64,AAEAAAAPAIAAAwBwT1MvMmWJZDQAAAF4AAAAYFZETVhxoHmzAAAB+AAABeBjbWFwF+QTxQAAB9gAAAGiY3Z0IAS/AdYAAAu8AAAAIGZwZ20GWZw3AAAJfAAAAXNnYXNwABcACQAADuwAAAAQZ2x5Zh8Dvh8AAAvcAAAA6GhlYWTuuYAJAAAA/AAAADZoaGVhBoYCoAAAATQAAAAkaG10eAbHAFMAAAHYAAAAIGxvY2EBXADoAAAMxAAAABJtYXhwAhUBnwAAAVgAAAAgbmFtZSTZiqsAAAzYAAABvHBvc3Rba0rZAAAOlAAAAFZwcmVw0cSEcwAACvAAAADMAAEAAAABAADYD86hXw889QAJA+gAAAAAwwMEvAAAAADJHTeoAFMAAAMnAr8AAwAJAAIAAAAAAAAAAQAAAu4AAAAcAt8AU/+4AycAAQAAAAAAAAAAAAAAAAAAAAgAAQAAAAgAKwACAAAAAAABAAAAAAAKAAACAAFzAAAAAAADANgCvAAFAAQCvAKKAAAAjAK8AooAAAHdADIA+gAAAgAFBgAAAAIABAAAAAMAAAAAAAAAAAAAAABQWVJTACEAIARDAr//BgA4Au4AAAAAAAEAAAAAAfQCvAAAACAAAAH0AAAAAAAAAfQAAALfAFMAAAAAAAAAAAAAAAAAAAAAAAAAAQABAQEBAQAMAPgI/wAIAAYAAAAJAAcAAAAKAAgAAAALAAkAAAAMAAkAAAANAAoAAAAOAAsAAAAPAAwAAAAQAAwAAAARAA0AAAASAA4AAAATAA8AAAAUAA8AAAAVABAAAAAWABEAAAAXABIAAAAYABIAAAAZABMAAAAaABQAAAAbABUAAAAcABUAAAAdABYAAAAeABcAAAAfABgAAAAgABgAAAAhABkAAAAiABoAAAAjABsAAAAkABsAAAAlABwAAAAmAB0AAAAnAB4AAAAoAB4AAAApAB8AAAAqACAAAAArACEAAAAsACEAAAAtACIAAAAuACMAAAAvACQAAAAwACQAAAAxACUAAAAyACYAAAAzACcAAAA0ACcAAAA1ACgAAAA2ACkAAAA3ACoAAAA4ACoAAAA5ACsAAAA6ACwAAAA7AC0AAAA8AC0AAAA9AC4AAAA+AC8AAAA/ADAAAABAADAAAABBADEAAABCADIAAABDADMAAABEADMAAABFADQAAABGADUAAABHADYAAABIADYAAABJADcAAABKADgAAABLADkAAABMADkAAABNADoAAABOADsAAABPADwAAABQADwAAABRAD0AAABSAD4AAABTAD8AAABUAD8AAABVAEAAAABWAEEAAABXAEIAAABYAEIAAABZAEMAAABaAEQAAABbAEUAAABcAEUAAABdAEYAAABeAEcAAABfAEgAAABgAEgAAABhAEkAAABiAEoAAABjAEsAAABkAEsAAABlAEwAAABmAE0AAABnAE4AAABoAE4AAABpAE8AAABqAFAAAABrAFEAAABsAFEAAABtAFIAAABuAFMAAABvAFQAAABwAFQAAABxAFUAAAByAFYAAABzAFcAAAB0AFcAAAB1AFgAAAB2AFkAAAB3AFoAAAB4AFoAAAB5AFsAAAB6AFwAAAB7AF0AAAB8AF0AAAB9AF4AAAB+AF8AAAB/AGAAAACAAGAAAACBAGEAAACCAGIAAACDAGMAAACEAGMAAACFAGQAAACGAGUAAACHAGYAAACIAGYAAACJAGcAAACKAGgAAACLAGkAAACMAGkAAACNAGoAAACOAGsAAACPAGwAAACQAGwAAACRAG0AAACSAG4AAACTAG8AAACUAG8AAACVAHAAAACWAHEAAACXAHIAAACYAHIAAACZAHMAAACaAHQAAACbAHUAAACcAHUAAACdAHYAAACeAHcAAACfAHgAAACgAHgAAAChAHkAAACiAHoAAACjAHsAAACkAHsAAAClAHwAAACmAH0AAACnAH4AAACoAH4AAACpAH8AAACqAIAAAACrAIEAAACsAIEAAACtAIIAAACuAIMAAACvAIQAAACwAIQAAACxAIUAAACyAIYAAACzAIcAAAC0AIcAAAC1AIgAAAC2AIkAAAC3AIoAAAC4AIoAAAC5AIsAAAC6AIwAAAC7AI0AAAC8AI0AAAC9AI4AAAC+AI8AAAC/AJAAAADAAJAAAADBAJEAAADCAJIAAADDAJMAAADEAJMAAADFAJQAAADGAJUAAADHAJYAAADIAJYAAADJAJcAAADKAJgAAADLAJkAAADMAJkAAADNAJoAAADOAJsAAADPAJwAAADQAJwAAADRAJ0AAADSAJ4AAADTAJ8AAADUAJ8AAADVAKAAAADWAKEAAADXAKIAAADYAKIAAADZAKMAAADaAKQAAADbAKUAAADcAKUAAADd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) format('truetype');
	font-weight: bold;
	font-style: italic;
}
/* End */


/* Start:/local/templates/main/js/carousel/owl.carousel.css?15988881774666*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.carousel, .carouselSlider {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position relative and z-index fix webkit rendering fonts issue;
  /* position: static; */
  z-index: 1;
}
.carousel__stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.carousel__stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.carousel__stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.carousel__wrapper, .carousel__item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.carousel__item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.carousel__item img {
  display: block;
  width: 100%;
}
 .carousel__nav.disabled, .carousel__dots.disabled {
  display: none;
}
.carousel__nav .carousel__prev, .carousel__nav .carousel__next, .carousel__dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
 .carousel__nav button.carousel__prev, .carousel__nav button.carousel__next, button.carousel__dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.carousel_loaded {
  display: block;
}
.carousel_loading {
  opacity: 0;
  display: block;
}
.carousel_hidden {
  opacity: 0;
}
.carousel_refresh .carousel__item {
  visibility: hidden;
}
.carousel_drag .carousel__item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel_grab {
  cursor: move;
  cursor: grab;
}
.carousel_rtl {
  direction: rtl;
}
.carousel_rtl .carousel__item {
  float: right;
}
/* No Js */
.no-js .carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.carousel_animated-in {
  z-index: 0;
}
.carousel_animated-out {
  z-index: 1;
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.carousel__height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.carousel .carousel__item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.carousel__item .carousel__lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.carousel__item .carousel__lazy[src^=""], .carousel__item .carousel__lazy:not([src]) {
  max-height: 0;
}
.carousel .carousel__item img.carousel__lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.carousel__video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.carousel__video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/main/js/carousel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.carousel__video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.carousel__video-playing .carousel__video-tn, .carousel__video-playing .carousel__video-play-icon {
  display: none;
}
.carousel__video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.carousel__video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* End */


/* Start:/local/templates/main/js/swiper/swiper.min.css?159896369513667*/
/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-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))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/main/components/bitrix/search.title/headerSearch/style.css?15988881772108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/main/components/bitrix/search.title/headerSearch/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */
/* /local/templates/main/css/main.css?1758175996176014 */
/* /local/templates/main/fonts/Roboto/roboto.css?15988881773347 */
/* /local/templates/main/fonts/Rouble/rouble.css?159888817720785 */
/* /local/templates/main/js/carousel/owl.carousel.css?15988881774666 */
/* /local/templates/main/js/swiper/swiper.min.css?159896369513667 */
/* /local/templates/main/components/bitrix/search.title/headerSearch/style.css?15988881772108 */
