html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.db {
	display: block;
}

.dib {
	display: inline-block;
}

.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

.center {
	overflow: hidden;
}

.tac {
	text-align: center;
}

.nav {
	list-style: none;
}

strong,
b {
	font-weight: 700;
}

button,
textarea,
input[type="email"],
input[type="password"],
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	/*border-radius: 0;*/
}

/* clears the 'X' from Internet Explorer */

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

/* clears the 'X' from Chrome */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

@font-face {
	font-family: 'ALS Sector';
	src: url("fonts/ALSSectorRegular-Regular.eot");
	src: url("fonts/ALSSectorRegular-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/ALSSectorRegular-Regular.woff2") format("woff2"), url("fonts/ALSSectorRegular-Regular.woff") format("woff"), url("fonts/ALSSectorRegular-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ALS Sector';
	src: url("fonts/ALSSectorBold-Bold.eot");
	src: url("fonts/ALSSectorBold-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/ALSSectorBold-Bold.woff2") format("woff2"), url("fonts/ALSSectorBold-Bold.woff") format("woff"), url("fonts/ALSSectorBold-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

* {
	outline: none;
}

body {
	margin: 0 auto;
	position: relative;
}

.wrapper,
.calc-page h1,
.calc-page .bx-breadcrumb {
	margin: 0 auto;
	position: relative;
	z-index: 5;
	padding: 0 75px;
	box-sizing: border-box;
}

.wrapper:after,
.calc-page h1:after,
.calc-page .bx-breadcrumb:after {
	content: "";
	display: table;
	clear: both;
}

.btn {
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	background: none;
	border: none;
}

.iti {
	position: relative;
	display: inline-block;
}

.iti * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.iti__hide {
	display: none;
}

.iti__v-hide {
	visibility: hidden;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0;
}

.iti__flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px;
}

.iti__selected-flag {
	z-index: 1;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 6px 0 8px;
}

.iti__arrow {
	margin-left: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
}

.iti__arrow--up {
	border-top: none;
	border-bottom: 4px solid #555;
}

.iti__country-list .iti__flag{
    transform: scale(1) !important;
}
.iti__country-list {
	background: white;
	position: absolute;
	z-index: 2;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	border: 1px solid #CCC;
	white-space: nowrap;
	max-height: 200px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
	bottom: 100%;
	margin-bottom: -1px;
}

@media (max-width: 500px) {
	.iti__country-list {
		white-space: normal;
	}
}

.iti__flag-box {
	display: inline-block;
	width: 20px;
}

.iti__divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

.iti__country {
	padding: 5px 10px;
	outline: none;
}

.iti__dial-code {
	color: #999;
}

.iti__country.iti__highlight {
	background: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
	vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
	margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
	right: auto;
	left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
	cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
	cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
	background: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
	background: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
	margin-left: 6px;
}

.iti--container {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px;
}

.iti--container:hover {
	cursor: pointer;
}

.iti-mobile .iti--container {
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	position: fixed;
}

.iti-mobile .iti__country-list {
	max-height: 100%;
	width: 100%;
}

.iti-mobile .iti__country {
	padding: 10px 10px;
	line-height: 1.5em;
}

.iti__flag {
	width: 20px;
}

.iti__flag.iti__be {
	width: 18px;
}

.iti__flag.iti__ch {
	width: 15px;
}

.iti__flag.iti__mc {
	width: 19px;
}

.iti__flag.iti__ne {
	width: 18px;
}

.iti__flag.iti__np {
	width: 13px;
}

.iti__flag.iti__va {
	width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.iti__flag {
		background-size: 5652px 15px;
	}
}

.iti__flag.iti__ac {
	height: 10px;
	background-position: 0px 0px;
}

.iti__flag.iti__ad {
	height: 14px;
	background-position: -22px 0px;
}

.iti__flag.iti__ae {
	height: 10px;
	background-position: -44px 0px;
}

.iti__flag.iti__af {
	height: 14px;
	background-position: -66px 0px;
}

.iti__flag.iti__ag {
	height: 14px;
	background-position: -88px 0px;
}

.iti__flag.iti__ai {
	height: 10px;
	background-position: -110px 0px;
}

.iti__flag.iti__al {
	height: 15px;
	background-position: -132px 0px;
}

.iti__flag.iti__am {
	height: 10px;
	background-position: -154px 0px;
}

.iti__flag.iti__ao {
	height: 14px;
	background-position: -176px 0px;
}

.iti__flag.iti__aq {
	height: 14px;
	background-position: -198px 0px;
}

.iti__flag.iti__ar {
	height: 13px;
	background-position: -220px 0px;
}

.iti__flag.iti__as {
	height: 10px;
	background-position: -242px 0px;
}

.iti__flag.iti__at {
	height: 14px;
	background-position: -264px 0px;
}

.iti__flag.iti__au {
	height: 10px;
	background-position: -286px 0px;
}

.iti__flag.iti__aw {
	height: 14px;
	background-position: -308px 0px;
}

.iti__flag.iti__ax {
	height: 13px;
	background-position: -330px 0px;
}

.iti__flag.iti__az {
	height: 10px;
	background-position: -352px 0px;
}

.iti__flag.iti__ba {
	height: 10px;
	background-position: -374px 0px;
}

.iti__flag.iti__bb {
	height: 14px;
	background-position: -396px 0px;
}

.iti__flag.iti__bd {
	height: 12px;
	background-position: -418px 0px;
}

.iti__flag.iti__be {
	height: 15px;
	background-position: -440px 0px;
}

.iti__flag.iti__bf {
	height: 14px;
	background-position: -460px 0px;
}

.iti__flag.iti__bg {
	height: 12px;
	background-position: -482px 0px;
}

.iti__flag.iti__bh {
	height: 12px;
	background-position: -504px 0px;
}

.iti__flag.iti__bi {
	height: 12px;
	background-position: -526px 0px;
}

.iti__flag.iti__bj {
	height: 14px;
	background-position: -548px 0px;
}

.iti__flag.iti__bl {
	height: 14px;
	background-position: -570px 0px;
}

.iti__flag.iti__bm {
	height: 10px;
	background-position: -592px 0px;
}

.iti__flag.iti__bn {
	height: 10px;
	background-position: -614px 0px;
}

.iti__flag.iti__bo {
	height: 14px;
	background-position: -636px 0px;
}

.iti__flag.iti__bq {
	height: 14px;
	background-position: -658px 0px;
}

.iti__flag.iti__br {
	height: 14px;
	background-position: -680px 0px;
}

.iti__flag.iti__bs {
	height: 10px;
	background-position: -702px 0px;
}

.iti__flag.iti__bt {
	height: 14px;
	background-position: -724px 0px;
}

.iti__flag.iti__bv {
	height: 15px;
	background-position: -746px 0px;
}

.iti__flag.iti__bw {
	height: 14px;
	background-position: -768px 0px;
}

.iti__flag.iti__by {
	height: 10px;
	background-position: -790px 0px;
}

.iti__flag.iti__bz {
	height: 14px;
	background-position: -812px 0px;
}

.iti__flag.iti__ca {
	height: 10px;
	background-position: -834px 0px;
}

.iti__flag.iti__cc {
	height: 10px;
	background-position: -856px 0px;
}

.iti__flag.iti__cd {
	height: 15px;
	background-position: -878px 0px;
}

.iti__flag.iti__cf {
	height: 14px;
	background-position: -900px 0px;
}

.iti__flag.iti__cg {
	height: 14px;
	background-position: -922px 0px;
}

.iti__flag.iti__ch {
	height: 15px;
	background-position: -944px 0px;
}

.iti__flag.iti__ci {
	height: 14px;
	background-position: -961px 0px;
}

.iti__flag.iti__ck {
	height: 10px;
	background-position: -983px 0px;
}

.iti__flag.iti__cl {
	height: 14px;
	background-position: -1005px 0px;
}

.iti__flag.iti__cm {
	height: 14px;
	background-position: -1027px 0px;
}

.iti__flag.iti__cn {
	height: 14px;
	background-position: -1049px 0px;
}

.iti__flag.iti__co {
	height: 14px;
	background-position: -1071px 0px;
}

.iti__flag.iti__cp {
	height: 14px;
	background-position: -1093px 0px;
}

.iti__flag.iti__cr {
	height: 12px;
	background-position: -1115px 0px;
}

.iti__flag.iti__cu {
	height: 10px;
	background-position: -1137px 0px;
}

.iti__flag.iti__cv {
	height: 12px;
	background-position: -1159px 0px;
}

.iti__flag.iti__cw {
	height: 14px;
	background-position: -1181px 0px;
}

.iti__flag.iti__cx {
	height: 10px;
	background-position: -1203px 0px;
}

.iti__flag.iti__cy {
	height: 14px;
	background-position: -1225px 0px;
}

.iti__flag.iti__cz {
	height: 14px;
	background-position: -1247px 0px;
}

.iti__flag.iti__de {
	height: 12px;
	background-position: -1269px 0px;
}

.iti__flag.iti__dg {
	height: 10px;
	background-position: -1291px 0px;
}

.iti__flag.iti__dj {
	height: 14px;
	background-position: -1313px 0px;
}

.iti__flag.iti__dk {
	height: 15px;
	background-position: -1335px 0px;
}

.iti__flag.iti__dm {
	height: 10px;
	background-position: -1357px 0px;
}

.iti__flag.iti__do {
	height: 14px;
	background-position: -1379px 0px;
}

.iti__flag.iti__dz {
	height: 14px;
	background-position: -1401px 0px;
}

.iti__flag.iti__ea {
	height: 14px;
	background-position: -1423px 0px;
}

.iti__flag.iti__ec {
	height: 14px;
	background-position: -1445px 0px;
}

.iti__flag.iti__ee {
	height: 13px;
	background-position: -1467px 0px;
}

.iti__flag.iti__eg {
	height: 14px;
	background-position: -1489px 0px;
}

.iti__flag.iti__eh {
	height: 10px;
	background-position: -1511px 0px;
}

.iti__flag.iti__er {
	height: 10px;
	background-position: -1533px 0px;
}

.iti__flag.iti__es {
	height: 14px;
	background-position: -1555px 0px;
}

.iti__flag.iti__et {
	height: 10px;
	background-position: -1577px 0px;
}

.iti__flag.iti__eu {
	height: 14px;
	background-position: -1599px 0px;
}

.iti__flag.iti__fi {
	height: 12px;
	background-position: -1621px 0px;
}

.iti__flag.iti__fj {
	height: 10px;
	background-position: -1643px 0px;
}

.iti__flag.iti__fk {
	height: 10px;
	background-position: -1665px 0px;
}

.iti__flag.iti__fm {
	height: 11px;
	background-position: -1687px 0px;
}

.iti__flag.iti__fo {
	height: 15px;
	background-position: -1709px 0px;
}

.iti__flag.iti__fr {
	height: 14px;
	background-position: -1731px 0px;
}

.iti__flag.iti__ga {
	height: 15px;
	background-position: -1753px 0px;
}

.iti__flag.iti__gb {
	height: 10px;
	background-position: -1775px 0px;
}

.iti__flag.iti__gd {
	height: 12px;
	background-position: -1797px 0px;
}

.iti__flag.iti__ge {
	height: 14px;
	background-position: -1819px 0px;
}

.iti__flag.iti__gf {
	height: 14px;
	background-position: -1841px 0px;
}

.iti__flag.iti__gg {
	height: 14px;
	background-position: -1863px 0px;
}

.iti__flag.iti__gh {
	height: 14px;
	background-position: -1885px 0px;
}

.iti__flag.iti__gi {
	height: 10px;
	background-position: -1907px 0px;
}

.iti__flag.iti__gl {
	height: 14px;
	background-position: -1929px 0px;
}

.iti__flag.iti__gm {
	height: 14px;
	background-position: -1951px 0px;
}

.iti__flag.iti__gn {
	height: 14px;
	background-position: -1973px 0px;
}

.iti__flag.iti__gp {
	height: 14px;
	background-position: -1995px 0px;
}

.iti__flag.iti__gq {
	height: 14px;
	background-position: -2017px 0px;
}

.iti__flag.iti__gr {
	height: 14px;
	background-position: -2039px 0px;
}

.iti__flag.iti__gs {
	height: 10px;
	background-position: -2061px 0px;
}

.iti__flag.iti__gt {
	height: 13px;
	background-position: -2083px 0px;
}

.iti__flag.iti__gu {
	height: 11px;
	background-position: -2105px 0px;
}

.iti__flag.iti__gw {
	height: 10px;
	background-position: -2127px 0px;
}

.iti__flag.iti__gy {
	height: 12px;
	background-position: -2149px 0px;
}

.iti__flag.iti__hk {
	height: 14px;
	background-position: -2171px 0px;
}

.iti__flag.iti__hm {
	height: 10px;
	background-position: -2193px 0px;
}

.iti__flag.iti__hn {
	height: 10px;
	background-position: -2215px 0px;
}

.iti__flag.iti__hr {
	height: 10px;
	background-position: -2237px 0px;
}

.iti__flag.iti__ht {
	height: 12px;
	background-position: -2259px 0px;
}

.iti__flag.iti__hu {
	height: 10px;
	background-position: -2281px 0px;
}

.iti__flag.iti__ic {
	height: 14px;
	background-position: -2303px 0px;
}

.iti__flag.iti__id {
	height: 14px;
	background-position: -2325px 0px;
}

.iti__flag.iti__ie {
	height: 10px;
	background-position: -2347px 0px;
}

.iti__flag.iti__il {
	height: 15px;
	background-position: -2369px 0px;
}

.iti__flag.iti__im {
	height: 10px;
	background-position: -2391px 0px;
}

.iti__flag.iti__in {
	height: 14px;
	background-position: -2413px 0px;
}

.iti__flag.iti__io {
	height: 10px;
	background-position: -2435px 0px;
}

.iti__flag.iti__iq {
	height: 14px;
	background-position: -2457px 0px;
}

.iti__flag.iti__ir {
	height: 12px;
	background-position: -2479px 0px;
}

.iti__flag.iti__is {
	height: 15px;
	background-position: -2501px 0px;
}

.iti__flag.iti__it {
	height: 14px;
	background-position: -2523px 0px;
}

.iti__flag.iti__je {
	height: 12px;
	background-position: -2545px 0px;
}

.iti__flag.iti__jm {
	height: 10px;
	background-position: -2567px 0px;
}

.iti__flag.iti__jo {
	height: 10px;
	background-position: -2589px 0px;
}

.iti__flag.iti__jp {
	height: 14px;
	background-position: -2611px 0px;
}

.iti__flag.iti__ke {
	height: 14px;
	background-position: -2633px 0px;
}

.iti__flag.iti__kg {
	height: 12px;
	background-position: -2655px 0px;
}

.iti__flag.iti__kh {
	height: 13px;
	background-position: -2677px 0px;
}

.iti__flag.iti__ki {
	height: 10px;
	background-position: -2699px 0px;
}

.iti__flag.iti__km {
	height: 12px;
	background-position: -2721px 0px;
}

.iti__flag.iti__kn {
	height: 14px;
	background-position: -2743px 0px;
}

.iti__flag.iti__kp {
	height: 10px;
	background-position: -2765px 0px;
}

.iti__flag.iti__kr {
	height: 14px;
	background-position: -2787px 0px;
}

.iti__flag.iti__kw {
	height: 10px;
	background-position: -2809px 0px;
}

.iti__flag.iti__ky {
	height: 10px;
	background-position: -2831px 0px;
}

.iti__flag.iti__kz {
	height: 10px;
	background-position: -2853px 0px;
}

.iti__flag.iti__la {
	height: 14px;
	background-position: -2875px 0px;
}

.iti__flag.iti__lb {
	height: 14px;
	background-position: -2897px 0px;
}

.iti__flag.iti__lc {
	height: 10px;
	background-position: -2919px 0px;
}

.iti__flag.iti__li {
	height: 12px;
	background-position: -2941px 0px;
}

.iti__flag.iti__lk {
	height: 10px;
	background-position: -2963px 0px;
}

.iti__flag.iti__lr {
	height: 11px;
	background-position: -2985px 0px;
}

.iti__flag.iti__ls {
	height: 14px;
	background-position: -3007px 0px;
}

.iti__flag.iti__lt {
	height: 12px;
	background-position: -3029px 0px;
}

.iti__flag.iti__lu {
	height: 12px;
	background-position: -3051px 0px;
}

.iti__flag.iti__lv {
	height: 10px;
	background-position: -3073px 0px;
}

.iti__flag.iti__ly {
	height: 10px;
	background-position: -3095px 0px;
}

.iti__flag.iti__ma {
	height: 14px;
	background-position: -3117px 0px;
}

.iti__flag.iti__mc {
	height: 15px;
	background-position: -3139px 0px;
}

.iti__flag.iti__md {
	height: 10px;
	background-position: -3160px 0px;
}

.iti__flag.iti__me {
	height: 10px;
	background-position: -3182px 0px;
}

.iti__flag.iti__mf {
	height: 14px;
	background-position: -3204px 0px;
}

.iti__flag.iti__mg {
	height: 14px;
	background-position: -3226px 0px;
}

.iti__flag.iti__mh {
	height: 11px;
	background-position: -3248px 0px;
}

.iti__flag.iti__mk {
	height: 10px;
	background-position: -3270px 0px;
}

.iti__flag.iti__ml {
	height: 14px;
	background-position: -3292px 0px;
}

.iti__flag.iti__mm {
	height: 14px;
	background-position: -3314px 0px;
}

.iti__flag.iti__mn {
	height: 10px;
	background-position: -3336px 0px;
}

.iti__flag.iti__mo {
	height: 14px;
	background-position: -3358px 0px;
}

.iti__flag.iti__mp {
	height: 10px;
	background-position: -3380px 0px;
}

.iti__flag.iti__mq {
	height: 14px;
	background-position: -3402px 0px;
}

.iti__flag.iti__mr {
	height: 14px;
	background-position: -3424px 0px;
}

.iti__flag.iti__ms {
	height: 10px;
	background-position: -3446px 0px;
}

.iti__flag.iti__mt {
	height: 14px;
	background-position: -3468px 0px;
}

.iti__flag.iti__mu {
	height: 14px;
	background-position: -3490px 0px;
}

.iti__flag.iti__mv {
	height: 14px;
	background-position: -3512px 0px;
}

.iti__flag.iti__mw {
	height: 14px;
	background-position: -3534px 0px;
}

.iti__flag.iti__mx {
	height: 12px;
	background-position: -3556px 0px;
}

.iti__flag.iti__my {
	height: 10px;
	background-position: -3578px 0px;
}

.iti__flag.iti__mz {
	height: 14px;
	background-position: -3600px 0px;
}

.iti__flag.iti__na {
	height: 14px;
	background-position: -3622px 0px;
}

.iti__flag.iti__nc {
	height: 10px;
	background-position: -3644px 0px;
}

.iti__flag.iti__ne {
	height: 15px;
	background-position: -3666px 0px;
}

.iti__flag.iti__nf {
	height: 10px;
	background-position: -3686px 0px;
}

.iti__flag.iti__ng {
	height: 10px;
	background-position: -3708px 0px;
}

.iti__flag.iti__ni {
	height: 12px;
	background-position: -3730px 0px;
}

.iti__flag.iti__nl {
	height: 14px;
	background-position: -3752px 0px;
}

.iti__flag.iti__no {
	height: 15px;
	background-position: -3774px 0px;
}

.iti__flag.iti__np {
	height: 15px;
	background-position: -3796px 0px;
}

.iti__flag.iti__nr {
	height: 10px;
	background-position: -3811px 0px;
}

.iti__flag.iti__nu {
	height: 10px;
	background-position: -3833px 0px;
}

.iti__flag.iti__nz {
	height: 10px;
	background-position: -3855px 0px;
}

.iti__flag.iti__om {
	height: 10px;
	background-position: -3877px 0px;
}

.iti__flag.iti__pa {
	height: 14px;
	background-position: -3899px 0px;
}

.iti__flag.iti__pe {
	height: 14px;
	background-position: -3921px 0px;
}

.iti__flag.iti__pf {
	height: 14px;
	background-position: -3943px 0px;
}

.iti__flag.iti__pg {
	height: 15px;
	background-position: -3965px 0px;
}

.iti__flag.iti__ph {
	height: 10px;
	background-position: -3987px 0px;
}

.iti__flag.iti__pk {
	height: 14px;
	background-position: -4009px 0px;
}

.iti__flag.iti__pl {
	height: 13px;
	background-position: -4031px 0px;
}

.iti__flag.iti__pm {
	height: 14px;
	background-position: -4053px 0px;
}

.iti__flag.iti__pn {
	height: 10px;
	background-position: -4075px 0px;
}

.iti__flag.iti__pr {
	height: 14px;
	background-position: -4097px 0px;
}

.iti__flag.iti__ps {
	height: 10px;
	background-position: -4119px 0px;
}

.iti__flag.iti__pt {
	height: 14px;
	background-position: -4141px 0px;
}

.iti__flag.iti__pw {
	height: 13px;
	background-position: -4163px 0px;
}

.iti__flag.iti__py {
	height: 11px;
	background-position: -4185px 0px;
}

.iti__flag.iti__qa {
	height: 8px;
	background-position: -4207px 0px;
}

.iti__flag.iti__re {
	height: 14px;
	background-position: -4229px 0px;
}

.iti__flag.iti__ro {
	height: 14px;
	background-position: -4251px 0px;
}

.iti__flag.iti__rs {
	height: 14px;
	background-position: -4273px 0px;
}

.iti__flag.iti__ru {
	height: 14px;
	background-position: -4295px 0px;
}

.iti__flag.iti__rw {
	height: 14px;
	background-position: -4317px 0px;
}

.iti__flag.iti__sa {
	height: 14px;
	background-position: -4339px 0px;
}

.iti__flag.iti__sb {
	height: 10px;
	background-position: -4361px 0px;
}

.iti__flag.iti__sc {
	height: 10px;
	background-position: -4383px 0px;
}

.iti__flag.iti__sd {
	height: 10px;
	background-position: -4405px 0px;
}

.iti__flag.iti__se {
	height: 13px;
	background-position: -4427px 0px;
}

.iti__flag.iti__sg {
	height: 14px;
	background-position: -4449px 0px;
}

.iti__flag.iti__sh {
	height: 10px;
	background-position: -4471px 0px;
}

.iti__flag.iti__si {
	height: 10px;
	background-position: -4493px 0px;
}

.iti__flag.iti__sj {
	height: 15px;
	background-position: -4515px 0px;
}

.iti__flag.iti__sk {
	height: 14px;
	background-position: -4537px 0px;
}

.iti__flag.iti__sl {
	height: 14px;
	background-position: -4559px 0px;
}

.iti__flag.iti__sm {
	height: 15px;
	background-position: -4581px 0px;
}

.iti__flag.iti__sn {
	height: 14px;
	background-position: -4603px 0px;
}

.iti__flag.iti__so {
	height: 14px;
	background-position: -4625px 0px;
}

.iti__flag.iti__sr {
	height: 14px;
	background-position: -4647px 0px;
}

.iti__flag.iti__ss {
	height: 10px;
	background-position: -4669px 0px;
}

.iti__flag.iti__st {
	height: 10px;
	background-position: -4691px 0px;
}

.iti__flag.iti__sv {
	height: 12px;
	background-position: -4713px 0px;
}

.iti__flag.iti__sx {
	height: 14px;
	background-position: -4735px 0px;
}

.iti__flag.iti__sy {
	height: 14px;
	background-position: -4757px 0px;
}

.iti__flag.iti__sz {
	height: 14px;
	background-position: -4779px 0px;
}

.iti__flag.iti__ta {
	height: 10px;
	background-position: -4801px 0px;
}

.iti__flag.iti__tc {
	height: 10px;
	background-position: -4823px 0px;
}

.iti__flag.iti__td {
	height: 14px;
	background-position: -4845px 0px;
}

.iti__flag.iti__tf {
	height: 14px;
	background-position: -4867px 0px;
}

.iti__flag.iti__tg {
	height: 13px;
	background-position: -4889px 0px;
}

.iti__flag.iti__th {
	height: 14px;
	background-position: -4911px 0px;
}

.iti__flag.iti__tj {
	height: 10px;
	background-position: -4933px 0px;
}

.iti__flag.iti__tk {
	height: 10px;
	background-position: -4955px 0px;
}

.iti__flag.iti__tl {
	height: 10px;
	background-position: -4977px 0px;
}

.iti__flag.iti__tm {
	height: 14px;
	background-position: -4999px 0px;
}

.iti__flag.iti__tn {
	height: 14px;
	background-position: -5021px 0px;
}

.iti__flag.iti__to {
	height: 10px;
	background-position: -5043px 0px;
}

.iti__flag.iti__tr {
	height: 14px;
	background-position: -5065px 0px;
}

.iti__flag.iti__tt {
	height: 12px;
	background-position: -5087px 0px;
}

.iti__flag.iti__tv {
	height: 10px;
	background-position: -5109px 0px;
}

.iti__flag.iti__tw {
	height: 14px;
	background-position: -5131px 0px;
}

.iti__flag.iti__tz {
	height: 14px;
	background-position: -5153px 0px;
}

.iti__flag.iti__ua {
	height: 14px;
	background-position: -5175px 0px;
}

.iti__flag.iti__ug {
	height: 14px;
	background-position: -5197px 0px;
}

.iti__flag.iti__um {
	height: 11px;
	background-position: -5219px 0px;
}

.iti__flag.iti__un {
	height: 14px;
	background-position: -5241px 0px;
}

.iti__flag.iti__us {
	height: 11px;
	background-position: -5263px 0px;
}

.iti__flag.iti__uy {
	height: 14px;
	background-position: -5285px 0px;
}

.iti__flag.iti__uz {
	height: 10px;
	background-position: -5307px 0px;
}

.iti__flag.iti__va {
	height: 15px;
	background-position: -5329px 0px;
}

.iti__flag.iti__vc {
	height: 14px;
	background-position: -5346px 0px;
}

.iti__flag.iti__ve {
	height: 14px;
	background-position: -5368px 0px;
}

.iti__flag.iti__vg {
	height: 10px;
	background-position: -5390px 0px;
}

.iti__flag.iti__vi {
	height: 14px;
	background-position: -5412px 0px;
}

.iti__flag.iti__vn {
	height: 14px;
	background-position: -5434px 0px;
}

.iti__flag.iti__vu {
	height: 12px;
	background-position: -5456px 0px;
}

.iti__flag.iti__wf {
	height: 14px;
	background-position: -5478px 0px;
}

.iti__flag.iti__ws {
	height: 10px;
	background-position: -5500px 0px;
}

.iti__flag.iti__xk {
	height: 15px;
	background-position: -5522px 0px;
}

.iti__flag.iti__ye {
	height: 14px;
	background-position: -5544px 0px;
}

.iti__flag.iti__yt {
	height: 14px;
	background-position: -5566px 0px;
}

.iti__flag.iti__za {
	height: 14px;
	background-position: -5588px 0px;
}

.iti__flag.iti__zm {
	height: 14px;
	background-position: -5610px 0px;
}

.iti__flag.iti__zw {
	height: 10px;
	background-position: -5632px 0px;
}

.iti__flag {
	background: url("images/flags.png") no-repeat 20px 0 #DBDBDB;
	height: 15px;
	box-shadow: 0px 0px 1px 0px #888;
}

.iti__flag.iti__np {
	background: transparent;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
	overflow: hidden;
	z-index: 0;
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 100%;
	width: 100% !important;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	transform-style: flat;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
	top: -100%;
	width: 0;
}

.noUi-horizontal .noUi-origin {
	height: 0;
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}

.noUi-touch-area {
	height: 100%;
	width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	transition: transform 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
	height: 18px;
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	right: -17px;
	top: -6px;
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
	background: #FAFAFA;
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
	border-radius: 3px;
}

.noUi-connect {
	background: #3FB8AF;
}

/* Handles and cursors;
 */

.noUi-draggable {
	cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}

.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
	box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */

.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}

.noUi-handle:after {
	left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}

.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
	background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
	box-sizing: border-box;
}

.noUi-pips {
	position: absolute;
	color: #999;
}

/* Values;
 *
 */

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
	position: absolute;
	background: #CCC;
}

.noUi-marker-sub {
	background: #AAA;
}

.noUi-marker-large {
	background: #AAA;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}

.noUi-value-horizontal {
	transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
	transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}

.noUi-value-vertical {
	transform: translate(0, -50%);
	padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
	transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
	transform: translate(0, -18px);
	top: auto;
	right: 28px;
}

.select2-hidden-accessible {
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}

.select2-container {
	z-index: 10000;
}

.select2-search--dropdown {
	display: none !important;
}

.select2 {
	display: block;
	text-align: left;
	min-width: 140px;
	width: 100% !important;
}

.select2-selection {
	display: block;
	position: relative;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 10px;
	cursor: pointer;
}

.select2-selection__rendered {
	padding: 0 40px 0 15px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	line-height: 38px;
	color: #000;
}

.select2-selection__arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
}

.select2-selection__arrow b {
	position: absolute;
	right: 18px;
	top: 16px;
	width: 12px;
	height: 7px;
	background: url('images/arr-select.svg') no-repeat;
}

.select2-dropdown {
	border: 2px solid #cccccc;
	display: block;
	box-sizing: border-box;
	border-top: none;
	background: #ffffff;
}

.select2-results__option {
	line-height: 1.5em;
	color: #333;
	cursor: pointer;
	padding: 0 0 0 17px;
}

.select2-results__option[aria-selected="true"] {
	color: #ffffff;
}

/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: -ms-flexbox;
	display: flex;
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
	font-family: "ALS Sector";
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	transform: scale(0, 0);
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
	transform: scale(1, 1);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	transform: rotateZ(4deg);
	transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
	opacity: 1;
	transform: rotateZ(0deg);
	transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	transition-property: top;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	transition-property: left;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}

	75% {
		transform: rotate(2deg);
	}

	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 10px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding: 30px 25px 27px;
}

.tooltipster-sidetip .tooltipster-content h3 {
	font-size: 16px;
	line-height: 20px;
	color: #111;
	font-weight: 700;
	margin: 0 0 9px;
}

.tooltipster-sidetip .tooltipster-content p {
	margin: 0 0 9px;
}

.tooltipster-sidetip .tooltipster-content a {
	color: #0070C9;
}

.tooltipster-sidetip .tooltipster-content a:hover {
	text-decoration: underline;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #fff;
	left: 0;
	top: 1px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #fff;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #fff;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #fff;
	left: 0;
	top: -1px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #CCC;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: #CCC;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: #CCC;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: #CCC;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

/*.calc-online {
	font-family: "ALS Sector";
}*/

.calc-online_left {
	float: left;
	padding: 35px 0 52px;
	width: 420px;
}

.calc-online_left .btn-clear {
	height: 48px;
	transition: all 0.2s ease-in-out;
	background: #F6F7FB;
	border: 1px solid #111111;
	border-radius: 10px;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin: 0 0 24px;
	color: #111;
	width: 330px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.calc-online_left .btn-clear span {
	display: block;
	text-transform: uppercase;
	transition: 0.2s ease-in-out;
}

.calc-online_left .btn-clear span:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: transparent;
	border: 2px solid #000;
	border-radius: 10px;
	transition: 0.2s ease-in-out;
	z-index: -1;
}

.calc-online_left .btn-clear span:hover span {
	color: #fff;
}

.calc-online_left .btn-clear span:hover:after {
	transform: rotate(-5deg);
}

.calc-online_left .select2 {
	max-width: 370px;
}

.calc-item {
	padding: 15px 10px 15px;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}

.calc-item label {
	font-size: 18px;
	display: block;
	line-height: 30px;
	margin: 0 0 23px;
}

.calc-item label input {
	/*font: 18px/26px "ALS Sector";*/
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 0 24px;
	width: 110px;
	height: 40px;
	background: #FFF;
	box-sizing: border-box;
	color: #111;
	padding: 0 12px;
	border: 1px solid #CCC;
	border-radius: 5px;
}

.calc-item .max,
.calc-item .min {
	margin: -10px 0 0;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #111;
}

.calc-item .max {
	width: 70px;
	float: right;
}

.calc-item a {
	float: right;
	font-size: 16px;
	color: #0070C9;
	padding: 0 18px 0 0;
	background: url('images/info.svg') no-repeat right center;
}

.calc-item a:hover {
	text-decoration: underline;
}

.calc-online .noUi-horizontal {
	margin: 0 87px 0 63px;
}

.calc-online .noUi-horizontal .noUi-handle {
	width: 24px !important;
	height: 24px !important;
	right: -12px;
	left: auto !important;
	background: #FFFFFF;
    position: absolute;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
	top: -10px;
	border-radius: 100%;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.calc-online .noUi-horizontal .noUi-handle:hover {
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.3);
}

.calc-online .noUi-horizontal .noUi-handle:after,
.calc-online .noUi-horizontal .noUi-handle:before {
	display: none;
}

.calc-online .noUi-connect {
	background: #00AEFF;
}

.calc-online .noUi-horizontal {
	height: 4px;
	border: none;
	background: #E5E5E5;
	border-radius: 0;
}

.sub-calc-item {
	padding: 23px 0 22px;
}

.sub-calc-item label {
	margin: 0 0 7px;
	font-size: 12px;
	line-height: 20px;
	color: #111111;
}

.sub-calc-item svg {
	display: block;
}

.sub-calc-item i {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.sub-calc-item i:hover circle {
	stroke: #0070C9;
}

.sub-calc-item i:hover path {
	fill: #0070C9;
}

.sub-calc-item input {
	/*font: 16px/24px "ALS Sector";*/
	font-size: 16px;
	line-height: 24px;
	background: #FFF;
	border: 1px solid #CCC;
	max-width: 160px;
	box-sizing: border-box;
	color: #000;
	height: 40px;
	width: 100%;
	padding-left: 14px;
	border-radius: 10px;
}

.sub-calc-item input:disabled {
	background: #F5F5F5;
	border: 1px solid #CCC;
	color: #888888;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row .col {
	width: 50%;
	box-sizing: border-box;
}

svg * {
	transition: all 0.2s ease-in-out;
}

.tooltip {
	cursor: pointer;
}

.drop {
	display: none;
}

.accordion-title {
	font-size: 20px;
	padding: 31px 0 33px 9px;
	line-height: 24px;
	color: #111;
	position: relative;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	border-bottom: 1px solid #CCC;
}

.accordion-title:before,
.accordion-title:after {
	transition: all 0.2s ease-in-out;
	content: '';
	width: 25px;
	height: 25px;
	background: url('images/arr-accordion.svg') no-repeat center center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(-1);
	right: 14px;
}

.accordion-title:before {
	background: url('images/arr-accordion2.svg') no-repeat center center;
	opacity: 1;
}

.accordion-title:hover {
	color: #0070C9;
}

.accordion-title:hover:after {
	opacity: 0;
}

.accordion-title:hover:before {
	opacity: 1;
}

.body-full {
	max-width: 100% !important;
}

.accordion-item {
	border-bottom: 1px solid #CCC;
}

.accordion-item:last-child {
	border-bottom: none;
}

.accordion-item.active > .accordion-title {
	color: #0070C9;
}

.accordion-item.active > .accordion-title:after {
	transform: translateY(-50%);
	opacity: 0;
}

.accordion-item.active > .accordion-title:before {
	opacity: 1;
	transform: translateY(-50%);
}

.accordion-item .accordion-item:last-child {
	border-bottom: 1px solid #CCC;
}

.accordion-item .accordion-item.active .accordion-title {
	padding-bottom: 11px;
}

.accordion-item .accordion-item .accordion-title {
	padding: 19px 0 19px 9px;
	border: none;
	position: relative;
	z-index: 5;
	color: #111;
	font-size: 18px;
}

.accordion-item .accordion-item .accordion-title:hover {
	color: #0070C9;
}

.accordion-item .name {
	margin: 0 0 4px;
	font-size: 16px;
	line-height: 20px;
	color: #111;
}

.accordion-item .drop .drop {
	padding: 0 0 30px;
	margin: 0 0 0 9px !important;
}

.tooltip {
	vertical-align: middle;
	display: inline-block;
}

.tooltip svg {
	display: block;
}

.tooltip:hover circle {
	stroke: #0070C9;
}

.tooltip:hover path {
	fill: #0070C9;
}

.calc-online_right {
	float: right;
	width: 350px;
	font-size: 16px;
	line-height: 20px;
	color: #111;
}

.calc-online_right h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
	color: #111;
}

.calc-online_right .btn-red {
	transition: all 0.2s ease-in-out;
	background: #FF1938;
	border-radius: 10px;
	border: 1px solid #FF1938;
	font-size: 20px;
	line-height: 24px;
	padding: 11px 20px;
	text-align: center;
	box-shadow: 0 15px 18px rgba(0, 0, 0, 0.1);
	color: #fff;
	margin: 18px 0 12px;
	width: 330px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.calc-online_right .btn-red span {
	display: block;
	color: #fff;
	text-transform: uppercase;
}

.calc-online_right .btn-red:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: transparent;
	border: 2px solid #cc142d;
	border-radius: 10px;
	transition: 0.2s ease-in-out;
	z-index: -1;
}

.calc-online_right .btn-red:hover {
	background: #ff1938;
	box-shadow: 0 0 23px rgba(0, 174, 255, 0.5);
}

.calc-online_right .btn-red:hover:after {
	transform: rotate(-5deg);
}
.calc-online_right .btn-red.btn-tobasket {
	width: auto;
}

.calc-online_right .btn-white {
	font-size: 16px;
	line-height: 24px;
	padding: 11px 20px;
	text-align: center;
	color: #111;
	border: 1px solid #111111;
	background: #fff;
	margin: 18px 0 0;
	box-sizing: border-box;
	border-radius: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.calc-online_right .btn-white span {
	display: block;
	text-transform: uppercase;
	transition: 0.2s ease-in-out;
}

.calc-online_right .btn-white:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: transparent;
	border: 2px solid #000;
	border-radius: 10px;
	transition: 0.2s ease-in-out;
	z-index: -1;
}

.calc-online_right .btn-white:hover:after {
	transform: rotate(-5deg);
}

.calc-online_right .btn-grey {
	background: #F6F7FB;
	font-size: 20px;
	border: 1px solid #111111;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.calc-online_right .btn-grey span {
	display: block;
	text-transform: uppercase;
	transition: 0.2s ease-in-out;
}

.calc-online_right .btn-grey:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: transparent;
	border: 2px solid #000;
	border-radius: 10px;
	transition: 0.2s ease-in-out;
	z-index: -1;
}

.calc-online_right .btn-grey:hover:after {
	transform: rotate(-5deg);
}

.calc-online_right .label {
	margin: 20px 0 2px 11px;
	font-size: 14px;
	line-height: 20px;
	display: block;
	color: #999;
}

.calc-online_right .small-preview {
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 13px 20px 14px 159px;
	font-size: 14px;
	position: relative;
	line-height: 20px;
	margin: 20px 0 -1px;
	max-width: 329px;
	color: #111;
}

.calc-online_right .small-preview .preview {
	width: 127px;
	height: 80px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.calc-online_right .small-preview .power {
	padding-left: 15px;
	background: url('images/power.svg') no-repeat left center;
	background-size: 8px 14px;
	margin: 6px 0 0;
}

.calc-online_right .small-preview .name {
	margin: 0 0 6px;
}

.calc-online_right .small-preview img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.calc-online_right_item {
	padding: 0 0 30px;
	margin: 0 10px 33px 0;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
}

.calc-online_right_item p {
	margin: 0 0 4px 12px;
}

.calc-online_right_item .needed-lamps {
	font-weight: bold;
}

.calc-online_right_item .is-choice {
	min-height: 25px;
}

.calc-online_right_item:last-child {
	border: none;
}

.calc-center {
	padding: 87px 99px 0;
	overflow: hidden;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
}

.calc-center .info {
	margin: 0 0 -73px;
}

.calc-center .js-square {
	font-size: 32px;
	padding: 10px 0 0;
}

.calc-center .js-square:after {
	content: '2';
	font-size: 14px;
	position: relative;
	top: -12px;
}

.calc-center_preview {
	width: 594px;
	position: relative;
	display: block;
	margin: 0 auto;
}

.calc-center_preview img {
	width: 100%;
}

.calc-center_preview .text {
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	line-height: 26px;
	color: #000;
}

.calc-center_preview .text1 {
	text-align: right;
	top: 500px;
	left: 20px;
}

.calc-center_preview .text2 {
	top: 500px;
	left: 439px;
}

.calc-center_preview .text3 {
	top: 363px;
	left: 360px;
}

.calc-center_preview .text4 {
	top: 380px;
	left: 269px;
}

[v-cloak] {
	display: none;
}

.calc-result {
	border: 1px solid #16C67A;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 23px 25px 14px;
	margin: 25px 0 30px;
	max-width: 330px;
	font-size: 16px;
	line-height: 20px;
	color: #111;
	background: #fff url('images/r.svg') no-repeat top right;
}

.calc-result .title {
	font-size: 18px;
	line-height: 20px;
	color: #111;
	margin: 0 0 10px;
}

.calc-result .subtitle {
	font-size: 14px;
	margin: 0 0 4px;
	line-height: 20px;
	color: #999;
}

.calc-result .hr {
	height: 1px;
	background: #CCC;
	margin: 24px 0;
}

.calc-result p {
	margin: 0 0 10px;
}

.calc-result b {
	color: #16C67A;
	font-weight: 400;
}

.iti__country {
	font-family: "ALS Sector";
}


.content-subscribe .wrapper{
    max-width: 1565px;
}
.content-subscribe {
    overflow: hidden;
    padding: 50px 0;
    background: #F6F8FB;
    font-family: "ALS Sector";
}

.content-subscribe .title-item {
    font-weight: bold;
    font-size: 50px;
    line-height: 56px;
    color: #404243;
    margin: 0 229px 15px 0;
	text-align: center;
}

.content-subscribe .subtitle {
    font-size: 28px;
    margin: 0 225px 40px 0;
    line-height: 36px;
    color: #404243;
}

.content-subscribe .iti--allow-dropdown input,
.content-subscribe .iti--allow-dropdown input[type=text],
.content-subscribe .iti--allow-dropdown input[type=tel],
.content-subscribe .iti--separate-dial-code input,
.content-subscribe .iti--separate-dial-code input[type=text],
.content-subscribe .iti--separate-dial-code input[type=tel] {
	padding-right: 6px;
	padding-left: 106px;
	margin-left: 0;
}

.content-subscribe .iti__flag {
	transform: scale(1.9);
}

.content-subscribe .iti__selected-flag {
    background: none !important;
	padding: 0 28px 0 38px;
}

.content-subscribe .iti__arrow {
	margin-left: 22px;
	border: none;
	width: 12px;
	height: 7px;
	background: url('images/arr-select.svg') no-repeat;
}

.content-subscribe .title {
	font-weight: bold;
	font-size: 32px;
	line-height: 56px;
	color: #404243;
	margin: 0 0 26px;
}

.content-subscribe .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -19px;
}

.content-subscribe .form-item {
	width: 50%;
	-ms-flex: 50% 0 0px;
	flex: 50% 0 0;
	box-sizing: border-box;
	padding: 0 19px 20px;
	margin: 0 0 20px;
	position: relative;
}

.content-subscribe .iti {
	width: 100%;
}

.content-subscribe .btn-red {
	transition: all 0.2s ease-in-out;
	background: #FF1938;
	border-radius: 10px;
	border: 1px solid #FF1938;
	font-size: 16px;
	line-height: 24px;
	padding: 17px 37px;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0 15px 18px rgba(0, 0, 0, 0.1);
	color: #fff;
	margin: 25px 0 12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.content-subscribe .btn-red span {
	display: block;
	color: #fff;
	text-transform: uppercase;
}

.content-subscribe .btn-red:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: transparent;
	border: 2px solid #cc142d;
	border-radius: 10px;
	transition: 0.2s ease-in-out;
	z-index: -1;
}

.content-subscribe .btn-red:hover {
	background: #ff1938;
	box-shadow: 0 0 40px rgba(0, 174, 255, 0.5);
}

.content-subscribe .btn-red:hover:after {
	transform: rotate(-5deg);
}

.content-subscribe label {
	display: block;
	margin: 0 0 9px 9px;
	font-size: 16px;
	line-height: 24px;
	padding: 0;
	color: #111;
}

.content-subscribe form {
	max-width: 1170px;
	background: #FFF;
	z-index: 2;
	margin: 0 auto;
	position: relative;
	left: -122px;
	box-sizing: border-box;
	padding: 40px 67px 37px;
}

.content-subscribe form:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: -285px;
	background: url('images/bg.svg') no-repeat center right;
	height: 100%;
	width: 285px;
}

.content-subscribe input {
	font: 16px/24px "ALS Sector";
	background: #F5F5F5;
	border: 1px solid #16C67A;
	height: 64px;
	width: 100%;
	box-sizing: border-box;
	color: #111111;
	padding: 0 20px 0 23px;
	border-radius: 10px;
}

.content-subscribe small {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: rgba(17, 17, 17, 0.5);
}

.polit {
	display: block;
	position: relative;
}

.polit label {
	margin: 0 0 7px -1px;
	position: relative;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.polit input[type=checkbox] {
	position: absolute;
	bottom: 100%;
	right: 100%;
	opacity: 0;
	visibility: hidden;
}
.polit input[type=checkbox]:checked + .icon:after{
    opacity: 1;
}
.polit .icon:after{
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: url(images/check2.svg) no-repeat center center;
    position: absolute;
    content: '';
    opacity: 0;
}
.polit .icon {
	float: left;
    position: relative;
	background: #F6F7FB;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 1px;
	width: 20px;
	height: 20px;
	margin: 2px 10px 0 0;
}

.polit span {
	font-size: 16px;
	line-height: 24px;
	color: #111;
	display: block;
	overflow: hidden;
}

.polit a {
	color: #0070C9;
}

.error-text {
	position: absolute;
	bottom: 0;
	left: 41px;
	font-size: 12px;
	line-height: 20px;
	color: #FF1938;
	display: none;
}

.error input {
	border-color: red;
}

.error .error-text {
	display: block;
}

.lamp-popup {
	/*font-family: "ALS Sector";*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: start;
	padding: 80px 75px;
	background: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
}

.lamp-popup .title {
	font-size: 50px;
	line-height: 56px;
	color: #000;
	margin: 0 0 48px;
}

.lamp-popup .in {
	margin-top: -20px;
	margin-bottom: -20px;
	max-height: calc(100vh - 160px);
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	padding: 60px 0 0;
}

.lamp-popup .close {
	position: absolute;
	cursor: pointer;
	top: 20px;
	right: 20px;
}

.lamp-popup .close svg {
	display: block;
}

.lamp-popup .close:hover path {
	transition: all 0.2s ease-in-out;
	fill: #0070C9;
}

.lamp-popup_wrap {
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	max-height: 100%;
	position: relative;
	/*overflow: hidden;*/
	border-radius: 10px;
	max-width: 1170px;
	margin: 0 auto;
}

.lamp-popup_wrap:after {
	content: '';
	background: #CCC;
	width: 1px;
	top: 20px;
	bottom: 20px;
	left: 420px;
	display: inline-block;
	position: absolute;
}

.lamp-popup_left {
	margin: 0 40px 0 0;
	padding: 40px 30px 0 21px;
	width: 399px;
	float: left;
	box-sizing: border-box;
}

.lamp-popup_left .active {
	color: #0070C9;
}

.lamp-popup_left li {
	cursor: pointer;
	margin: 0 0 12px;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #111;
	transition: all 0.2s ease-in-out;
}

.lamp-popup_left li:hover {
	color: #0070C9;
}

.lamp-popup_list {
	color: #111;
	padding: 0 53px 20px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: auto;
	position: relative;
}

.lamp-popup_list:after {
	left: 0;
	height: 3px;
	width: 100%;
	content: '';
	background: #fff;
	position: relative;
	margin: -3px 0 0;
}

.lamp-popup_list .item {
	box-sizing: border-box;
	cursor: pointer;
	padding: 80px 31px 23px;
	border-bottom: 1px solid #CCC;
	width: 33.3%;
}

.lamp-popup_list .item:hover .name {
	text-decoration: underline;
}

.lamp-popup_list .item:nth-child(3),
.lamp-popup_list .item:nth-child(2),
.lamp-popup_list .item:nth-child(1) {
	border-top: none;
}

.lamp-popup_list .preview {
	margin: 0 0 2px;
	display: block;
	height: 240px;
	position: relative;
}

.lamp-popup_list .name {
	font-size: 18px;
	float: left;
	line-height: 20px;
	max-height: 80px;
	overflow: hidden;
}

.lamp-popup_list .power {
	padding: 0 0 0 20px;
	font-size: 24px;
	line-height: 32px;
	float: right;
	background: url('images/power.svg') no-repeat left center;
}

.lamp-popup_list .cash {
	padding: 8px 0 0;
	font-size: 18px;
	line-height: 26px;
	clear: both;
}

.lamp-popup_list .last-cash {
	display: inline-block;
	margin-left: 13px;
	opacity: .3;
	text-decoration: line-through;
}

.lamp-popup_list .status {
	padding-left: 29px;
	font-size: 16px;
	line-height: 24px;
}

.lamp-popup_list .status--green {
	color: #16C67A;
	background: url('images/status.svg') no-repeat left center;
}

.lamp-popup_list .color-list {
	padding: 9px 0 5px;
	overflow: hidden;
}

.lamp-popup_list .color-list li {
	float: left;
	margin: 0 8px 8px 0;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 1px;
	width: 24px;
	height: 24px;
}

.lamp-popup_list img {
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
}

.lamp-popup_search {
	height: 46px;
	min-height: 46px;
	width: 420px;
	position: relative;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 1px;
}

.lamp-popup_search .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 99px;
	height: 48px;
	background: #E2E2E2;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #888;
}

.lamp-popup_search input {
	display: block;
	border: none;
	padding: 0 100px 0 24px;
	height: 46px;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #888;
}

.only-mobile {
	display: none;
}

.select2-dropdown {
	margin: 10px 0;
	border: 1px solid #CCCCCC;
	/*font-family: "ALS Sector";*/
	box-sizing: border-box;
	border-radius: 10px;
}

.select2-dropdown.select2-dropdown--above {
	margin: -10px 0 0;
}

.select2-dropdown ul {
	max-height: 200px;
	overflow: auto;
}

.select2-dropdown li {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.3;
}

.select2-dropdown [aria-selected="true"] {
	color: #0070C9;
}

.calc-page {
	padding: 10px 0 0;
}

.calc-page .bx-breadcrumb {
	margin-bottom: 39px;
}

.calc-page h1 {
	margin-bottom: 34px;
}

.subtext {
	font-size: 20px;
	line-height: 24px;
	color: #111;
	margin: 0 0 43px;
}

.search__popup {
	z-index: 7;
}
.alert {
	padding: 10px 0;
}
.alert.alert-success {
	color: #008800;
}
.alert.alert-error {
	color: #ff0000;
}
.lamp-popup .card__popup-img img {
	max-height: 500px;
}
.lamp-popup.basket-popup .lamp-popup_wrap:after {
	display: none!important;
}
#app .card__popup-title {
	font-weight: bold;
}
#app .card__popup-wrap {
	display: block;
	position: relative;
	top: 40px;
}
#app .card__popups {
	visibility: visible;
	opacity: 1;
}
#app .btn-loader {
	transition: all 0.2s ease-in-out;
	background: #F6F7FB;
	border: 1px solid #111111;
	border-radius: 10px;
	line-height: 24px;
	text-align: center;
	color: #111;
	display: -ms-flexbox;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;

	font-size: 16px;
	margin: 0 0 36px 11px;
	height: auto;
	width: auto;
	display: inline-block;
	padding: 7px 53px;
}
#app .text-center {
	text-align: center;
	width: 100%;
	margin-top: 30px;
}
div.loader {
	background: url('images/loader.gif') no-repeat;
	width: 64px;
	height: 64px;
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}
.lamp-popup .close {
	top: -20px;
	right: 6px;
}
.lamp-popup .close svg {
	width: 16px;
	height: 16px;
}

@media (max-width: 1279px) {
	.btn-white:hover:after,
	.btn-grey:hover:after,
	.btn-white:hover:after,
	.btn-red:hover:after {
		transform: none !important;
	}
}

@media screen and (max-width: 1919px) {
	.calc-online_left {
		width: 400px;
	}

	.calc-online_right {
		width: 300px;
	}

	.calc-center {
		padding: 96px 50px 0;
	}

	.calc-center_preview {
		transform: scale(0.8);
	}
}

@media screen and (max-width: 1600px) {
	.calc-page {
		padding: 2px 0 0;
	}

	.calc-page h1 {
		font-size: 42px;
		line-height: 56px;
		margin-bottom: 8px;
	}

	.calc-page .bx-breadcrumb {
		margin-bottom: 26px;
	}

	.subtext {
		margin: 0 0 47px;
	}

	.wrapper,
	.calc-page h1,
	.calc-page .bx-breadcrumb {
		padding-left: 51px;
		padding-right: 28px;
	}

	.calc-online {
		padding: 0 0 25px;
	}

	.calc-online_left {
		padding: 28px 0 50px;
		width: 325px;
		margin: 0 0 0 -8px;
	}

	.calc-online_left .btn-clear {
		font-size: 16px;
		margin: 0 0 36px 11px;
		line-height: 24px;
		height: auto;
		width: auto;
		display: inline-block;
		padding: 7px 53px;
	}

	.calc-item {
		padding: 15px 10px 17px;
		overflow: hidden;
		border-bottom: 1px solid #CCC;
	}

	.calc-item label {
		font-size: 16px;
		line-height: 32px;
		color: #111;
		margin: 0 0 10px -10px;
	}

	.calc-item label input {
		width: 90px;
		height: 32px;
		font-size: 16px;
		background: #FFF;
	}

	.calc-item a {
		font-size: 14px;
		background-size: 14px 14px;
	}

	.calc-item .min,
	.calc-item .max {
		font-size: 14px;
		line-height: 24px;
	}

	.calc-item .min {
		text-align: right;
		width: 41px;
		margin-left: -10px;
	}

	.calc-item .max {
		width: 57px;
	}

	.calc-online .noUi-horizontal {
		margin: 0 70px 0 43px;
	}

	.calc-online .noUi-horizontal .noUi-handle {
        width: 20px;
		top: -8px;
		right: -10px;
        height: 20px;
	}

	.calc-item--range label {
		margin: 0 0 24px 20px;
	}

	.select2-selection {
		height: 33px;
	}

	.select2-selection__rendered {
		font-size: 14px;
		line-height: 31px;
	}

	.sub-calc-item {
		padding: 10px 0 3px;
	}

	.sub-calc-item label {
		margin: 0 0 1px 1px;
		font-size: 10px;
		line-height: 20px;
	}

	.sub-calc-item input {
		height: 32px;
		max-width: 135px;
	}

	.sub-calc-item .tooltip svg {
		width: 12px;
		height: 12px;
	}

	.accordion-title {
		padding: 15px 0 18px 9px;
		font-size: 16px;
		line-height: 24px;
	}

	.accordion-item .accordion-item .accordion-title {
		font-size: 16px;
		line-height: 20px;
		padding: 15px 0 15px 10px;
	}

	.accordion-item .accordion-item .tooltip svg {
		width: 12px;
		height: 12px;
	}

	.accordion-item .name {
		font-size: 14px;
		line-height: 20px;
	}

	.calc-online_right h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.calc-online_right .btn-red {
		font-size: 14px;
		padding: 7px 70px;
		width: auto;
		height: auto;
		line-height: 24px;
		margin: 8px 0 15px;
	}

	.calc-online_right .btn-white {
		font-size: 14px;
		padding: 7px 20px;
		width: 249px;
		height: auto;
		line-height: 24px;
		margin: 10px 0 0;
	}

	.calc-online_right .is-choice {
		min-height: 23px;
	}

	.calc-online_right .label {
		font-size: 12px;
		line-height: 20px;
		margin: 17px 0 2px 1px;
	}

	.calc-online_right_item {
		font-size: 14px;
		line-height: 20px;
		padding: 0 0 21px 15px;
		margin: 0 22px 14px 0;
	}

	.calc-online_right_item p {
		margin: 0 0 4px;
	}

	.counter-lamp {
		font-weight: bold;
		font-size: 17px;
	}

	.calc-result {
		margin: 27px 0 20px -15px;
		font-size: 14px;
		padding: 14px 15px 22px;
		line-height: 18px;
	}

	.calc-result .title {
		font-size: 16px;
		line-height: 20px;
		margin: 0;
	}

	.calc-result .subtitle {
		margin: 0 0 18px;
		font-size: 12px;
		line-height: 16px;
	}

	.calc-result .hr {
		margin: 18px 0 13px;
	}

	.calc-result p {
		margin: 0 0 12px;
	}

	.calc-center {
		padding: 155px 57px 0;
		font-size: 14px;
		line-height: 26px;
	}

	.calc-center .js-square {
		padding: 9px 0 0;
		font-size: 27px;
	}

	.calc-center .info {
		margin: 0 0 -176px;
	}

	.calc-center_preview {
		transform-origin: center;
		left: -35px;
		transform: scale(0.63);
	}

	.calc-center_preview .text {
		font-size: 24px;
	}

	.accordion-title:before,
	.accordion-title:after {
		right: 1px;
	}

	.content-subscribe {
		padding: 38px 0 55px;
	}

	.content-subscribe .wrapper,
	.content-subscribe .calc-page h1,
	.calc-page .content-subscribe h1,
	.content-subscribe .calc-page .bx-breadcrumb,
	.calc-page .content-subscribe .bx-breadcrumb {
		padding-left: 50px;
	}

	.content-subscribe .title-item {
		font-size: 36px;
		line-height: 56px;
		margin: 0 0 13px;
	}

	.content-subscribe .subtitle {
		font-size: 22px;
		line-height: 28px;
		margin: 0 0 42px;
	}

	.content-subscribe .title {
		font-size: 22px;
		line-height: 1.3;
		margin: 0 0 39px;
	}

	.content-subscribe .form-item {
		margin: 0 0 4px;
	}

	.content-subscribe form {
		padding: 37px 50px 42px 49px;
		left: -111px;
		width: 779px;
	}

	.content-subscribe form:after {
		background-size: 357px 287px;
		right: -201px;
		width: 201px;
	}

	.content-subscribe label {
		margin: 0 0 3px 10px;
		font-size: 14px;
	}

	.content-subscribe input {
		padding: 0 20px 0 19px;
		height: 46px;
		font-size: 14px;
	}

	.content-subscribe small {
		font-size: 14px;
	}

	.content-subscribe .iti--allow-dropdown input,
	.content-subscribe .iti--allow-dropdown input[type=text],
	.content-subscribe .iti--allow-dropdown input[type=tel],
	.content-subscribe .iti--separate-dial-code input,
	.content-subscribe .iti--separate-dial-code input[type=text],
	.content-subscribe .iti--separate-dial-code input[type=tel] {
		padding-right: 6px;
		padding-left: 75px;
		margin-left: 0;
	}

	.content-subscribe .iti__flag {
		transform: scale(1.5);
	}

	.content-subscribe .iti__selected-flag {
		padding: 0 28px 0 17px;
	}

	.content-subscribe .iti__arrow {
		margin-left: 11px;
	}

	.content-subscribe .polit label {
		margin: 0 0 7px;
	}

	.content-subscribe .polit .icon {
		width: 16px;
		height: 16px;
		margin: 4px 10px 0 0;
	}

	.content-subscribe .polit span {
		font-size: 14px;
	}

	.content-subscribe .btn-red {
		font-size: 14px;
		padding: 10px 25px;
		margin: 24px 0 19px;
		line-height: 24px;
	}

	.lamp-popup {
		padding: 100px 50px;
	}

	.lamp-popup .title {
		font-size: 34px;
		margin: 0 0 15px 15px;
		line-height: 56px;
	}

	.lamp-popup .in {
		max-height: calc(100vh - 200px);
		padding: 23px 0 0;
	}

	.lamp-popup_search {
		width: 297px;
		margin: 0 0 1px 16px;
		min-height: 34px;
		height: 34px;
	}

	.lamp-popup_search input {
		height: 32px;
		padding: 0 100px 0 15px;
		font-size: 14px;
	}

	.lamp-popup_search .btn {
		font-size: 14px;
		width: 70px;
		height: 34px;
	}

	.lamp-popup_left {
		margin: 0 39px 0 0;
		padding: 18px 10px 0 3px;
		width: 215px;
	}

	.lamp-popup_left li {
		font-size: 12px;
		line-height: 16px;
	}

	.lamp-popup_wrap:after {
		top: 16px;
		left: 235px;
		bottom: 16px;
	}

	.lamp-popup_list {
		padding-bottom: 40px;
	}

	.lamp-popup_list .preview {
		height: 178px;
		margin: 0 0 37px;
	}

	.lamp-popup_list .name {
		font-size: 18px;
		line-height: 20px;
		float: none;
	}

	.lamp-popup_list .power {
		font-size: 24px;
		line-height: 32px;
		float: none;
		padding: 0 0 0 17px;
	}

	.lamp-popup_list .item {
		border: none;
		padding: 45px 20px 0 0;
	}

	.lamp-popup_list .cash {
		padding: 3px 0 0;
	}

	.lamp-popup_list .color-list {
		padding: 9px 18px 5px 3px;
		float: left;
	}

	.lamp-popup_list .color-list li {
		width: 10px;
		height: 10px;
		margin: 0 2px 2px 0;
	}

	.lamp-popup_list .status {
		line-height: 27px;
		overflow: hidden;
	}


    .content-subscribe .subtitle{
        margin: 0 221px 42px 0;
    }
    .content-subscribe .title-item{
        margin: 0 226px 13px 0;
    }
    .content-subscribe .wrapper{
        max-width: 1080px;
    }
}

@media screen and (max-width: 1250px) {
	.wrapper,
	.calc-page h1,
	.calc-page .bx-breadcrumb {
		padding-left: 45px;
		padding-right: 35px;
	}

	.calc-online {
		padding: 0 0 64px;
	}

	.calc-online .wrapper,
	.calc-online .calc-page h1,
	.calc-page .calc-online h1,
	.calc-online .calc-page .bx-breadcrumb,
	.calc-page .calc-online .bx-breadcrumb {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.calc-online_left {
		width: 249px;
		-ms-flex-order: 1;
		order: 1;
	}

	.calc-online_right {
		padding: 0 0 0;
		-ms-flex-order: 3;
		order: 3;
	}

	.calc-center {
		-ms-flex: 300px 1 1;
		flex: 300px 1 1;
		padding: 75px 0 0 50px;
		-ms-flex-order: 2;
		order: 2;
	}

	.calc-center .info {
		margin: 0 0 -198px;
	}

	.calc-online_right {
		border-top: 1px solid #CCC;
		width: 100%;
		margin-top: -1px;
	}

	.calc-online_left .btn-clear {
		font-size: 14px;
		margin: 0 0 0px 11px;
		line-height: 24px;
		padding: 4px 37px;
	}

	.calc-item {
		padding: 15px 0 11px;
	}

	.calc-item label {
		margin: 0 0 7px;
		line-height: 26px;
		font-size: 14px;
	}

	.calc-item label input {
		margin: 0 0 0 17px;
		width: 80px;
		height: 26px;
		font-size: 14px;
	}

	.calc-item a {
		font-size: 10px;
		background-size: 11px 10px;
		padding: 0 13px 0 0;
	}

	.calc-item .min,
	.calc-item .max {
		font-size: 12px;
	}

	.calc-item .max {
		width: 41px;
	}

	.calc-item .min {
		margin-left: -7px;
	}

	.calc-item--range label {
		margin: 0 0 23px 6px;
	}

	.calc-online .noUi-horizontal {
		margin: 0 54px 0 49px;
	}

	.select2-selection__rendered {
		font-size: 10px;
		line-height: 28px;
	}

	.select2-selection {
		height: 30px;
	}

	.select2-selection__arrow b {
		width: 10px;
		height: 6px;
		background-size: 10px 6px;
		right: 11px;
		top: 11px;
	}

	.sub-calc-item {
		padding: 13px 0 4px 6px;
	}

	.sub-calc-item label {
		margin: 0 0 1px;
		font-size: 8px;
		line-height: 20px;
	}

	.sub-calc-item input {
		font-size: 10px;
		width: 100px;
		height: 30px;
	}

	.sub-calc-item .tooltip svg {
		width: 8px;
		height: 8px;
	}

	.accordion-title {
		font-size: 12px;
		line-height: 24px;
		padding: 10px 25px 9px 18px;
	}

	.accordion-item .accordion-item .accordion-title {
		padding: 15px 0 15px 0;
		line-height: 20px;
		font-size: 14px;
	}

	.accordion-item .accordion-item.active .accordion-title {
		padding-bottom: 4px;
	}

	.accordion-item .name {
		font-size: 10px;
		margin: 0 0 -1px 11px;
		line-height: 20px;
	}

	.accordion-item .drop .drop {
		padding: 0 0 15px;
		margin: 0 0 0 6px !important;
	}

	.calc-center_preview {
		transform-origin: center;
		left: 0;
		top: 20px;
		transform: scale(0.7);
	}

	.calc-online_right_item {
		width: 50%;
		float: left;
		box-sizing: border-box;
		min-height: 131px;
		position: relative;
		margin: 0 0 26px;
		padding: 30px 0 0 34px;
		border: none;
	}

	.calc-online_right_item:nth-child(odd) {
		clear: left;
		padding-left: 52px;
	}

	.calc-online_right_item:nth-child(3) {
		width: 100%;
		padding-right: 300px;
		border-top: 1px solid #ccc;
	}

	.calc-online_right_item:nth-child(3) h3 {
		margin: 0 0 43px;
	}

	.calc-online_right_item:nth-child(3) .btn-white {
		margin: 62px 0 0;
	}

	.calc-result {
		position: absolute;
		top: 0;
		margin: 30px -283px 0 0;
		right: 50%;
		width: 280px;
	}

	.calc-online .noUi-horizontal .noUi-handle {
        width: 15px;
        height: 15px;
		right: -7px;
		top: -6px;
	}

	.content-subscribe {
		padding: 32px 0 43px;
	}

	.content-subscribe .wrapper,
	.content-subscribe .calc-page h1,
	.calc-page .content-subscribe h1,
	.content-subscribe .calc-page .bx-breadcrumb,
	.calc-page .content-subscribe .bx-breadcrumb {
		padding-left: 36px;
		padding-right: 36px;
	}

	.content-subscribe .title-item {
		font-size: 20px;
		line-height: 1.3;
		margin: 0 0 7px;
	}

	.content-subscribe .subtitle {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 33px;
	}

	.content-subscribe .title {
		font-size: 18px;
		line-height: 1.3;
		margin: 0 0 22px;
	}

	.content-subscribe .form-item {
		margin: 0 0 -4px;
	}

	.content-subscribe form {
		padding: 37px 50px 30px 49px;
		width: 696px;
		left: 0;
	}

	.content-subscribe form:after {
		display: none;
	}

	.content-subscribe label {
		margin: 0 0 4px 11px;
		font-size: 12px;
		line-height: 1.3;
	}

	.content-subscribe input {
		padding: 0 20px 0 19px;
		height: 36px;
		font-size: 12px;
	}

	.content-subscribe small {
		font-size: 12px;
	}

	.content-subscribe .iti--allow-dropdown input,
	.content-subscribe .iti--allow-dropdown input[type=text],
	.content-subscribe .iti--allow-dropdown input[type=tel],
	.content-subscribe .iti--separate-dial-code input,
	.content-subscribe .iti--separate-dial-code input[type=text],
	.content-subscribe .iti--separate-dial-code input[type=tel] {
		padding-right: 6px;
		padding-left: 58px;
		margin-left: 0;
	}

	.content-subscribe .iti__flag {
		transform: scale(1.2);
	}

	.content-subscribe .iti__selected-flag {
		padding: 0 0 0 13px;
	}

	.content-subscribe .iti__arrow {
		margin-left: 6px;
		background-size: 10px 5px;
	}

	.content-subscribe .polit label {
		margin: 0 0 7px;
	}

	.content-subscribe .polit .icon {
		width: 14px;
		height: 14px;
		margin: 5px 14px 0 0;
	}

	.content-subscribe .polit span {
		font-size: 12px;
	}

	.content-subscribe .btn-red {
		font-size: 12px;
		padding: 7px 21px;
		margin: 15px 0 11px;
		line-height: 24px;
	}


    .content-subscribe .wrapper{
        max-width: 770px;
    }

}

@media screen and (max-width: 1024px) {
	.btn span:after,
	.btn:after {
		display: none !important;
	}

	.calc-center_preview {
		top: 0;
		transform-origin: center;
		left: -81px;
		transform: scale(0.56);
	}

	.lamp-popup {
		padding: 36px;
	}

	.lamp-popup .title {
		font-size: 18px;
		margin: 0 0 15px;
		line-height: 1.4;
	}

	.lamp-popup .in {
		max-height: calc(100vh - 72px);
		padding: 27px 0 0;
	}

	.lamp-popup .close {
		top: 7px;
		right: 7px;
	}

	.lamp-popup .close svg {
		width: 9px;
		height: 9px;
	}

	.lamp-popup_search {
		width: 230px;
		margin: 0 0 1px;
		height: 22px;
		min-height: 22px;
		border-radius: 4px;
	}

	.lamp-popup_search input {
		height: 22px;
		padding: 0 100px 0 13px;
		font-size: 10px;
	}

	.lamp-popup_search .btn {
		font-size: 10px;
		line-height: 22px;
		width: 54px;
		height: 22px;
	}

	.lamp-popup_left {
		margin: 0 20px 0 0;
		padding: 13px 10px 0 0px;
		width: 144px;
	}

	.lamp-popup_left li {
		font-size: 8px;
		line-height: 10px;
	}

	.lamp-popup_wrap {
		padding: 16px;
	}

	.lamp-popup_wrap:after {
		top: 9px;
		left: 160px;
		bottom: 0;
	}

	.lamp-popup_list {
		padding: 0 0 27px;
	}

	.lamp-popup_list .item {
		position: relative;
		padding: 27px 20px 24px 0;
	}

	.lamp-popup_list .preview {
		height: 89px;
		margin: 0 0 11px;
	}

	.lamp-popup_list .name {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 -3px;
		float: none;
	}

	.lamp-popup_list .power {
		font-size: 14px;
		line-height: 20px;
		float: none;
		padding: 0 0 0 16px;
	}

	.lamp-popup_list .cash {
		padding: 1px 0 0;
		font-size: 14px;
		margin: 0 0 -3px;
		line-height: 20px;
	}

	.lamp-popup_list .last-cash {
		display: block;
		margin: -3px 0 0 6px;
	}

	.lamp-popup_list .status {
		font-size: 14px;
		line-height: 20px;
	}

	.lamp-popup_list .item {
		border: none;
	}

	.lamp-popup_list .color-list {
		padding: 9px 18px 5px 0;
		float: left;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.lamp-popup_list .color-list li {
		width: 10px;
		height: 10px;
		margin: 0 2px 2px 0;
	}

	.calc-page h1 {
		font-size: 36px;
		margin-bottom: 5px;
		line-height: 45px;
	}

	.subtext {
		margin: 0 0 26px;
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width: 767px) {
	.only-mobile {
		display: block;
	}

	.wrapper,
	.calc-page h1,
	.calc-page .bx-breadcrumb {
		padding-left: 21px;
		padding-right: 7px;
	}

	.calc-item {
		padding: 15px 0 11px 28px;
	}

	.calc-item .min {
		margin-left: -11px;
	}

	.calc-item .max {
		margin-right: 20px;
	}

	.calc-item--range label {
		margin: 0 0 23px 1px;
	}

	.calc-online .noUi-horizontal {
		margin: 0 76px 0 44px;
	}

	.calc-online {
		padding: 0 0 48px;
	}

	.calc-online_left {
		position: relative;
		width: 100%;
		padding: 0 0 55px;
	}

	.calc-online_left .btn-clear {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 200px;
		margin-left: -100px;
		padding-left: 0;
		padding-right: 0;
	}

	.calc-result {
		max-width: none;
		position: static;
	}

	.calc-online_right_item {
		width: 100% !important;
		border-top: 1px solid #CCC;
		font-size: 12px;
		line-height: 20px;
		margin: 0 0 15px;
		min-height: 1px;
		color: #111;
		padding: 18px 46px 0 45px !important;
	}

	.accordion-title {
		padding: 11px 25px 9px 40px;
	}

	.accordion-item .accordion-item .accordion-title {
		padding: 15px 0 15px 28px;
	}

	.accordion-item .drop .drop {
		padding: 0 0 15px;
		margin: 0 0 0 29px !important;
	}

	.calc-center {
		padding: 37px 0 0;
		position: relative;
		height: 349px;
		font-size: 12px;
		line-height: 26px;
	}

	.calc-center .js-square {
		padding: 12px 0 0;
		font-size: 19px;
	}

	.calc-center_preview {
		top: -115px;
		transform-origin: center;
		left: 55%;
		transform: translateX(-50%) scale(0.41);
		position: absolute;
	}

	.calc-online_right {
		margin: 0 -7px 0 -21px;
		width: 100vw;
	}

	.calc-online_right h3 {
		font-size: 14px;
		line-height: 20px;
	}

	.calc-online_right .label {
		margin: 20px 0 2px 3px;
	}

	.calc-online_right .btn-red {
		margin: 10px 0 15px;
		font-size: 12px;
		line-height: 24px;
		padding: 4px 10px;
		width: 100%;
		display: block !important;
	}

	.calc-online_right .btn-white {
		margin: 10px 0 15px;
		line-height: 24px;
		display: block !important;
		font-size: 12px;
		padding: 4px 20px;
		width: 100%;
	}

	.calc-online_right_item:last-child h3 {
		margin: 0 0 -7px;
	}

	.calc-online_right_item:last-child .btn-white {
		margin: 43px 0 0;
	}

	.calc-result {
		width: auto;
		margin: 22px -31px 0;
	}

	.content-subscribe {
		padding: 24px 0 43px;
	}

	.content-subscribe .wrapper,
	.content-subscribe .calc-page h1,
	.calc-page .content-subscribe h1,
	.content-subscribe .calc-page .bx-breadcrumb,
	.calc-page .content-subscribe .bx-breadcrumb {
		padding-left: 14px;
		padding-right: 15px;
	}

	.content-subscribe .title-item {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		margin: 0 0 7px;
	}

	.content-subscribe .subtitle {
		font-size: 10px;
		line-height: 14px;
		text-align: center;
		margin: 0 0 14px;
	}

	.content-subscribe .title {
		text-align: center;
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 24px;
	}

	.content-subscribe .form-item {
		width: 100%;
		margin: 0 0 1px;
		-ms-flex: 100% 1 1;
		flex: 100% 1 1;
	}

	.content-subscribe form {
		padding: 11px 15px 35px;
		width: 100%;
		left: 0;
	}

	.content-subscribe form:after {
		display: none;
	}

	.content-subscribe label {
		margin: 0 0 3px 9px;
		font-size: 12px;
		line-height: 1.3;
	}

	.content-subscribe input {
		padding: 0 20px 0 9px;
		height: 36px;
		font-size: 12px;
	}

	.content-subscribe small {
		font-size: 10px;
		line-height: 24px;
	}

	.content-subscribe .iti--allow-dropdown input,
	.content-subscribe .iti--allow-dropdown input[type=text],
	.content-subscribe .iti--allow-dropdown input[type=tel],
	.content-subscribe .iti--separate-dial-code input,
	.content-subscribe .iti--separate-dial-code input[type=text],
	.content-subscribe .iti--separate-dial-code input[type=tel] {
		padding-right: 6px;
		padding-left: 58px;
		margin-left: 0;
	}

	.content-subscribe .iti__flag {
		transform: scale(1);
	}

	.content-subscribe .iti__selected-flag {
		padding: 0 0 0 11px;
	}

	.content-subscribe .iti__arrow {
		margin-left: 6px;
		background-size: 10px 5px;
	}

	.content-subscribe .polit {
		margin: 11px 0 0;
	}

	.content-subscribe .polit label {
		margin: 0 0 7px;
	}

	.content-subscribe .polit .icon {
		width: 14px;
		height: 14px;
		margin: 3px 14px 0 0;
	}

	.content-subscribe .polit span {
		font-size: 12px;
		line-height: 20px;
	}

	.content-subscribe .btn-red {
		height: 40px;
		overflow: hidden;
		width: 100%;
		font-size: 12px;
		padding: 0 35px;
		margin: 23px 0 11px;
		line-height: 40px;
	}

	.content-subscribe .btn-red span {
		width: 189px;
		margin: 0 auto;
	}

	.lamp-popup {
		padding: 35px 15px;
	}

	.lamp-popup .title {
		font-size: 24px;
		margin: 0 0 15px;
		line-height: 32px;
	}

	.lamp-popup .in {
		margin: -16px 0;
		max-height: calc(100vh - 70px);
		padding: 13px 16px;
	}

	.lamp-popup .close {
		top: 7px;
		right: 7px;
	}

	.lamp-popup .close svg {
		width: 9px;
		height: 9px;
	}

	.lamp-popup .select2-selection {
		height: 34px;
	}

	.lamp-popup .select2-selection__rendered {
		font-size: 12px;
		line-height: 32px;
		padding-left: 12px;
	}

	.lamp-popup .select2-selection__arrow b {
		top: 13px;
	}

	.lamp-popup_search {
		width: 100%;
		margin: 0 0 20px;
		border-radius: 10px;
		box-sizing: border-box;
		min-height: 32px;
		height: 32px;
	}

	.lamp-popup_search input {
		height: 32px;
		padding: 0 100px 0 13px;
		font-size: 12px;
	}

	.lamp-popup_search .btn {
		font-size: 12px;
		line-height: 22px;
		width: 64px;
		height: 34px;
	}

	.lamp-popup_left {
		display: none;
	}

	.lamp-popup_wrap {
		padding: 16px 0;
	}

	.lamp-popup_wrap:after {
		display: none;
	}

	.lamp-popup_list {
		padding: 0 0 13px;
		margin: 30px -16px -13px;
	}

	.lamp-popup_list .item {
		border-top: 1px solid #CCC !important;
		position: relative;
		width: 100%;
		padding: 12px 20px 37px 150px;
	}

	.lamp-popup_list .preview {
		height: 92px;
		width: 145px;
		position: absolute;
		top: 10px;
		left: 0;
		margin: 0 0 11px;
	}

	.lamp-popup_list .name {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 -3px;
		float: none;
	}

	.lamp-popup_list .power {
		font-size: 14px;
		line-height: 20px;
		float: none;
		padding: 0 0 0 16px;
	}

	.lamp-popup_list .status {
		font-size: 14px;
		line-height: 20px;
	}

	.lamp-popup_list .color-list {
		padding: 9px 18px 5px 0;
		float: left;
		position: absolute;
		bottom: 13px;
		left: 150px;
	}

	.lamp-popup_list .color-list li {
		width: 10px;
		height: 10px;
		margin: 0 2px 2px 0;
	}

	.calc-online_right .small-preview {
		max-width: none;
		margin: 0 -30px;
		padding-left: 120px;
	}

	.calc-online_right .small-preview .preview {
		width: 100px;
	}

	.calc-page {
		padding: 29px 0 0;
	}

	.calc-page h1 {
		font-size: 26px;
		margin-bottom: 7px;
		line-height: 28px;
		padding-left: 14px;
	}

	.subtext {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 38px;
		color: #000;
	}
}
