@font-face {
  font-family: 'SegoeUI';
  src: url('/fonts/SegoeUIRegular.eot');
  src: url('/fonts/SegoeUIRegular.eot?#iefix') format('embedded-opentype');
  src: url('/fonts/SegoeUI.woff') format('woff'),
  url('/fonts/SegoeUI.ttf') format('truetype'),
  url('/fonts/SegoeUI.svg#SegoeUI') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI';
  src: url('/fonts/SegoeUILight.eot');
  src: url('/fonts/SegoeUILight.eot?#iefix') format('embedded-opentype');
  src: url('/fonts/SegoeUI-Light.woff') format('woff'),
  url('/fonts/SegoeUI-Light.ttf') format('truetype'),
  url('/fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI';
  src: url('/fonts/SegoeUISemiBold.eot');
  src: url('/fonts/SegoeUISemiBold.eot?#iefix') format('embedded-opentype');
  src: url('/fonts/SegoeUI-SemiBold.woff') format('woff'),
  url('/fonts/SegoeUI-SemiBold.ttf') format('truetype'),
  url('/fonts/SegoeUI-SemiBold.svg#SegoeUI-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI';
  src: url('/fonts/SegoeUIBold.eot');
  src: url('/fonts/SegoeUIBold.eot?#iefix') format('embedded-opentype');
  src: url('/fonts/SegoeUI-Bold.woff') format('woff'),
  url('/fonts/SegoeUI-Bold.ttf') format('truetype'),
  url('/fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Fedra';
  src: url('/fonts/Fedra-Sans-Std-Medium_17252.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  background: #fff;
  color: #424c56;
  font-family: 'SegoeUI', "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-size: 18px;
  line-height: 1.38889em;
  font-weight: 400;
}
.page{min-height: calc(100vh - 130px);}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{content:'';display: block;clear: both;}
.fs16{font-size: 16px;}
.fs13{font-size: 13px;line-height: 18px;}
.fs14{font-size: 14px;line-height: 18px;}
.fs11{font-size: 11px;line-height: 13px;}
.upper{text-transform: uppercase;}
.dinb{display: inline-block;}
.vmid{vertical-align: middle;}
.tc{text-align: center;}
.db{display: block;}

a {
	-moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	}

a:hover {
	-moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	}

/* logo */

.logo:before {
	content: "";
	background: url(/images/ESET_logo_v2.svg) no-repeat top center;
	background-size: 100%;
	overflow:hidden;
    text-decoration: none!important;
    width: 120px;
    height: 70px;
    filter: brightness(1);
	}

.header .logo:before {
	content: "";
	}

@media (max-width:990px) {
	
	  .footer .logo-and-copyright {
		text-align:center;
		padding: 0 20px;
		font-size: 12px;
		}
	
	.footer .logo-and-copyright:before {
		display: none;
		}
	
	.footer .logo {
		margin: 0 auto;
		float:none;
		position:relative;
		display:inline-block;
		}
	
	.footer .logo:before {
		width: 58px;
		height: 50px;
		}

}

@media (max-width:767px) {
	
	.header .logo {
        height: 40px;
        margin-top: 5px;
        margin-left: -15px;
		}

	.header .logo:before {
		width: 80px;
		}
	
}

/* titles style */
.cookie-bar-block {
	padding: 4px 15px 10px 15px;
	background-color: rgba(0,0,0,.8);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	text-align: center;
}

.cookie-bar-block span{
	color: #fff;
	margin: 0 10px;
	font-size: 13px;
}

.cookie-bar-block a::before{
	vertical-align: top;
	margin-right: 5px;
	font-size: 22px;
}

.promo-message{
	position: fixed;
    bottom: 55px;
    left: 20px;
    background: #015c6e;
    padding: 15px;
    border-radius: 5px;
    z-index: 10000;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

.promo-message .ficon-close{
	position: absolute;
	top: 2px;
	right: 6px;
}

.promo-message .cont{
	display: flex;
    margin-top: 10px;
    flex-direction: column;
}

.promo-message .cont .image{
	max-width: 270px;
}

.promo-message .cont .text{
	max-width: 300px;
}

.promo-message .cont .text h3{
    color: #ffc500;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.promo-message .cont .text p{
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: white;
    font-weight: bold;
}

.promo-message .button{
	text-align: center;
}

.promo-message .button .btn-bordered-light-block{
    font-size: 16px;
    text-transform: none;
    padding: 5px 0;
    margin-bottom: 0;
}

@media(max-width: 768px){
	.promo-message{
		display: none;
	}
}

.item-article h3 a {
	font-weight: lighter;
	font-size: 20px;
	line-height: 1.34615em;
	}

.product-tile .name,   .product-tile .name a{
	font-weight: normal;
	font-size: 18px;
	}

.tabs .nav-tabs.skin-bar, .tabs .nav-tabs.skin-bar h4 {
	font-weight: normal !important;
	text-transform:uppercase !important;
	}

.trans_head h4 { 
	font-weight: lighter;
	font-size: 20px;
	line-height: 1.3em;
	}

.product-tile .thumbnail-wrap {
	max-width: 100%;
	padding: 0;
	}

.submenu .product-tile .thumbnail-wrap{
	padding: 10px 0 0 !important;
	}

.submenu .product-tile .thumbnail-wrap img {
	width: 200px;
	}

.submenu .product-tile .name .price {
	white-space: normal !important;
	}

.nav-tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs > li > a {
  position: relative;
  display: block;
  padding: 29px 0;
  text-decoration: none;
  font-size: 20px;
  font-weight: lighter;
}
.nav-tabs > li > a:after{
  content: '';
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: 7px;
  background: #3b3b3b;
  opacity: 0;
}
.nav-tabs > li.active > a:after{
  opacity: 1;
}
.nav-tabs > li {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.nav-tabs > li > a {
  line-height: 1.42857143;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
}

.nav-tabs.home_tabs > li {
	margin-right: 0;
	float:left;
	display:block;
	width: 25% !important;
}

.nav-tabs.home_tabs > li a {
	padding: 60px 0 5px;
}

.nav-tabs.home_tabs > li a:after {
	margin: 0;
	left: 0 !important;
	bottom: 0 !important;
}

.nav-tabs.home_tabs > li:hover a:after {
	height: 4px;
	opacity: 1 !important;
	visibility:visible;
	transform: none;
}

.nav-tabs.home_tabs > li:hover a.current:after {
	height: 7px;
}

@media (max-width: 530px) {
	
	.nav-tabs.home_tabs > li a {
		font-size: 12px;
	}
	
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.scroll-fade-side{position: relative;}
.grey-tabs-wrap{background: #f4f5f4;box-shadow:0 2px 12px rgba(0, 0, 0, 0.22);position: relative;}
.need_help{text-decoration: none;padding-top: 25px;display: inline-block;}
.help-icon{
  background: url('../images/help-icon.svg') no-repeat 0 0;
  width: 24px;
  height: 20px;
  background-size: 24px 20px;
  margin-right: 4px;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px solid #197f8c;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
/*tooltip*/

/* .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
} */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 1px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=80);
  opacity: .8;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity:1;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal .close{position: absolute;right:20px;top:20px;}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition:      -o-transform .3s ease-out;
  transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fafbfc;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 5px;
  outline: 0;
  box-shadow: 0 6px 25px rgba(0, 0, 0, .12);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #222325;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.modal-body {
  position: relative;
  padding: 50px 55px;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}


.tab-inner-content{padding: 30px 0;}
.big-price{font-size: 48px;line-height: 50px;margin-bottom: 5px;}
.eset-cards-wrap{margin-bottom: 10px !important;font-size:0;text-align: center;}
.eset-cards-wrap.row .row.period-chooser{margin-top: 25px;}
.eset-card .btn{margin:10px 0 0;padding: 10px 20px;}
.eset-card{border: 2px solid #8dc546;border-radius: 5px;padding: 40px 13px 13px;}
.eset-cards-wrap.row, .eset-cards-wrap.row .row{margin: 0 -10px;}
.eset-cards-wrap .col-md-4{padding: 0 10px 20px;}
.eset-cards-wrap.row  .eset-card .row{margin-left:-5px;margin-right:-5px;}
.eset-card .col-sm-6{padding: 0 5px;}
.saving{color: #8dc546;margin-top: 5px;}
.eset-card-desc{min-height: 55px;}
.eset-card-price{min-height: 98px;}
.select-btn{background:#f4f5f4;font-size: 13px;cursor: pointer;text-align:left;padding:5px 10px;}
.select-drop .dropdown-menu li a{font-size: 13px;text-decoration: none;}
.select-drop .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {background: #f4f5f4;}
.os-selection{margin-bottom: 30px;}
.ask-answers ul{list-style: none;padding-right: 30px;}
.ask-answers ul li{color:#a4a7ae;list-style-position: inside;position: relative;padding-left: 17px;line-height: 20px;}
.ask-answers ul li:before{content: '';display: block;left:0;top:7px;width: 6px;height: 6px;background: #060606;border-radius: 3px;position: absolute;}
.ask-answers ul li+li{margin-top: 20px;}
.select-btn .caret{float: right;margin-top: 10px;margin-left: 10px;}
.selectable i{font-size: 20px;color:#197f8c;margin-right: 10px;margin-top: 1px;float: left;}
.select-drop .dropdown-menu{padding: 0;}
.select-drop .dropdown-menu li i{font-size: 20px;color:#197f8c;margin-right: 10px;margin-top: 1px;float: left;}
.select-drop .dropdown-menu{text-align: left;box-shadow: 0 6px 12px rgba(0,0,0,0.2);width: 100%;min-width: 140px;}
a.see-all{color:#00717f;text-decoration: none;}
a.see-all:hover{color:#424c56;}
.select-drop.disabled .selectable{color: #a4a7ae;}
.os-selection>.dinb.fs16{margin-right:15px;}
.os-selection .select-drop{min-width: 160px;}
.see-all-wrap{padding-left: 15px;margin-bottom: 30px;}
.eset-cards-wrap>div{display: inline-block;float: none;}
input[type="text"].outlined-input,
input[type="password"].outlined-input,
input[type="email"].outlined-input,
input[type="tel"].outlined-input,
input[type="date"].outlined-input{background: #fff;border: 1px solid #d8dce6;font-size: 13px;font-style: normal;font-family: 'SegoeUI', "Trebuchet MS", sans-serif;color:#060606;outline: none;border-radius: 0;}
textarea.outlined-input{
  background: #fff;border: 1px solid #d8dce6;font-size: 13px;font-style: normal;font-family: 'SegoeUI', "Trebuchet MS", sans-serif;color:#060606;outline: none;border-radius: 0;resize: none;min-height: 150px;
}
input[type="text"].outlined-input:focus,
input[type="password"].outlined-input:focus,
input[type="email"].outlined-input:focus,
input[type="tel"].outlined-input:focus,
input[type="date"].outlined-input:focus,
textarea.outlined-input:focus{
  border: 1px solid #8dc546;
  box-shadow: 0 0 8px rgba(141, 197, 70, 0.35);
}
input.outlined-input:-moz-placeholder {
  color: #a4a7ae;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}
input.outlined-input::-moz-placeholder {
  color: #a4a7ae;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}
input.outlined-input:-ms-input-placeholder {
  color: #a4a7ae;
  transition: all .15s ease-in-out
}
input.outlined-input::-webkit-input-placeholder {
  color: #a4a7ae;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}
input[type="text"].input-text,
input[type="password"].input-text,
input[type="email"].input-text,
input[type="tel"].input-text,
input[type="date"].input-text{display: block;padding:0;background: transparent;border: none;font-size: 11px;font-style: normal;font-family: 'SegoeUI', "Trebuchet MS", sans-serif;color:#060606;outline: none;border-radius: 0;}

.check-list .check-item{display: inline-block;vertical-align: middle;margin-right: 25px;}
.check-item{white-space: nowrap;}
.check-item input[type="checkbox"]{display: none;}
.check-item input[type="checkbox"]+label span{display: inline-block;vertical-align: middle;color:#060606;white-space: normal;}
.check-item input[type="checkbox"]+label i{margin-right: 5px;font-style: normal;display:inline-block;vertical-align:middle;width: 18px;height: 18px;border-radius: 4px;border: 1px solid #d8dce6;position: relative;}
.check-item input[type="checkbox"]+label i:before{content: "\f116";font-family: 'eset-icons';font-size:8px;line-height:10px;position: absolute;left:4px;top:3px;opacity: 0;visibility: hidden;
 transition: 0.2s ease-in;
 -webkit-transition: 0.2s ease-in;
 -moz-transition: 0.2s ease-in;
}
.check-item input[type="checkbox"]:checked+label i:before{opacity: 1;visibility: visible;}

.radio-item input[type="radio"]{display: none;}
.radio-item input[type="radio"]+label span{display: inline-block;vertical-align: middle;}
.radio-item input[type="radio"]+label i{display:inline-block;vertical-align:middle;width: 20px;height: 20px;border-radius: 10px;border: 1px solid #d8dce6;position: relative;}
.radio-item input[type="radio"]+label i:before{content:'';width:6px;height:6px;background:#fff;border-radius:3px;position: absolute;left:6px;top:6px;opacity: 0;visibility: hidden;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
}
.radio-item input[type="radio"]:checked+label i{background: #8dc546;border-color: #8dc546;}
.radio-item input[type="radio"]:checked+label i:before{opacity: 1;visibility: visible;}
.refresh-icon{display: inline-block;width: 16px;height: 18px;background: url(../images/refresh-icon.svg) center center no-repeat;background-size: 16px 18px;vertical-align: middle;cursor: pointer;}
.captcha-field{display: inline-block;position: relative;max-width: 330px;width: 100%;padding-right: 124px}
.captcha-field img{position: absolute;right:0;top:0;border: 1px solid #d8dce6;border-left: none;}
span.refresh_captcha{margin-left: 18px; transition: 0.2s ease-in;-webkit-transition: 0.2s ease-in;-moz-transition: 0.2s ease-in;}
span.refresh_captcha:hover{opacity: 0.8}
.line{margin-bottom: 20px;}
.line label{margin-bottom: 5px;}
.line label span{color:#a4a7ae;}
.line .select-btn{padding: 7px 10px;}
.line h4{margin-bottom:10px;color: #a4a7ae;font-weight:400;}
.businessForm .row{margin: 0 -22px;}
.businessForm .row .col-sm-6{padding:0 22px;}
.stations-input{max-width: 50%;}
.box-shadow{background: #fff;box-shadow: 0 6px 25px rgba(0,0,0,0.15);padding: 35px 40px;border-radius: 3px;margin: 0 auto;}
.mini-tabs{margin: 0 0 13px;padding: 0;list-style: none;}
.mini-tabs li{display: inline-block;vertical-align:middle;padding: 0 16px 0 0;margin-bottom: 10px;}
.mini-tabs li a{font-size: 14px;text-decoration: none;color: #a4a7ae;border-bottom: 2px solid transparent;display: block;padding: 2px 0;}
.mini-tabs li.active a{color: #8dc546;border-bottom: 2px solid #8dc546;}
.mini-tabs li:last-child{padding-right: 0;}
.box-shadow.extend-login-from{max-width: 570px;padding-bottom: 40px;margin-bottom: 50px;}
.title24{font-size: 24px;color: #060606;max-width: 480px;margin: 35px auto;}
ul.tabs {margin: 0 0 10px 0;padding: 0;list-style: none;width: 100%;}
ul.tabs li{float: left;margin: 0;cursor: pointer;padding: 0 0 0 15px;color: #ccc;overflow: hidden;position: relative;font-size: 16px;}
ul.tabs li:first-child{padding-left: 0;}
ul.tabs li.active {color: #8dc546;display: block;}
ul.tabs li.active .round-num{background: #8dc546;color: #fff;}
.tab_container {clear: both;width: 100%;}
.tab_content {padding:20px 0;display: none;}
.tab_drawer_heading { display: none; }
.arrow-right{display: inline-block;vertical-align: middle;width:6px;height: 9px;background: url(../images/arr-right.svg) center center no-repeat;background-size: 6px 9px;}
.step_tabs .arrow-right{margin-left: 10px;}
.step_tabs .dinb{vertical-align: middle;line-height: 16px;}
.round-num{font-size: 12px;display: inline-block;vertical-align: middle;width: 20px;height: 20px;background: #f4f5f4;border-radius: 10px;padding: 3px 7px;line-height: 12px;margin-right: 3px;}
.text-expired{font-size: 16px;color: #f33334;text-align: center;margin-bottom: 25px;margin-top: -15px;}
.simple-extend .eset-cards-wrap{margin-bottom: 0 !important;}
.simple-extend .box-shadow{padding-bottom: 20px;}
.eset-cards-wrap>.col-sm-6{padding: 0 10px 20px;}
.box-shadow {background: #fff;box-shadow: 0 6px 25px rgba(0,0,0,0.15);padding: 35px 40px 10px;}
.profitable-extend .box-shadow{padding: 30px 30px 5px;}
.profitable-extend>.row>.col-md-4,
.profitable-extend>.row>.col-md-8{padding: 0 15px;}
.confirmationForm .box-shadow{padding: 30px 30px 5px;}
.confirmationForm>.row>.col-md-4,
.confirmationForm>.row>.col-md-8{padding: 0 15px;}
.payForm .box-shadow{padding: 30px;}
.payForm>.row>.col-md-4,
.payForm>.row>.col-md-8{padding: 0 15px;}
.benefit-card{
  border: 2px solid #8dc546;
  border-radius: 5px;
  padding: 25px 30px 30px;
}
p+.benefit-card{margin-top: 25px;}
.benefit-card .btn {margin: 10px 0 0;padding: 10px 20px;}
.benefit-card .col-xs-12+.col-xs-12,.else-benefit-card .col-xs-12+.col-xs-12{margin-top: 10px;}
.fs20{font-size: 20px;}
.tl{text-align: left;}
.eco-percent span{float: right;color: #8dc546;}
.eco-percent{margin-bottom: 15px;}
.profitable-extend h3{margin-bottom: 10px;}
.confirmationForm h3{margin-bottom: 10px;}
.confirmationForm .row .col-sm-6{padding:0 15px;}
.step-back{text-decoration: none;font-size: 14px;color: #a4a7ae;}
.btn.small{font-size: 14px;padding: 14px 35px;}
.confirmationForm .box-shadow{padding: 30px;}
.back-wrap{margin-top:10px;}
.choose-way{margin-top:10px;}
.else-benefit-card{
  border: 2px solid transparent;
  padding: 25px 30px 30px;}
.semib{font-weight: 600;}
.addToOrder{padding:15px 20px;border-radius: 3px;background: #8dc546;margin-top: 10px;line-height: 13px;}
.addToOrder span{color: #fff;}
.addToOrder i{background: #fff;}
.total-card{border: 2px solid #8dc546;border-radius: 5px;padding: 25px 30px 30px;}
.key-num{color: #a4a7ae;margin-bottom: 12px;}
.grey-sep{border: none;border-top:1px solid #d5dae4;margin-bottom: 15px;}
.selected-period{margin-bottom: 15px;}
.total_info p{margin: 0;color:#a4a7ae;}
.total_info ul{padding: 0;margin: 0;list-style: none;}
.total_info ul li{margin-top: 5px;}
.payForm .eco-percent{margin-bottom: 5px;}
.lime{color:#8dc546;}
.inner-currency {min-height: 80px;}
.payChoose{margin-bottom: 10px;}
.payChoose .col-sm-4{padding-bottom: 15px;}
.inner-shipping {margin-bottom:5px;}
.inner-shipping .fs14{margin-bottom: 25px;}
.ship_select .col-xs-12{padding: 0 15px;}
.way-pay{margin-top:20px;}
.item-box {padding: 5px 0 0 0;}
.big-status-icon{width: 46px;height: 46px;}
.result-wrap{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100vh - 400px);
}
.result-wrap h2{font-size: 24px;}
.result-wrap p{max-width: 780px;margin: 0 auto 25px;}
.ask-tip{font-style: normal;font-size: 9px;color:#060606;display: inline-block;vertical-align: middle;min-width: 16px;height: 16px;
  background: #f4f5f4;border-radius: 8px;text-align: center;line-height: 16px;margin-left: 5px;cursor: pointer;}
.keybox-label{margin-bottom: 8px;}
.keybox-label .tooltip:before{display: none;}
.grey{color:#a4a7ae;}
.exit_btn{background: #ebebeb;text-decoration: none;padding: 9px 20px;border-radius:3px;outline: none;display: inline-block;margin-top: 22px;}
.exit_btn:hover{background: #e8e8e8;}
.soc-table{display: table;width: 100%;}
.soc-cell{display:table-cell;vertical-align: middle;}
.soc-cell:first-child{width: 40px;}
.soc-cell:last-child{padding-left: 5px;}
.soc-cell p{margin: 0;}
.soc-round{display: inline-block;width: 36px;height: 36px;background: #4d76a1;border-radius:50%;position: relative;cursor:pointer;}
.soc-unbind,.soc-bind{cursor: pointer;}
.lk-wrap {padding: 45px 0;}
.lk-wrap .col-sm-6{padding: 0 15px;}
.new-pass,.copy-show-wrap{position: relative;}
.copy-show-wrap{background: #f4f5f4;border-radius: 3px;padding: 5px 8px;}
.show-pass{display: block;background: url('../images/eye-opened.svg') no-repeat 50% 50%;width: 20px;height:20px;background-size: 16px 11px;
position: absolute;right: 14px;top:8px;z-index: 2;cursor: pointer;}
.new-pass input[type="password"].outlined-input{padding-right:45px;}
.show-pass.showed{background: url('../images/eye-closed.svg') no-repeat 50% 50%;background-size: 16px 11px;}
.soc-round.vk{background: #4d76a1;}
.soc-round.vk:after{content: '';display: block;
  background: url('../images/soc-vk.svg') no-repeat 0 0;
  width: 18px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -5px;
  z-index: 2;
}
.soc-round.fb{background: #3b5998;}
.soc-round.fb:after{content: '';display: block;
  background: url('../images/soc-fb.svg') no-repeat 0 0;
  width: 10px;
  height: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -9px;
  z-index: 2;
}
.soc-round.tw{background: #55acee;}
.soc-round.tw:after {
  content: '';
  display: block;
  background: url('../images/soc-tw.svg') no-repeat 0 0;
  width: 18px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -7px;
}
.soc-round.gp{background: #dc4e41;}
.soc-round.gp:after {
  content: '';
  display: block;
  background: url('../images/soc-gp.svg') no-repeat 0 0;
  width: 21px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -8px;
}
.lk-wrap p{color:#060606;font-weight: 600;margin: 0;}
.filled-data .line{margin-bottom: 40px}
.rel{position: relative;}
.save-fill{display:inline-block;width:20px;height: 20px;border-radius:50%;background: #8dc546;position: relative;color:#fff;cursor: pointer;}
.save-fill:hover{background:#82bf34;}
.save-fill:before{
  content: "\f116";
  font-family: 'eset-icons';
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  left: 5px;
  top: 5px;}
.edit-fill-pop{padding: 30px 80px 30px 30px;box-shadow: 0 6px 25px rgba(0,0,0,0.12);position: absolute;background: #fff;width: 100%;top: -30px;left: -30px;display: none;}
.ef-nav{position: absolute;right: -60px;top: 8px;}
.cancel-fill{display:inline-block;width:20px;height: 20px;position: relative;cursor: pointer;}
.cancel-fill:after{content: '';width: 10px;height: 1px;background: #a4a7ae;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);position: absolute;left:5px;top:9px;}
.cancel-fill:before{content: '';width: 10px;height: 1px;background: #a4a7ae;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);position: absolute;left:5px;top:9px;}
.open-edit-fill{display:inline-block;width:20px;height: 20px;border-radius:50%;background: #8dc546 url(../images/pen-icon.svg) center center no-repeat;
  background-size:10px 10px;position:absolute;color:#fff;cursor: pointer;left:0;top: 3px;opacity: 0;visibility: hidden; transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;}
.filled-data .line:hover .open-edit-fill{opacity: 1;visibility: visible;}
.open-edit,p.open-edit{padding-left: 30px;position: relative;margin-left: -30px;cursor: pointer;}
.grey-tabs-wrap.long-nav>.container {min-width: 1000px;}
.tbl{width: 100%;text-align: left;border-collapse:separate;margin-bottom: 20px;}
.tbl td{vertical-align: middle;}
.tbl th:first-child,.tbl td:first-child{padding-left: 0;}
.tbl th{color:#a4a7ae;font-size: 13px;font-weight: normal;border-bottom: 1px solid #c4c3c5;}
.tbl td{color:#060606;font-size: 14px;font-weight: normal;border-bottom: 1px solid #c4c3c5;padding: 7px 10px;}
.btn-default.show-details{font-size: 14px;text-transform: none;padding: 7px 10px;opacity: 0;visibility: hidden;}
.tbl tr:hover .btn-default.show-details{opacity: 1;visibility: visible;}
.tbl tr:hover td,.tbl tr:hover td a{color: #8dc546;}
.tbl td:last-child{text-align:right;padding-right: 0;width: 120px;}
.tbl .hidden-label{color:#a4a7ae;font-size: 13px;display: none;}
.tbl a{text-decoration: none;color:#060606;}
.cross-icon,.close.cross-icon{display: block;background: url('../images/cross-icon.svg') no-repeat 0 0;background-size:16px 16px;width: 16px;height: 16px;}
.od-top .dinb{padding: 0 40px 0 0;}
.od-top .dinb:last-child{padding: 0;}
.row.pd .col-md-4{padding: 0 15px;}
.copy{display: block;
  background:#ebebeb url('../images/copy-icon.svg') no-repeat 50% 50%;width:38px;height:100%;background-size: 10px 12px;position: absolute;right: 0;top: 0;border-radius: 0 3px 3px 0;cursor: pointer;
  z-index: 2;border-left: 1px solid #fff;}
.copy-show-wrap .show-hid{position:absolute;width: auto;height:100%;border-radius: 3px 0 0 3px;background-color: #ebebeb;top: 0;right:38px;left: 0;z-index: 2;cursor: pointer;padding-top:9px;}
.order-item img{margin-bottom: 0;}
.order-item{padding: 20px 0;border-bottom: 1px solid #c4c3c5;}
.order-item .row{margin-top: 25px;}
.od-top {padding-bottom: 25px;border-bottom: 1px solid #c4c3c5;}
.fs24{font-size: 24px;}
.fs36{font-size:36px;}
.copy-show-wrap .show-hid:hover,.copy-show-wrap .copy:hover{background-color:#f4f5f4;}
.limeb-wrap .btn.small{font-size: 14px;text-transform: none;padding: 7px 10px;width: 100%;margin: 0 0 18px;}
.score-wrap>.col-md-4,
.score-wrap>.col-md-8{padding: 0 15px;}
.input-sum-wrap{padding: 40px;border-radius: 4px;background: #fff;box-shadow: 0 6px 25px rgba(0,0,0,0.12);}
.postfix{position: absolute;right:12px;top:9px;}
.input-sum{margin-bottom:5px;}
.limeb-wrap{padding:46px 50px 30px;border:2px solid #8dc546;border-radius: 5px;}
.minititle{margin-bottom: 15px;}
.row.pay-way{margin-right: -10px;margin-left: -10px;}
.row.pay-way .col-xs-6{padding-left: 10px;padding-right: 10px;}
.your-sum{margin: 12px 0 30px;}
.your-sum+.fs14{line-height:22px;padding-right: 20px;margin-bottom: 40px;}
.input-sum input[type="text"].outlined-input{padding-right: 40px;}
.license-item .expand-btn,.license-item .repeal-btn{font-size:13px;text-transform: none;margin: 0;padding: 9px 15px;min-height: 38px;}
.license-item .btn.repeal-btn{background: #ebebeb!important;color:#a4a7ae!important;}
.license-item .btn.repeal-btn:hover{background: #f4f5f4!important;color:#a4a7ae!important;}
.license-item .expand-btn{margin-left:5px;}
.tr{text-align: right;}
.license-item .col-sm-6 {padding: 0 5px 20px;}
.license-item .row.pd{margin-left: -5px;margin-right: -5px;}
.lc-info .dinb{padding-right: 30px;padding-bottom: 20px;display:table-cell;}
.lc-info{margin-bottom: 20px;border-bottom: 1px solid #c4c3c5;display: table;width: 100%;}
.lc-info .dinb:first-child{width: 150px;}
.lc-info .dinb:last-child{padding-right: 0;}
.lc-product img{margin-bottom: 2px;}
.lc-key {margin-bottom: 7px;}
.license-item{border: 2px solid #8dc546;border-radius: 5px;padding: 20px 20px 0;margin-bottom: 30px;}
.license-item.expired{border-color:#dc4e41;}
.lc-info .red{color:#dc4e41;}
.economical-offer{padding-bottom: 20px;text-align: center;}
.hand-arrow{margin-bottom: 0;margin-top: -10px;margin-left: 15px;}
.order-details-content h3{margin-bottom: 15px;}
.row.action-btns{margin-top: 10px;margin-left: -5px;margin-right: -5px;}
.row.action-btns .col-sm-6{padding-left: 5px;padding-right: 5px;}
.row.action-btns .btn{max-width: 332px;margin-left: auto;margin-right: auto;padding: 14px 15px}
.tickets-tbl td:last-child{text-align: left;}
.tbl.tickets-tbl td{padding: 15px 10px;}
.creat-ticket.btn{text-transform: none;font-size: 13px;padding: 9px 20px;margin-top: -10px;}
.clip-icon{display: block;width: 24px;height: 24px;background: #c9c9c9 url(../images/clip-icon.svg) center center no-repeat;background-size:13px 15px;border-radius: 12px;cursor:pointer;}
.clip-icon:hover{background-color: #a4a7ae}
.attach-file.dinb {padding: 10px;vertical-align: middle;}
.back-link{text-decoration: none;color:#8dc546;}
.arr-green{display: inline-block;background: url('../images/arr-green.svg') no-repeat 0 0;background-size:9px 16px;width: 9px;height: 16px;vertical-align: middle;margin-bottom: -3px;margin-right: 5px;}
.back-link .dinb{vertical-align: middle;}
.tickets-header {margin-bottom: 15px;}
.btn.close-ticket{text-transform: none;color:#060606 !important;font-size: 13px;background: #f4f5f4 !important;padding: 9px 20px;margin-top:32px;}
.btn.close-ticket:hover{background: #e8e8e8 !important;}
.ticket-status{border: 2px solid #c4c3c5;border-radius: 4px;font-size: 14px;font-weight:400;padding: 8px 18px;color:#a4a7ae;display: inline-block;vertical-align: middle;}
.ticket-status.closed{border: 2px solid #dc4e41;color: #dc4e41;}
.ticket-status.opened{border: 2px solid #8dc546;color: #8dc546;}
.btn.send-msg{text-transform: none;font-size: 14px;padding: 10px 25px;}
.write-message-wrap{margin-top: 30px;}
.msg_item{padding:25px 35px;border-radius: 5px;border: 2px solid #f6f6f6;background: #f6f6f6;margin-top: 10px;}
.msg_item.your_msg{border: 2px solid #8dc546;background: #fff;}
.msg-head{margin-bottom: 5px;}
.msg-head .time{margin-top: 1px;}
.msg-head .lime{display:block;margin-bottom:7px;line-height: 18px;}
.tickets-header h3 .dinb{vertical-align: middle;margin-right: 40px;padding: 10px 0;}
.tickets-header .fl{width: 80%}
.tickets-header .fr{width: 20%;text-align: right;}
.info-icon{margin-right: 10px;margin-top:0;display: inline-block;width: 16px;height: 16px;background: url(../images/info-icon.svg) 50% 50% no-repeat;background-size: 16px 16px;float: left;}
.notification{background: #8dc546;z-index: 100;width: 100%;color: #fff;font-size: 13px;padding: 10px 0;}
.notification .fl{line-height: 16px;padding-top: 7px;}
.close-notify{display:inline-block;width:20px;height: 20px;position: relative;cursor: pointer;}
.close-notify:after{content: '';width: 10px;height: 1px;background: #fff;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);position: absolute;left:5px;top:9px;}
.close-notify:before{content: '';width: 10px;height: 1px;background: #fff;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);position: absolute;left:5px;top:9px;}
.know-more{background: #fff;text-decoration: none;font-size:14px;padding: 5px 22px;border-radius: 4px;}
.know-more:hover{background: rgba(255,255,255,0.8);}
.fixed-chat{position: fixed;right: 0;top:35%;width: 50px;height:50px;margin-top:-25px;background: #8dc546;border-radius: 4px 0 0 4px;color:#fff;text-decoration: none;padding:15px 12px;}
.fixed-chat:after{content: "\f132";font-family: 'eset-icons';font-style: normal;font-size: 26px;font-weight: 400;-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;}
@media (max-width: 1320px){
  .open-edit-fill{top:calc(100% + 2px);left:30px;}
}

@media (max-width: 1199px){
  .simple-extend .box-shadow {
    padding: 30px 30px 10px;
  }
  .long-nav .nav-tabs > li > a{font-size: 14px;}
}
@media (max-width: 1150px){
  .economical-offer{text-align: left;}
  .hand-arrow{margin-left: 35px;}
}
@media (max-width: 1060px){
  .hand-arrow{margin-left: 5px;}
  .license-item .expand-btn, .license-item .repeal-btn{padding: 9px 10px;}
}
@media (max-width:1023px){
  .hand-arrow{display: none;}
}
@media (min-width: 990px) and (max-width: 1199px){
  .eset-card .col-sm-6{width: 100%;}
  .eset-card .col-sm-6+.col-sm-6{margin-top: 10px;}
  .limeb-wrap {padding: 26px 30px 10px;}
  .input-sum-wrap{padding: 30px;}
  .row.pay-way .col-xs-6{width: 100%;}
}
@media (max-width: 989px){
  .lc-info{display: block;}
  .lc-info .dinb,.lc-info .dinb:first-child{display:inline-block;width: 30%;}
  .eset-cards-wrap>.col-sm-6{max-width: 360px;}
  .profitable-extend>.row>.col-md-8{padding-bottom: 40px;}
  .profitable-extend>.row>.col-md-4.tl{text-align: center;}
  .benefit-card,.else-benefit-card,.total-card{max-width: 360px;margin-left: auto;margin-right: auto;}
  .confirmationForm>.row>.col-md-8,.payForm>.row>.col-md-8{margin-bottom: 50px;}
  .inner-currency {min-height: 45px;margin-bottom: 30px;}
  .notification .fl,
  .notification .fr{float: none;}
  .notification .fl{margin-bottom: 10px;line-height: 16px;}
}

@media (max-width: 992px){

	.slide .product-tile .content{
		height: auto !important;
		}
	
	.slide .product-tile .content .additional{
		position:relative !important;
		}

}

@media (max-width: 860px){
  .grey-tabs-wrap{max-width: 100%;overflow-x: auto;}
  .grey-tabs-wrap>.container{min-width: 850px;}
  .scroll-fade-side:after{content: '';position: absolute;right: 0;top:0;width: 50px;height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f5f4+1,f4f5f4+100&0+0,1+66 */
    background: -moz-linear-gradient(left,  rgba(244,245,244,0) 0%, rgba(244,245,244,0.02) 1%, rgba(244,245,244,1) 66%, rgba(244,245,244,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(244,245,244,0) 0%,rgba(244,245,244,0.02) 1%,rgba(244,245,244,1) 66%,rgba(244,245,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(244,245,244,0) 0%,rgba(244,245,244,0.02) 1%,rgba(244,245,244,1) 66%,rgba(244,245,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f5f4', endColorstr='#f4f5f4',GradientType=1 ); /* IE6-9 */
  }
  .scroll-fade-side.disabled:after{display: none;}
  .tbl tr .btn-default.show-details{opacity: 1;visibility: visible;}
  .tbl tr:first-child{display: none;}
  .tbl, .tbl tr, .tbl td, .tbl tbody{display: block;}
  .tbl .hidden-label{display:inline;}
  .tbl td,.tbl.tickets-tbl td{padding: 0;border: none;}
  .tbl td:last-child{text-align: left;padding-top: 10px;}
  .tbl tr{border-bottom: 1px solid #c4c3c5;padding: 20px 0;}
  .tbl.tickets-tbl td:last-child{padding-top: 0;}
  .tickets-header .fl{float: none;}
  .tickets-header .fr{float: none;}
  .btn.close-ticket{margin-top: 15px;}
  .tickets-header .fl{width: 100%;}
  .tickets-header .fr{text-align: left;width: 100%;}
  .btn.close-ticket {margin-top: 0;}
}
@media (min-width: 800px) {
  .modal-dialog {
    width: 785px;
    margin: 30px auto;
  }
}
@media (max-width: 799px) {
  .od-top{padding-bottom: 15px;}
    .od-top .dinb{width: 48%;margin-bottom: 10px;}
}

.collapsible .panel-title {
	position: relative;
	padding-right: 100px;
	padding-left: 20px;
}

.collapsible .panel-title .panel-trigger {
	position:absolute;
	right: 0;
	font-size: 14px;
}

.collapsible .panel-title .panel-trigger .expand:after, .collapsible .panel-title .panel-trigger .collapse:after {
	font-size: 18px;
}

.collapsible .panel-content .product-tile-download .btn, .collapsible .panel-content .product-tile-download .btn-bordered {
	font-size: 16px;
	padding: 10px;
}

@media (max-width: 767px){
  .msg_item {padding: 15px 20px 20px;}
  .msg-head .fl,.msg-head .fr{float: none;}
  .msg-head .time{margin-top:0;margin-bottom:5px;}
  .modal-body {padding: 30px;}
  .edit-fill-pop{left: 0;}
  .lk-wrap>.row{margin-bottom: 30px;}
  .order-item .fl,
  .order-item .fr{float: none;}
  .order-item .fr{margin-top: 15px;}
  .order-item .col-md-4{margin-bottom: 10px;}
  .limeb-wrap{padding: 26px 30px 10px;}
  .limeb-wrap .col-sm-6:last-child{margin-top:30px;}
  .your-sum+.fs14{margin-bottom: 30px;}
  .your-sum{margin-bottom: 18px;}
  
  .lc-info .dinb, .lc-info .dinb:first-child {
    display: inline-block;
    width: 48%;
  }
  
  .btn.small.creat-tck {padding: 10px 15px;}
  .tickets-header .dinb{display: block;}
  .ticket-status{margin-left: 0;margin-top: 10px;}
  
  .hero .faded-blue {
	  background-attachment:fixed;
	  }
	  
	 .collapsible .panel-title {
		 font-size: 20px;
		 position:relative;
		 padding-right: 40px;
		 }
	 
	.collapsible .panel-title .panel-trigger {
		display:block !important;
		margin-right: -20px;
		position:relative;
		text-indent: -1000px;
		overflow:hidden;
		width: 16px;
		}
	
	.collapsible .panel-title .expand {
		display:block;
		position:relative;
		}
	
	.collapsible .panel-title .panel-trigger .expand:after, .collapsible .panel-title .panel-trigger .collapse:after {
		position:absolute;
		display:block;
		right: 0;
		top: 0;
		text-indent: 0;
		width: 16px;
		}
	td.region-block-cell {
		display: block;
		padding: 0px 10px;
	}
	.payment_radio input{
		display: block;
   		float: left;
   		position: absolute;
   		z-index: 1;
	}
	.payment_radio > label > .radioText {
		display: block;
		margin-left: 20px;
		margin-top: -1px;
		text-align: left;
	}
	
	.tabs.skin-xs-accordion .pane>.title .icon {
		display: block;
	}
	
		
	
}
@media (min-width: 768px) and (max-width: 820px){
  .eset-card .col-sm-6{width: 100%;}
  .eset-card .col-sm-6+.col-sm-6{margin-top: 10px;}
}
@media (max-width: 599px){
  .od-top .dinb{padding-right: 0;width: 100%;}
  .tab_content{padding: 0 20px 10px;}
  .tabs.visible_tabs {display: block;}
  
  .tab_drawer_heading {
    background-color: #fff;
    color: #ccc;
    font-size: 16px;
    margin: 0;
    padding: 15px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .tab_drawer_heading .dinb{vertical-align: middle;}
  .d_active  {color: #8dc546;display: block;box-shadow: none;}
  .d_active  .round-num{background: #8dc546;color: #fff;}
  .extend_steps .box-shadow{box-shadow: none;border-radius: 0;}
  .extend_steps .mobile-shw{background: #fff;box-shadow: 0 6px 25px rgba(0,0,0,0.15);border-radius: 3px;}
  .simple-extend .box-shadow,.profitable-extend .box-shadow {padding:0;}
  .benefit-card,.total-card{padding: 13px;}
  .else-benefit-card{padding:30px 13px 13px;}
  .profitable-extend>.row>.col-md-8 {padding-bottom: 0;}
  .profitable-extend>.row>.col-md-4.tl{padding-bottom: 25px;}
  .confirmationForm>.row>.col-md-8,.payForm>.row>.col-md-8 {margin-bottom: 25px;}
  .confirmationForm .btn.small{width: 100%;white-space: normal;line-height: 20px;}
  .confirmationForm .box-shadow,.payForm .box-shadow {padding: 0;}
  .payForm>.row>.col-md-4{padding-bottom: 10px;}
  .tickets-header .fl,
  .tickets-header .fr{float: none;}
  .tickets-header .fr .btn{margin-top: 0;}
}
@media (max-width: 479px){
  .os-selection>.dinb.fs16{margin: 0 0 10px;}
  .os-selection .select-drop{display: block;width: 100%;}
  .container{padding: 0 20px;}
  .captcha-field {max-width: 233px;}
  span.refresh_captcha {margin-left: 10px;}
  .stations-input{max-width: 100%;}
  .box-shadow {padding: 25px 30px;}
  .box-shadow.extend-login-from {padding-bottom: 30px;}
  .eset-card .col-sm-6{width: 100%;}
  .eset-card .col-sm-6+.col-sm-6{margin-top: 10px;}
  .profitable-extend>.row>.col-md-4.tl {padding-bottom: 15px;}
  .payChoose .col-sm-4{width: 100%;}
  .tbl .hidden-label{display:block;line-height: 14px;}
  .tbl td{margin-bottom: 5px;}
  .row.pay-way .col-xs-6{width: 100%;}
  .row.action-btns .btn{white-space: normal;}
  
  .tabs.visible_tabs .nav-tabs.skin-bar li {
	  width: 33.33%;
	  margin-right: 0;
	  display: block;
	  float:left;
	  }

  .tabs.visible_tabs .nav-tabs.skin-bar li a { padding: 35px 0 5px;}
	  
}

@media (max-width: 399px){
  .box-shadow .btn.btn-default,.benefit-card .btn{width: 100%;font-size: 14px;padding: 10px;}
  .eset-card .btn.btn-default{width: 100%;font-size: 14px;padding: 10px;}
  .input-sum-wrap{padding: 20px;}
  .limeb-wrap {padding: 16px 20px 5px;}
  .lc-info .dinb, .lc-info .dinb:first-child {width:100%;padding-right: 0;}
}
@media (max-width: 360px){
  .send-query{width: 100%;}
  .title24 {font-size: 20px; margin: 10px auto 35px;}
  .input-sum-wrap .fs13{font-size: 12px;}
}
.quick_link {
	margin-left: 10px;
}

.disabled, .disabled.btn, .disabled[class*=btn-], .form-label *, .global-loader, .inactive.btn, .inactive[class*=btn-], .is-disabled, .loading.btn, .loading[class*=btn-], .media-video .action.loading, .product-download .form-group.superfluous, .ribbon, .ribbon-short, .section.skin-tongue:after, .state-cart-request-pending [data-js-buy], .state-cart-request-pending a, [disabled].btn, [disabled][class*=btn-], fieldset[disabled] .btn, fieldset[disabled] [class*=btn-], label * {
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: auto;
}

/* header */

.nav-secondary .link-goverment .icon {
	background: url(/images/gov-build.svg) no-repeat center 5px;
	background-size: 30px auto;
	display:block;
	width: 34px;
	height: 34px;
	}

.nav-secondary .link-contact .icon {
	background: url(/images/header_icon_phone1.svg) no-repeat center 5px;
	background-size: 30px auto;
	display:block;
	width: 34px;
	height: 34px;
	}

.nav-secondary .link-contact { 
	width: 90px !important;
	display:block !important;
	}

.nav-secondary .link-goverment { 
	width: 90px !important;
	display:block !important;
	}

.nav-secondary .link-partners .icon {
	background: url(/images/header_icon_portfolio.svg) no-repeat center 8px;
	background-size: 30px auto;
	display:block;
	width: 34px;
	height: 34px;
	}

.nav-secondary .link-partners { 
	display:block !important;
	}

.nav-secondary .link-language .icon, .nav-secondary .link-menu .icon {
	display:block;
	width: 34px;
	height: 34px;
	}

@media (max-width: 1340px){
	
	.header #contact-sales-number { display: none;}
	
	}

@media (max-width: 1199px){
	
	.header .nav-main { display: none;}
	
	}

@media (max-width: 768px){ 

	.nav-secondary .link-contact {
		width: 55px !important;
		}
	
	.nav-secondary .link-goverment {
		display: none!important;
		}
	
	.nav-secondary .link-contact .icon, .nav-secondary .link-partners .icon  { background-size: 26px auto;}

}

/* subnavigation */

.subnavigation a { text-decoration: none;}

/* about banner */

.about_banner {
	margin-top: 80px;
	}

.about_banner .section > .container, .about_banner .section-content {
	padding-top: 0 !important;
	}

/* scroll top button */

.footer-scroll-to-top-wrapper {
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-webkit-transition:all .3s;
	transition:all .3s;
	position:fixed;
	text-align:center;
	bottom:20px;
	right:20px;
	z-index:1;
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-webkit-transform:scale(0);
	transform:scale(0);
}

.state-sticky-header.footer-scroll-to-top-wrapper{
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-webkit-transform:scale(1);
	transform:scale(1);
}

.scroll-to.top {
    height: 45px;
    width: 45px;
	text-align: center;
	z-index:10;
	color:#181c20;
	border:2px solid #181c20;
}

/* prefooter form */

.request-product-form .fl label {
	display: none;
}

.request-product-form .pure-form .fl select {
	padding: 0.6em 40px 0.6em 0.5em;
	border: 1px solid white;
	border-radius: 0;
	box-shadow: none;
	font-weight: 600;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	cursor: pointer;
}

.request-product-form .pure-form .fl{
	height: 55px;
}

.request-product-form .pure-form .fl select::-ms-expand {
	display:none;
}

.request-product-form .pure-form .fl select:disabled {
	background: rgba(150,150,150,0.50);
	opacity: 0.6;
	cursor: auto;
}

.request-product-form .pure-form .fl .inp {
    position: relative;
    display: block;
    background: white;
}

.request-product-form .pure-form .fl input:disabled {
	background: rgba(150,150,150,0.50);
	opacity: 0.6;
	cursor: auto;
}

.request-product-form .pure-form .fl .select {
	position: relative;
	display: block;
	background: white;
}



.request-product-form .pure-form .fl .select:before {
	position: absolute;
	width: 38px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	right: 0;
	top: 0;
	content: "\f0d7";
	font-family: FontAwesome;
	font-size: 28px;
	color: #424d56;
	z-index: 0;
}

.request-product-form .pure-form .fl input, .request-product-form .pure-form .fl textarea {
	padding: 0.6em;
	border: 1px solid white;
	border-radius: 0;
	box-shadow: none;
	font-weight: 600;
}

.request-product-form .pure-form .fl input::placeholder{
	color: #424d56;
}
.request-product-form .pure-form .fl input::-moz-placeholder{
	color: #424d56;
}
.request-product-form .pure-form .fl input::-webkit-input-placeholder{
	color: #424d56;
}
.request-product-form .pure-form .fl input:-ms-input-placeholder{
	color: #424d56;
}
.request-product-form .pure-form .fl input:-moz-placeholder{
	color: #424d56;
}

.request-product-form .fl .errormsg {
	height: 20px;
}

.request-product-form .pure-form .submit-buttons {
	width: 50%;
	float: left;
}

.request-product-form .pure-form button.pure-button {
	margin: 0 !important;
	padding: 7px 30px;
	height: 41px;
}

.request-product-form .pure-form .radioGroup {
	width: 50%;
	padding: 0.5em;
	box-sizing: border-box;
	float: left;
}

.request-product-form .pure-form .radioGroup .radio {
	width: 33%;
	float: left;
}

.request-product-form input[type="radio"] + label {
	position: relative;
}

.request-product-form input[type="radio"] + label span {
	display: block;
	width: 20px;
	height: 20px;
	background:  white;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 3px;
}

.request-product-form input[type="radio"]:checked + label span:before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background: #424d56;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	top: 6px;
}

.request-product-form .additional-text {
	text-align: center;
	padding-top: 40px;
	display: block;
}

@media (max-width: 630px){
	
	.request-product-form .pure-form .radioGroup {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.request-product-form .pure-form .submit-buttons {
		width: 100%;
	}
	
}

/* footer form */

#chooseProductForm {
	width: 100%;
	display:inline-block;
	font-family: "SegoeUI","Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	}

#chooseProductForm fieldset {
	margin: 32px 0 60px;
	}

#chooseProductForm label {
	float:left;
	}

#chooseProductForm label strong {
	float:left;
	display:block;
	line-height: 38px;
	margin-right: 12px;
	}

#chooseProductForm .select-wrapper {
	float:left;
	position:relative;
	}

#chooseProductForm .select-wrapper:before {
	position:absolute;
	width: 38px;
	height: 38px;
	line-height: 36px;
	z-index: 0;
	text-align:center;
	right: 0;
	top: 0;
	}

#chooseProductForm .select-wrapper select {
	background: none;
	border: 2px solid rgba(255,255,255,1.00);
	width: 400px;
	font-size: 15px;
	height: 36px;
	color:rgba(255,255,255,1.00);
	font-family: Georgia,Times,"Times New Roman",serif;
	padding: 6px 40px 6px 10px;
	box-sizing:border-box;
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
	}

#chooseProductForm .select-wrapper select::-ms-expand {
	display: none;
	}

#chooseProductForm .select-wrapper select option {
	background: #ebecea;
	border: 0px;
	box-sizing:border-box;
	padding: 0 10px;
	color: #008ba0;
	}

#chooseProductForm .button-wrapper {
	position:relative;
	height: 40px;
	}

#chooseProductForm .button-wrapper:before {
	left: 10px;
	top: 4;
	position:absolute;
	width: 32px;
	height: 34px;
	text-align:center;
	line-height: 36px;
	}

#chooseProductForm .button-wrapper .input_submit {
	padding: 0;
	margin: 4px 0 0 10px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,1.00);
	width: 30px;
	height: 30px;
	background: none;
	}

@media (max-width: 650px){ 

#chooseProductForm label {
	width: 100%;
	}

}

@media (max-width: 520px){ 

#chooseProductForm .button-wrapper {
	width: 100%;
	margin-top: 12px;
	}

#chooseProductForm .button-wrapper:before {
	width: 100%;
	}

#chooseProductForm .button-wrapper .input_submit {
	margin: 0;
	padding: 6px 0;
	width:100%;
	border-radius: 0;
	box-sizing: border-box;
	height: 36px;
	}

#chooseProductForm .select-wrapper select {
	width: 100%;
	}

}

/* footer form */

.nav-language span.name {
	color: #949495;
	}

.nav-language span.name:hover {
	background: none;
	}

 #content-bmenu-sizes .csc-default {
  min-height: 299px;
  padding: 20px 30px 20px 30px;
  background-color: rgba(31, 93, 145, 0.72);
  transition: background-color .3s linear, color .3s linear, border-radius .3s linear;
  }
  
 #content-bmenu-sizes .csc-default:hover {
  background-color: rgba(105, 175, 235, 1);
  color: #003c6a;
  border-radius: 2px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .5)
  }
  
 #content-bmenu-sizes .csc-default a {
  color: #fff;
  }
  
 #content-bmenu-sizes .csc-default a:hover {
  color: #003c6a;
  }
  
  .nav-social-profiles .provider-telegram:hover {
  background: #0088cc!important;
	}
	.nav-social-profiles .provider-telegram:hover svg{
	  fill:white;
	}
	
	.nav-social-profiles .provider-telegram svg{
		width: 18px;
	    height: 18px;
	    fill: #424d56;
	    margin-top: 6px;
	    margin-left: 5px;
	    -moz-transition: all 0.3s ease 0s;
	    -o-transition: all 0.3s ease 0s;
	    -webkit-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	    transition-property: all;
	    transition-duration: 0.3s;
	    transition-timing-function: ease;
	    transition-delay: 0s;
	}
 
 .nav-social-profiles .iconfa-vk, .nav-social-profiles .icon.fa-vk:before {
	 font-size: 20px;
	 }
  
  /* circle icon */
  
  .csc-textpic .home_solution_icon img {
	  border-radius: 50%;
	  border: 4px solid #414c55;
	  width: 100px;
	  }
	 
  .csc-textpic .home_solution_icon.black img {
	  border-radius: 50%;
	  border: 4px solid #fff;
	  }
	
.all-business-products {
	display: none;
	}
.level_3{
	display: none;
}

/* product selector */

.select_product_cont {
	width: 560px;
	margin: 0 auto;
	}

.all-products-button a{
	display:block;
	position:relative;
	border: 2px solid #3b3b3b;
	font-size: 18px;
	padding: 10px 55px 10px 10px;
	border-radius: 4px;
	box-sizing: border-box;
	transition: all 0.15s ease 0s;
	width: 100%;
	}

.all-products-button a:hover {
	color: #fff;
	background: #3b3b3b;
	text-decoration:none;
	transition: all 0.15s ease 0s;
	}

.all-products-button a span {
	position:absolute;
	display:block;
	top: 0;
	right: 0;
	font-size: 40px;
	height: 45px;
	line-height: 45px;
	width: 45px;
	text-align:center;
	}

.all-business-products {
	width: 100%;
	background: #3b3b3b;
	margin: -2px 0 0;
	padding: 15px;
	-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
	}

.all-business-products .ui-accordion-header {
	border-bottom: 1px solid #798085;
	}

.all-business-products .main-level-container a {
	color: #fff;
	padding: 10px 25px 10px 10px;
	display:block;
	text-decoration:none;
	transition: all 0.15s ease 0s;
	position: relative;
	}

.all-business-products .main-level-container a:after {
	content: "+";
	font-size: 30px;
	position:absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	}

.all-business-products .active .main-level-container a:after {
	content: "-";
	font-size: 46px;
	}

.all-business-products .main-level-container a:hover {
	color: #949ca1;
	}

.all-business-products .level_3 {
	width: 100%;
	box-sizing:border-box;
	}

.all-business-products .level_3 a {
	display:block;
	padding: 10px;
	text-decoration:none;
	border-bottom: 1px solid #e2e2e2;
	transition: all 0.15s ease 0s;
	background: #f4f5f4;
	}

.all-business-products .level_3 a:hover {
	background: #e8e8e8;
	transition: all 0.15s ease 0s;
	}

@media (max-width: 630px){ 

	.select_product_cont {
		width: 100%;
		}
}

.pack_solutions { padding-bottom: 30px;}

.pack_solutions img {
	width: 60px;
	margin-bottom: 0;
	}

/* video slider */

.home_locations_wrapper {
	position:relative;
	background: #f4f5f4;
	overflow: hidden;
	width: 100%;
	}

.home_locations_carousel {
	display:flex;
	}

.home_locations_wrapper .locations-prev {
	position: absolute;
	left: 7.15%;
	top: 50%;
	margin-top: -30px;
	}

.home_locations_wrapper .locations-prev a {
	font-size: 60px;
	line-height: 60px;
	display: inline-block;
    font-family: eset-icons;
	font-variant: 400;
	text-decoration:none;
	color: #424d56;
	}

.home_locations_wrapper .locations-prev a:hover {
	color: #6a7985;
	}

.home_locations_wrapper .locations-prev a:before {
	content: "п„ћ"
	}

.home_locations_wrapper .locations-next {
	position: absolute;
	right: 7.15%;
	top: 50%;
	margin-top: -30px;
	}

.home_locations_wrapper .locations-next a {
	font-size: 60px;
	line-height: 60px;
	display: inline-block;
    font-family: eset-icons;
	font-variant: 400;
	text-decoration:none;
	color: #424d56;
	}

.home_locations_wrapper .locations-next a:hover {
	color: #6a7985;
	}

.home_locations_wrapper .locations-next a:before {
	content: "п„џ"
	}

[class*=bx-] {
    outline: none !important;
}

.home_locations_wrapper .container{
	width: 100%;
	height: 100%;
	max-width: 75%;
	display: table;
	table-layout:fixed;
	}

.home_locations_wrapper .container .section-content {
	display: table-cell;
	position:relative;
	vertical-align: middle;
	width: 100%;
	}

.home_locations_wrapper .bx-controls {
	position:absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	}

.home_locations_wrapper .bx-pager-item {
	display:inline-block;
	overflow:hidden;
	margin: 5px;
	height: 22px;
	width: 22px;
	vertical-align:middle;
	position:relative;
	}

.home_locations_wrapper .bx-pager-link {
	display:inline-block;
	background: #424d56;
	text-indent: -999px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin: 6px 0 0 0px;
	}

.home_locations_wrapper .bx-pager-link:after {
	border: 2px solid #424d56;
	box-sizing:border-box;
	border-radius: 50%;
	width: 22px;
	margin: -11px 0 0 -11px;
	height: 22px;
	position:absolute;
	left: 50%;
	top: 50%;
	display:block;
	content: "";
	-moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
	transition: all 0.3s ease 0s;
	}

.home_locations_wrapper .bx-pager-link.active:after {
	-moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	transition: all 0.3s ease 0s;
	}

.fb-share-button.fb_iframe_widget span{
	display:block !important;
	}

/* standart forms */

.pure-form {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
	}

.pure-form fieldset {
	margin: 0;
	display: table;
	width: 100%;
	}

.pure-form .fl_sep {
	display: table !important;
	width: 100%;
	padding: 0 0.5em;
	box-sizing:border-box;
	}

.pure-form .fl_sep.first {
	border-bottom: 1px solid #c6cfd4;
	}

.field_separator {
	float:left;
	width: 100%;
	}

.pure-form h2 {
	margin-bottom: 12px;
	font-size: 26px;
	}

.pure-form .fl {
	width: 50%;
	padding: 0 0.5em;
	box-sizing:border-box;
	}

.pure-form .fl.fl_full_width {
	width: 100%;
	}

.pure-form .fl.payments {
	 margin-bottom: 20px;
	 }

.pure-form .fl label {
	margin: 0.25em 0;
	font-size: 14px;
	}

.pure-form .fl .msg, .pure-form .fl .status {
	font-size: 14px;
	color: #a2a5a9;
	line-height: 16px;
	}

.pure-form .fl input, .pure-form .fl textarea {
	border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 3px #ddd inset;
    box-sizing: border-box;
    display: block;
    padding: 0.5em 0.6em;
	width: 100%;
	background: #fff;
	font-size: 14px;
	font-style:normal;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	}

.pure-form .fl input:focus {
	border: 1px solid #129fea;
	}

.pure-form .fl .errormsg{
	font-size: 13px;
	display:block;
	line-height: 16px;
	height: 16px;
	color: #e9322d;
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	}

.pure-form .fl select {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 3px #ddd inset;
    box-sizing: border-box;
    display: block;
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	color: #424d56;
    font-size: 14px;
    font-style: normal;
    padding: 0.43em 0.6em;
    width: 100%;
	}

.pure-form .fl .input_file {
	position:relative;
	}
	
.pure-form .fl input.file_input_button {
	position:absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
	z-index: 100;
	border: 0;
	background: none;
	box-shadow: none;
	}

.pure-form .fl input.file_input_hidden {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 120;
	cursor: pointer;
	}

.pure-form .radio_block, .pure-form .quantity_container{
	display: table;
	width: 100%;
	}

.pure-form .radio_block .radio_line,  .pure-form .quantity_container .quantity{
	width: 33%;
	display: table-cell;
	box-sizing: border-box;
	padding-right: 12px;
	padding-left: 0;
	min-height: 1px;
	vertical-align: top;
	}

.pure-form .radio_block .radio_line .multicheck_inp  {
	display: table-cell;
	padding-right: 8px;
	}

.pure-form .radio_block .radio_line .multicheck_inp input {
	margin-top: 7px;
	display:inline-block;
	box-shadow: 0px;
	width: auto;
	height:auto;
	}

.pure-form .radio_block .radio_line .multicheck_lable{
	font-size: 14px;
	line-height: 18px;
	display: table-cell;
	}

.pure-form .additional_layers_select .radio_block .radio_row {
	display: table;
	width: 100%;
	}

.pure-form .additional_layers_select .radio_block .radio_line{
	width: 50%;
	float:left;
	display:block;
	margin-bottom: 12px;
	}

.pure-form button.pure-button {
	background-color: #8dc63f !important;
    border: 2px solid transparent;
    border-radius: 3px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
	}

.pure-form button.pure-button:hover {
	background-color: #99cc53 !important;
	}

.pure-form button.pure-button.pure-input-1 {
	width: 100%;
	margin-top: 4px;
	}

.pure-form .required_msg {
	font-size: 16px;
	margin: 8px 0;
	font-style: italic;
	padding: 0 0.5em;
	}

.pure-form .submit-buttons {padding: 0 0.5em;}

.pure-form .fl input[type="checkbox"], .pure-form .fl input[type="radio"] {
	width:auto;
	box-shadow: none !important;
	display:inline-block;
	box-sizing: border-box;
    padding: 0;
	}

.pure-form .topDescr {
	font-size: 24px;
	font-weight: lighter;
	display: block;
	}

.pure-form .topDescr:before  {
	content: "\f05d";
	font-family: 'FontAwesome';
	padding-right: 14px;
	}

@media (max-width: 630px){
	
	.pure-form .fl {
		width: 100%;
		}
	
	.pure-form .fl_sep {
		text-align:center;
		}
	
	.pure-form .radio_block .radio_line .multicheck_lable {
		width: 100%;
		display: block;
		}

}

.product-listing .col {
	display:inline-block;
	}

/* image slider */

.faded_gray_custom {
	background: #f4f5f4;
	}

.gallery_block {
	height: 515px;
	overflow:hidden;
	}

.prod-wrapper .box.skin-badge-invisible {
	margin: 50px 0;
	}

#content-bmenu-sizes .csc-default{
	padding: 0px;
	}

#content-bmenu-sizes .csc-default .home_solution_icon {
	display:block;
	padding: 20px 30px 0;
	}

#content-bmenu-sizes .csc-default .csc-textpic-text {
	display: block;
	padding: 0 30px 20px;
	text-align:center;
	height: 152px;
	}

#content-bmenu-sizes .csc-default h4 {
	margin: 0;
	}

/* tabs */

.default_tabs .nav-tabs.skin-sm-bar li {
	padding: 0;
	}

.default_tabs .nav-tabs.skin-sm-bar a {
	height: 70px;
	}

.default_tabs .nav-tabs.skin-sm-bar a span {
	text-transform:none;
	font-weight: 700;
	}

.default_tabs.tabs .triggers {
	margin-bottom: 0 !important;
	}

.default_tabs.tabs .compare.skin-count4 a.btn {
	white-space: normal !important;
	}

.default_tabs.tabs .compare a.btn {
	font-size: 16px !important;
	}

/* product filter */

.product-listing {
	padding-bottom: 120px;
	}

.product_download_center .col.col-sm-8:before{
	display: none;
	}

.article-list .title a{
	font-size: 20px;
	font-weight: 300;
}

.article-list .title a:hover{
	text-decoration:underline;
}

/* paging */

.page-navigation {
	display:block !important;
	}
	
.page-navigation ul{margin:0;padding:0;position:relative}
	
.page-navigation li{display:inline-block}

.page-navigation .current{font-weight:700;cursor:default!important}

.page-navigation .f3-widget-paginator{display:block}

.page-navigation .load-more-wrapper,.phone.touch .page-navigation .f3-widget-paginator,.tablet.touch .page-navigation .f3-widget-paginator{display:none}

.phone.touch .page-navigation .load-more-wrapper,.tablet.touch .page-navigation .load-more-wrapper{display:block}

.page-navigation [class*=btn]{min-width:47px;padding-left:0;padding-right:0}

.page-navigation [class*=ficon-]{margin-top:-3px}

@media (min-width:768px){
	
	.page-navigation .spacer{padding-left:5px;padding-right:5px}
	
	.page-navigation .previous{margin-right:20px}
	
	.page-navigation .next{margin-left:20px}
	
}
	
/* article detale */

.article-detail {
	display: inline-block;
	width: 100%;
	}

.article-detail .article-header {
	padding-bottom: 0;
}


/* right menu */

#right_menu ul {
	padding: 0px;
}

#right_menu li{
	list-style: none;
	display:inline-block;
	}

#right_menu li a {
	display:inline-block;
	border: 1px solid #008ba0;
	line-height: 44px;
	width: 70px;
	text-align:center;
	text-decoration:none;
	margin-bottom: 6px;
	}

#right_menu li a:hover{
	color: #424c56;
	border: 1px solid #424c56;
	text-decoration:none;
	}

#right_menu li.active a{
	color: #424c56;
	border: 1px solid #424c56;
	text-decoration:none;
	font-weight: 700;
	}

/* main menu */

.nav-main .submenu .content a.big_icons img {
	border-radius: 50%;
	border: 3px solid rgba(255,255,255,1.00);
	width: 100px;
	}

.nav-main .submenu .content a.small_icons img {
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,1.00);
	width: 50px;
	}

.nav-main .submenu .content a strong:hover{
	text-decoration: underline !important;
}

/* product banner */

.hero.skin-product-card-dep .section, .hero.skin-product-card-dep .swiper-pagination.product_banner {
	padding: 100px 0 0;
	display:block;
	flex-shrink:none;
	height:auto !important;
	max-height: 100%;
	}

.hero.skin-product-card-dep .product_banner .product-card-dep {
	position: relative;
	top: 0;
	float:right;
	}

.product_banner .product-card-dep .card-content .btn, .product_banner .product-card-dep .card-content [class*=btn-] {
	padding: 10px 20px;
	}

@media (max-width: 768px){
	.hero.skin-product-card-dep .section, .hero.skin-product-card-dep .swiper-pagination.product_banner {
		padding: 50px 0 0;
		}

}

/* custom banner */

.custom_banner .section.skin-inverse {
    background-color: #424d56;
}

.custom_banner .section>.container {
	padding-bottom: 50px;
	}

@media (max-width: 768px){
	
	.custom_banner .section h1 { font-size: 32px;}
	
	}



/* custom form */


.form_container.pure-form .fl{
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	padding: 0;
	float: none;
	}

.form_container.pure-form .fl label {
	display:block;
	float:left;
	width: 20%;
	margin:0;
	margin-top: 3px;
	}

.form_container.pure-form .fl .input {
	display:block;
	float:left;
	width: 80%;
	}

.form_container.pure-form .fl img {
	margin: 0;
	display:block;
	}

.form_container.pure-form .fl .input .wrap {
	display: table;
	width: 100%;
	}

.form_container.pure-form .fl .errormsg  {
	white-space:normal;
	}

.form_container.pure-form .fl .input .wrap input[type="radio"] {
	float:left;
	display:block;
	width: 5%;
	margin-top: 10px;
	border-radius: 0;
	}

.form_container.pure-form .fl .input .wrap .body {
	float:left;
	width: 95%;
	}

.form_container.pure-form .fl .input .wrap .body > span {
	display:block;
	float:left;
	width: 100%;
	}

.form_container.pure-form .fl .input .wrap .body .errormsg {
	height:auto;
	}

.form_container.pure-form .orderText span, .form_container.pure-form .orderText input, .form_container.pure-form .orderText select {
	float:left;
	}

.form_container.pure-form .orderText input {
	width: 76%;
}

.form_container.pure-form .orderText input.extend2 {
	width: 96%;
	}

.form_container.pure-form .orderText select {
	margin-right: 2%;
	width: 18%;
	}

.form_container.pure-form .orderText span {
	width: 4%;
	}

.form_container.pure-form span.ast {
	color: #e9322d;
	font-size: 18px;
	line-height: 36px;
	text-align:center;
	}

.form_container.pure-form .fl.form_captcha {
	margin-bottom: 10px;
	}

.form_container.pure-form .fl .input.captcha {
	margin-left: 20%;
	}

.form_container.pure-form .fl .input.captcha input, .form_container.pure-form .fl .msg {
	width: 250px;
	}

.form_container.pure-form .fl .msg, .form_container.pure-form .fl .required_msg {
	margin-left: 20%;
	float:left;
	}

.form_container.pure-form .submit-buttons {
	float:none;
	width: 100%;
	}

.form_container.pure-form .submit-buttons button {
	margin-top: 4px;
    width: 100%;
	background-color: #8dc63f;
    border: 2px solid transparent;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3em;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
	}

.form_container.pure-form .submit-buttons button:hover {
	background-color: #99cc53;
	}

@media (max-width: 720px){
	
	.form_container.pure-form .fl label {
		width: 100%;
		text-align:center;
		}
	
	.form_container.pure-form .fl .input {
		width: 100%;
		}
	
	.form_container.pure-form .fl .input .wrap input[type="radio"] {
		width: 100%;
		}
	
	.form_container.pure-form .fl .input .wrap .body {
		width: 100%;
		margin-top: 8px;
		}
	
	.form_container.pure-form .fl img {
		margin: 0 auto;
		}
	
	.form_container.pure-form .fl .input.captcha {
		margin-left: 0;
		}
	
	.form_container.pure-form .fl .input.captcha input, .form_container.pure-form .fl .msg {
		width: 100%;
		}
	
	.form_container.pure-form .fl .msg, .form_container.pure-form .fl .required_msg {
		margin-left: 0;
		}
	
	}
	
/* preloader */

.footer #chooseProductForm .ui-dialog{
	position: fixed;
	}

/* awards */

.cd-container {
  /*  this class is used to give a max-width to the element it is applied to,  and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 28px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
  @media only screen and (max-width: 1170px) {
  .cd-timeline-content &gt; a {
    float: right;
    padding: 0.8em 0px;
  }
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  /*box-shadow: 0 0 0 4px white; */
  text-align: center;
}
.cd-timeline-img img {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
.cd-timeline-img p {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 60px;
    font-weight: bold;
}
.cd-timeline-img.cd-white {
   background: #fff;
}
.cd-timeline-img.cd-turquoise {
   background: #008ba0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 70px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #303e49;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 22px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
    padding: 0.5em 0px;
    font-weight: bold;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}


.disabled_item {
	opacity: 0.3;
	pointer-events: none;
    cursor: default;
	}

.disabled_section {
	display: none;
	}

.microsoft_azure_list {max-width: 70%;}

@media (max-width: 768px){ .microsoft_azure_list {max-width: 100%;} }


.item_certificate h3 {
	font-size: 22px;
}

.compare-table .btn, .compare-table .btn-bordered {
		font-size: 0.75em;
}

.compare-table h4 strong {
	font-weight: normal;
}

.compare-table {
    overflow: visible;
    margin-top: 70px;
}

th.skin-highlight {
    position: relative;
}

.box-title {
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
}

.compare-table .box-badge {
    position: absolute;
    top: -34px;
    left: 0;
    width: 100%;
}

.product > h3 {
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    color: #7f7f7f;
    font-size: 18px;
}

@media (max-width: 850px) {
	
	.compare-table .btn, .compare-table .btn-bordered {
		white-space: normal !important;
	}
	
}


/* shop */

.shop_banner:before {
	background: #0097a2;
	opacity: 1;
	}

.faded-teal.section.shop_banner:after {
	border-top-color: #0097a2;
	}

.hero .section.shop_banner > .container {
	padding-bottom: 0px;
	}

.shop_banner #content-bmenu-sizes .csc-default {
	background: #0097a2;
	box-shadow:none;
	min-height: 100%;
	}

.shop_banner #content-bmenu-sizes .csc-default:hover {
	background: #008ba0;
	}

.shop_banner #content-bmenu-sizes .csc-default .csc-textpic-text {
	height: 100px;
	font-weight: 300;
	font-size: 24px;
	padding: 0;
	}

.shop_banner #content-bmenu-sizes .csc-default .csc-textpic-text:hover {
	color:rgba(255,255,255,1.00);
	}

.st_head li {
	display: block;
	position:relative;
    line-height: 48px;
    padding: 60px 60px 7px;
    text-align: center;
	color: #008ba0;
	cursor: pointer;
	-moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	}

.st_head li:hover { 
	color: #424d56;
	-moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	}

.st_head li.active1 { color: #424d56;}


.st_head li.active1:after {
    display: block !important;
    z-index: 5;
    left: 50%;
    bottom: -5px;
	top: auto;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #424d56;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}

.questions li {
	list-style: none;
	margin-bottom: 8px;
	}

.shop_first_buy .st_titem {display: none;}

.shop_first_buy .st_titem.active1 { display:block;}

.shop_first_buy .product-tile img {
	width: 205px;
	margin: 0 auto 15px;
	}

.shop_first_buy .block_buy_button {
	float:left;
	width: 100%;
	padding-bottom: 50px;
	text-align:center;
	}

.shop_first_buy .store_tabs {
	padding: 20px 0;
}

.shop_first_buy .store_tabs .tab_content {
	padding: 0;
}

.shop_first_buy .store_grid {
	border-top: 1px solid #c8cdd7;
	border-left: 1px solid #c8cdd7;
	font-size: 12px;
	}

.shop_first_buy .store_grid td,  .shop_first_buy .store_grid th{
	border-right: 1px solid #c8cdd7;
	border-bottom: 1px solid #c8cdd7;
	}

.shop_first_buy .store_grid td {
	line-height: 1.4em;
	text-align:center;
	}

.shop_first_buy .store_grid td input {
	display: none;
	}

.shop_first_buy .store_grid td .radio1:before {
	content:"";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display:block;
	margin: 0 auto 5px;
	border: 1px solid #c8cdd7;
	font-family: FontAwesome;
	line-height: 14px;
	}

.shop_first_buy .store_grid td .radio1.active:before {
	content: "\f00c";
	}

.shop_first_buy .store_grid .store_title {
	font-weight: 700;
	text-align:left;
	}

@media (max-width: 860px){
	
	.st_head li {
		padding: 60px 40px 7px;
		}
		
	}

@media (max-width: 768px){
	
	.shop_banner #content-bmenu-sizes .csc-default .csc-textpic-text {
		height:auto;
		padding-bottom: 20px;
		}
	
	.shop_tabs { display:block;}
	
	.shop_tabs .nav-tabs > li {
		width: 100%;
		}
	
	.shop_tabs .nav-tabs > li a {
		padding: 10px 25px;
		background: #ededed;
		margin-bottom: 5px;
		text-transform:none;
		font-size: 20px;
		font-weight:300;
		}
	
	.shop_tabs .nav-tabs > li a:after, .shop_tabs .nav-tabs > li a:before {
		display: none;
		}
	
	.st_head li {
		padding: 60px 20px 7px;
		}
	
	}

/* shop net */

.select_city {
	width: 60%;
	margin: 0 auto 40px;
	}

.select_city select {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 20px;
	}

.select_city label {
	line-height: 41px;
	white-space: nowrap;
	}

.dropcontent.none {
	display: none;
	}

.dropcontent {
	width: 760px;
	display: table;
	margin: 0 auto;
	box-sizing:border-box;
	}

.dropcontent li {
	list-style: none;
	display:block;
	width: 50%;
	float:left;
	line-height: 30px;
	padding: 0 5px;
	}

.dropcontent li .head { 
	font-size: 26px;
	font-weight: 200;
	color: #008ba0;
	}

.map_container {
	margin: 0 auto;
	position:relative;
	width: 511px;
	height: 348px;
	}

.map_container .map_1 {
	left: 0;
	}

@media (max-width: 768px){
	
	.select_city {
		width: 100%;
		}
	
	.dropcontent {
		width: 100%;
		}

}

@media (max-width: 480px){
	
	.select_city td {
		width: 100%;
		display:block;
		}
	
	.select_city label {
		text-align:center;
		}
	
	.dropcontent li {
		width: 100%;
		}
	
	}

/* shop subscription */

.shop_subscription .product-tile {
	margin-left: auto;
    margin-right: auto;
    max-width: 250px;
	}

.shop_subscription .col {
	margin-top: 50px;
	}

.shop_subscription .product-thumbnail img {
	display:inline-block;
	max-width: 205px;
	}

.shop_subscription input.btn {
	font-style: normal !important;
	font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.slider_tabs .tab_content {
	display:block;
	}

/* shop partners */

.wrapper_left {
	float:left;
	width: 30%;
	box-sizing:border-box;
	border-right: 1px solid #949495;
	}

.wrapper_left ul {
	margin: 0;
	padding: 0;
	}

.wrapper_left li {
	list-style: none;
	padding: 0;
	display:block;
	margin-bottom: 10px;
	}

.wrapper_left li a {
	display:block;
	position:relative;
	padding-right: 40px;
	}

.wrapper_left li a.selected:before {
	content: "";
	background: #424c56;
	width: 10px;
	height: 10px;
	position:absolute;
	right: -6px;
	top: 10px;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}

.wrapper_left li a.selected:after {
	content: "";
	background: rgba(255,255,255,1.00);
	width: 6px;
	height: 100%;
	position:absolute;
	right: 0px;
	top: 0px;
	}

.wrapper_left li a.selected {
	color: #424c56;
	}

.wrapper_right {
	float:left;
	width: 70%;
	box-sizing:border-box;
	padding-left: 40px;
	border-left: 1px solid #949495;
	margin-left: -1px;
	}

.wrapper_right .current_region {
	font-family: Fedra,Tahoma,sans-serif;
    font-weight: lighter;
	font-size: 40px;
    line-height: 1.25em;
    margin-bottom: 35px;
	}

.wrapper_right .partners_detail {
	font-size: 26px;
    line-height: 1.34615em;
    margin-bottom: 15px;
	font-family: Fedra,Tahoma,sans-serif;
    font-weight: lighter;
	}

.wrapper_right .partners_information td {
	padding: 40px 0 0 0;
	}

.wrapper_right .partners_information .partner_site_name {
	margin-bottom: 10px;
	font-weight:bold;
	}

@media (max-width: 768px){
	
	.wrapper_right {
		width: 100%;
		border: 0;
		margin: 0;
		padding: 40px 0 0;
		}
	
	.wrapper_left {
		width: 100%;
		padding: 40px 0;
		border-right: 0px;
		border-bottom: 1px solid #949495;
		}
	
	.wrapper_left li {
		float:left;
		width: 50%;
		}
	
	.wrapper_left li a.selected:before, .wrapper_left li a.selected:after {
		display: none;
		}

}

@media (max-width: 400px){ 

	.wrapper_left li {width: 100%;}
	
	.wrapper_left li a { padding: 0;}
	
	.wrapper_left {padding: 0 0 40px;}

}

/* shop subscription */

.pure-form .submit-buttons.order {
	display:inline-block;
	width: 100%;
	}

.pure-form .submit-buttons.order button {
	width: 49%;
	float:left;
	}

.pure-form .submit-buttons.order button:last-child {
	float:right;
	}

.right_cont .img img {
	width: 100%;
	max-width: 205px;
	}

.squares_descr {
	font-weight:300;
	}

.squares_descr > span {
	display:block;
	}

.squares_descr span span {
	font-weight: normal;
	}

.squares_cost {
	font-size: 24px;
	font-weight:300;
	margin-top: 20px;
	}

.squares_cost span {
	font-weight: normal;
	}

@media (max-width: 768px){ 

	.right_cont {
		text-align:center;
		}
	
	.less_header {
		padding-top: 50px;
	}

}

@media (max-width: 480px){ 

	.pure-form .submit-buttons.order button {
		width: 100%;
		margin: 0 0 5px;
		}

}






/* blogs */

.pure-form .text-area .errmsg {
	color: #e9322d;
    display: block;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}

.pure-form .text-area .errmsg.none {
	text-indent: -1000px;
	}

.comment-item {
	background: #f4f5f4;
	padding: 25px;
	margin-top: 20px;
	}

.comment-item .title {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 10px;
	}

.comment-item .title strong {
	font-size: 24px;
	font-weight: lighter;
	display:block;
	margin-bottom: 10px;
	}


/* shop custom form */

.st_titem .activate-650 {
	float: left;
	width: 66.6667%;
	border-right: 1px solid #949495;
	padding-right: 85px;
	box-sizing:border-box;
	}

.st_titem .squares {
	width: 33.3333%;
	float:right;
	box-sizing:border-box;
	padding-left: 85px;
	}

.st_titem .squares .supp {
	margin-bottom: 40px;
	}

.st_titem .form_section input, .st_titem .form_section textarea,  .st_titem .form_section select{
	border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 3px #ddd inset;
    box-sizing: border-box;
    display: block;
    padding: 0.5em 0.6em;
	width: 100%;
	background: #fff;
	font-size: 14px;
	font-style:normal;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #424d56;
	}

.st_titem .form_section input[disabled] {
	background:#f4f5f4;
	}

input:disabled::-moz-placeholder {
	color: rgba(187,187,187,1.00);
	opacity: 1;
}

input:disabled::-webkit-input-placeholder {
	color: rgba(187,187,187,1.00);
	opacity: 1;
}

input:disabled:-ms-input-placeholder {
	color: rgba(187,187,187,1.00);
	opacity: 1;
}

.st_titem .form_section input:focus, .st_titem .form_section textarea:focus,  .st_titem .form_section select:focus {
	border: 1px solid #129fea;}

.st_titem .form_section input.button {
	font-size: 18px;
    line-height: 1.3em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 10px 30px;
    margin: 5px 0;
    background-position: 50% 50%;
    background-color: #8dc63f!important;
    border: 2px solid transparent;
    color: #fff!important;
    font-weight: 400!important;
    display: inline-block;
    vertical-align: middle;
    text-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	box-shadow: none;
	}

.st_titem .form_section input.button:hover {
	background-color: #99cc53!important;
    text-decoration: none;
	}

.st_titem .form_section {
	float:left;
	width: 100% !important;
	box-sizing: border-box;
	}

.st_titem hr {
	display: none;
	}

.st_titem .form_tooltip {
	display:block !important;
	font-size: 14px;
	color: #a2a5a9;
	opacity: 1 !important;
	}

.st_titem .form_tooltip_img, .st_titem .info-icon img{
	display: none !important;
	}

.st_titem .info-icon { 
	width: auto !important;
	margin: 0;
	}

.st_titem #reg-key-success:before, .st_titem #mark-success:before {
	content: "\f00c";
	font-family: FontAwesome;
	display:inline-block;
	margin-right: 10px;
	color: #8dc63f;
	}

.st_titem .form_section label {
	margin: 0.25em 0;
	font-size: 14px;
	padding-top: 10px;
	cursor:default;
	}

.st_titem .form_section label.error {
	padding: 0;
	margin: 0;
	}

.st_titem .form_section label br {
	display: none;
	}

.st_titem .form_section label span { 
	color: #a2a5a9;
	padding-left: 10px;
	}

.st_titem .field {
	display: table;
	width: 100%;
	font-size: 26px;
	padding-top: 50px;
	margin-bottom: 12px;
	font-family: Fedra,Tahoma,sans-serif;
	font-weight: lighter;
	}

.st_titem .error-mess {
	display:none;
	color: #e9322d;
	font-size: 16px;
	}

.st_titem .form_section .control_select {
	width: 20%;
	float:left;
	}

.st_titem .form_section .control {
	width: 56%;
	margin: 0 2%;
	float:left;
	}

.box_activation_wrap .st_head {
	display: table;
	width: 100%;
	border-bottom: 1px solid #c6cfd4;
	}

.box_activation_wrap .st_hitem {
	width: 50%;
	float:left;
	cursor: pointer;
	color: #008ba0;
	padding-bottom: 20px;
	position:relative;
	}

.box_activation_wrap .st_head .st_hitem.active1 {
	color:#424d56;
	}

.box_activation_wrap .st_head .st_hitem.active1:before {
	height: 8px;
	}

.box_activation_wrap .st_head .st_hitem:before {
	content: "";
	width: 100%;
	height: 0;
	position:absolute;
	bottom: -1px;
	background: #424d56;
	}

.st_block #mark, .st_block #marks {
	display: none;
	}

.ui-widget-overlay {
	background:rgba(0,0,0,0.7);
	position:absolute;
	top: 0;
	left: 0;
	}

.password_reminder {
	float:left;
	white-space: nowrap;
	display:block;
	margin-top: 10px;
	} 

.ui-dialog {
	background:rgba(255,255,255,1.00);
	padding: 20px 30px;
	box-sizing:border-box;
	overflow:hidden;
	position: absolute;
	}

.ui-dialog .ui-dialog-title {
	display:block;
	font-family: Fedra,Tahoma,sans-serif;
	font-size: 26px;
	font-weight: lighter;
	margin-bottom: 20px;
	}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	top: 0;
	right: 0;
	text-decoration:none;
	color: #424d56;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	}

.ui-dialog .ui-dialog-titlebar-close span { display:none;}
	
.ui-dialog .ui-dialog-titlebar-close:before {
	content: "\f00d";
	font-family:FontAwesome;
	}

.ui-dialog  .helperProductTypeBlockStyle {
	display: table;
	width: 100%;
	}

.ui-dialog  .helperProductTypeBlockStyle input {
	float:left;}

.ui-dialog  .helperProductTypeBlockStyle label {
	float:left;
	}

.ui-dialog  .helperProductTypeBlockStyle input {
	float:left;
	width:auto;
	margin-right: 10px;
	margin-top: 6px;
	}

.ui-dialog  .helperProductTypeBlockStyle label {
	float:left;
	font-size: 16px;
	font-weight:bold;
	}

.ui-dialog .question_msg {
	display:block;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: lighter;
	}

.ui-dialog button {
	font-size: 18px;
    line-height: 1.3em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 10px 30px;
    margin: 5px 0;
    background-position: 50% 50%;
    background-color: #8dc63f!important;
    border: 2px solid transparent;
    color: #fff!important;
    font-weight: 400!important;
    display: inline-block;
    vertical-align: middle;
    text-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	box-shadow: none;
	}

.ui-dialog button:hover {
	background-color: #99cc53!important;
    text-decoration: none;
	}

.helperSearchPhoneEmailBlock  {
	display: inline-block;
	width: 100%;
	}

.helperSearchPhoneEmailBlock input{
	float:left;
	width: 345px;
	}

.helperSearchPhoneEmailBlock button {
	float:right;
	margin: 0;
	}

#helperDialogStep3 br, #helperDialogStep2 br{
	display: none;
	}

.helperRequestInfoLabelInput label, .helperRequestInfoLabelTextarea label {
	display:inline-block;
	font-size: 14px;
	}

.helperDialogRequiredFieldMsg {
	font-style:italic;
	margin-bottom: 20px;
	}

.buttonsYesNoBlock {
	margin-top: 20px;
	}

.activation_radiogrp {
	margin: 0 !important;
	}

.activation_radiogrp input{
	float:left;
	margin: 6px 10px 0 0 !important;
	}

.shop_license_renewal .container {
	max-width: 990px;
	}

.shop_license_renewal .form_section input, .shop_license_renewal .form_section textarea,  .shop_license_renewal .form_section select{
	border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 3px #ddd inset;
    box-sizing: border-box;
    display: block;
    padding: 0.5em 0.6em;
	width: 100%;
	background: #fff;
	font-size: 14px;
	font-style:normal;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #424d56;
	}

.shop_license_renewal .form_section input:focus, .shop_license_renewal .form_section textarea:focus,  .shop_license_renewal .form_section select:focus {
	border: 1px solid #129fea;}

.shop_license_renewal .form_section .button {
	font-size: 18px;
    line-height: 1.3em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 10px 30px;
    margin: 5px 0;
    background-position: 50% 50%;
    background-color: #8dc63f!important;
    border: 2px solid transparent;
    color: #fff!important;
    font-weight: 400!important;
    display: inline-block;
    vertical-align: middle;
    text-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	box-shadow: none;
	width: 100%;
	}

.shop_license_renewal .form_section .button:hover {
	background-color: #99cc53!important;
    text-decoration: none;
	}

.shop_license_renewal .block_header {
	background: #f4f5f4;
	padding: 10px 50px 10px 25px;
	position:relative;
	margin-bottom: 10px;
	}

.shop_license_renewal .block_header .up, .shop_license_renewal .block_header .down{
	position:absolute;
	margin-top: -14px;
    position: absolute;
    right: 5px;
    top: 50%;
	width: 28px;
	height: 28px;
	text-align:center;
	line-height: 28px;
	font-size: 22px;
	}

.shop_license_renewal .block_header .up:before {
	content: "вЂ“";
	}

.shop_license_renewal .block_header .down:before {
	content: "+";
	}

.shop_license_renewal .choose_block {
	width: 100%;
	display: table;
	}

.shop_license_renewal .choose_block .form_section label {
	display: none;
	}

.shop_license_renewal .control_radio{
	display: none !important;
	}

.shop_license_renewal .radio1{
	font-size: 14px;
	margin: 0.25em 0;
	}

.shop_license_renewal .radio1:before{
	content:"";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display:block;
	margin: 4px 10px 0 0;
	border: 1px solid #c8cdd7;
	font-family: FontAwesome;
	line-height: 14px;
	float:left;
	font-size: 12px;
	text-align:center;
	}

.shop_license_renewal .radio1.active:before {
	content: "\f00c";
	}

.shop_license_renewal .form_tooltip {
	display: block !important;
	opacity: 1 !important;
	color: #a2a5a9;
	font-size: 14px;
	line-height: 16px;
	}

.shop_license_renewal .form_tooltip .form_tooltip_img {
	display: none;
	}

.shop_license_renewal .info-icon {
	display: none;
	}

.shop_license_renewal .renew_or {
	display: table;
	width: 100%;
	text-align:center;
	font-weight:bold;
	margin: 10px 0;
	}

.shop_license_renewal .errormsg{
	font-size: 13px;
	display:block;
	line-height: 16px;
	color: #e9322d;
	}

.shop_license_renewal .field.v, .activate-650 .field.v {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	}

.shop_license_renewal .field.v hr, .activate-650 .field.v hr{
	display: none;
	}

.shop_license_renewal .field.v span, .activate-650 .field.v span{
	display: block;
	float:left;
	width: 50%;
	box-sizing:border-box;
	margin: 0 !important;
	font-size: 26px;
	font-weight: lighter;
	}

.shop_license_renewal .field.v span:first-child, .activate-650 .field.v span:first-child {
	padding-right: 40px;
	}

.shop_license_renewal #thing, .activate-650 #thing{
	display: table;
	width: 100%;
	}

.shop_license_renewal .var1, .shop_license_renewal .var2, .activate-650 .var1, .var2, .activate-650 .var2{
	float:left;
	width: 50%;
	box-sizing: border-box;
	}

.shop_license_renewal .var1, .activate-650 .var1{
	padding-right: 40px;
	}

.shop_license_renewal .var1 br, .activate-650 .var1 br {
	display: none;
	}

.shop_license_renewal .var2 .radio1, .activate-650 .var2 .radio1 {
	margin: 0 0 20px;
	}

.shop_license_renewal .var2 .radio1 label, .activate-650 .var2 .radio1 label{
	padding-left:30px;
	font-size: 16px;
	}

.shop_license_renewal .var2 .radio1 label br, .activate-650 .var2 .radio1 label br{
	display:block;
	}

.shop_license_renewal .var2 .radio1.active label, .activate-650 .var2 .radio1.active label{
	color: #008ba0;
	}

.activate-650 .var2 input {
	float:left;
	width: 10%;
	}

.activate-650 .var2 label {
	width: 90%;
	margin: 0;
	padding: 0;
	}

.activate-650 .var2 label br {
	display:block !important;
	}

.shop_license_renewal .field.message_header {
	font-size: 26px;
	margin: 15px 0;
	font-weight: lighter;
	}

.shop_license_renewal .small_margin h3 {
	font-size: 18px;
	font-weight: bold;
	}

.shop_license_renewal .store_tabs {
	margin-bottom: 20px;
	}

.shop_license_renewal .store_tabs table {
	border-top: 1px solid #c8cdd7;
	border-left: 1px solid #c8cdd7;
	font-size: 14px;
	}

.shop_license_renewal .store_tabs table td, .shop_license_renewal .store_tabs table th{
	border-bottom: 1px solid #c8cdd7;
	border-right: 1px solid #c8cdd7;
	padding: 5px 10px;
	}

.shop_license_renewal .store_tabs table td input{
	float:left;
	width: 20%;
	margin-top: 6px;
	}

.shop_license_renewal .store_tabs table td label{
	float: right;
	width: 80%;
	}

.shop_license_renewal .squares1 {
	position: fixed;
	top: 90px;
	right: 20px;
	width: 280px;
	padding: 15px;
	background: rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.40);
	z-index: 100;
	}

.shop_license_renewal .squares1 hr {
	display: none;
	}

.shop_license_renewal .squares1 img {
	max-width: 205px;
	}

.shop_license_renewal .payments {
	}

.shop_license_renewal .field span{
	font-size: 26px;
	display: inline-block;
	width: 100%;
	font-weight: lighter;
	margin-top: 20px;
	}

.shop_license_renewal .field hr {
	display: none;
	}

.shop_license_renewal .form_section label{
	font-size: 14px;
	margin: 0.25em 0;
	display: table;
	width: 100%;
	}
	
.shop_license_renewal .form_section label.r{
	display: block;
}

.shop_license_renewal .form_section label br { display: none;}

.shop_license_renewal .form_section .errormsg {
	min-height: 16px;
	display:inline-block;
	width: 100%;
	}

.shop_license_renewal .required_msg {
	font-size: 16px;
    font-style: italic;
    margin: 8px 0;
	display:inline-block;
	width: 100%;
	}

.shop_license_renewal .block_content {
	margin-bottom: 20px;
	}

.shop_license_renewal .button-container label { display: none;}

.payment_radio {
	display:inline-block;
	width: 100%;
	margin-bottom: 5px;
	}

.payment_radio input {
	width:auto;
	display:inline-block;
	margin-top: 7px;
	margin-right: 10px;
	}

.payment_radio label, .payment_radio  .radioText {
	display:inline-block;
	margin: 0;
	font-size: 14px;
    margin: 0.25em 0;
	}

@media (max-width: 630px){
	.shop_license_renewal .field.v span, .activate-650 .field.v span {
		font-size: 22px;
	}
	
	.payment_radio {
		text-align:center;
		}
	
	.payment_radio label, .payment_radio  .radioText {
		width: 100%;}
	
	.payment_radio input {
		margin-top: 10px;
		margin-right: 0px;
		}
	
}

@media (max-width: 990px){
	
	.st_titem .activate-650 {
		width: 100%;
		padding: 0;
		border: none;
		margin-bottom: 40px;
		}
		
	.st_titem .squares {
		width: 100%;
		padding: 0;
		}

}

@media (max-width: 768px){
	
	.form_tooltip_content {
		float:left;
		width: 80%;
		}
	
	.squares1{
		display: none;
	}
	
	.payment_radio .radioText{
		margin-left: 20px;
    	text-align: left;
	}
	
	
	
	}
.sitemap h3 {
	margin-bottom: 4px;
}

@media (min-width:768px) {
    #download .tabs>.triggers {
	    margin: 0 -1200px 0;
	}
}

@media ( min-width : 768px) and (max-width: 989px) {
	div.col:nth-child(1) .counter, div.col:nth-child(2) .counter {
		margin-bottom: 25px;
	}
}

@media ( max-width : 479px) {
	div.col:last-child .counter {
		margin-bottom: 0;
	}
}

.text-label-sky-blue {
	padding: 0px 4px;
    background: #00a3d9;
    color: #fff;
    border-radius: 7px;
    font-size: 12px;
}

.number {
	font-size: 24px;
	font-weight: bold;
}

.counter {
	font-size: 15px;
	margin-bottom: 0;
}

/*slick.css*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End of slick.css */

/* Start of styles for new design */

.new-product-styles .skin-padding-top-small {
	padding-top:25px;
}

.new-product-styles .skin-padding-bottom-small {
	padding-bottom:25px;
}

.new-product-styles hr {
	position: relative;
    margin: 20px auto;
    border: none;
    height: 1px;
    background: #c6cfd4;
}

.new-product-styles .fs-deco,.new-product-styles .h1,.new-product-styles .h2,.new-product-styles .h3,.new-product-styles .h4,.new-product-styles .h5,.new-product-styles .h6,.new-product-styles .product-card .claim,.new-product-styles .product-teaser .description,.new-product-styles blockquote,.new-product-styles h1,.new-product-styles h2,.new-product-styles h3,.new-product-styles h4,.new-product-styles h5,.new-product-styles h6 {
    font-family: Fedra,Tahoma,sans-serif;
    font-weight: lighter;
}

.new-product-styles .skin-padding-bottom-none{
	padding-bottom: 0;
}

.new-product-styles .skin-padding-top-none{
	padding-top: 0;
}

.new-product-styles .bold {
    font-weight: 700;
}

.new-product-styles .faded-teal-dark:before {
    background: #00717f;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.new-product-styles #content-customers p {
    color: rgba(255, 255, 255, 0.6);
}

.new-product-styles .section.parallax {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.new-product-styles {
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
}

.new-product-styles .btn, [class*=btn-]{
	white-space:normal;
}

.new-product-styles .gallery_block {
    height: unset;
}

.new-product-styles .skin-mb-l{
	margin-bottom:25px
}

.new-product-styles .skin-mt-l{
	margin-top:25px
}

.new-product-styles .list-skin-white>li:before {
    display: block;
    position: absolute;
    color: #fff!important;
}

.new-product-styles .h4, .new-product-styles .h5, .new-product-styles .new-product-styles .h6, .new-product-styles h4, .new-product-styles h5, .new-product-styles h6 {
    margin-bottom: 10px;
}

.new-product-styles #content-bcontain .box-content {
    border: 2px solid #008ba0;
}

.new-product-styles blockquote {
    quotes: "\201C" "\201D" "\2018" "\2019";
    margin: 0 0 20px;
}

.new-product-styles blockquote:before {
    content: open-quote;
    padding-right: 8px;
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
}

.new-product-styles blockquote:after {
    content: close-quote;
    padding-left: 8px;
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
}

.new-product-styles blockquote > p {
    display: inline;
    font-size: 26px;
    line-height: 1.46154em;
}

.new-product-styles .text-label-sky-blue {
    line-height: 21px;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 0 7px;
    top: -2px;
    display: inline-block;
    font-size: 10px;
    position: relative;
    letter-spacing: .03em;
    margin: 0 15px;
    white-space: nowrap;
    font-weight: 400;
    box-sizing: border-box;
    height: 21px;
    background-color: #00a3d9;
    color: #fff;
    vertical-align: middle;
}

.new-product-styles #slick-slider .slick-dots{
	display: block;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    text-align: center;
}

.new-product-styles #slick-slider .slick-dots li{
    display: inline-block;
    width: 22px;
    height: 22px;
	margin: 5px;
    transform: translate3d(0,0,0);
}

.new-product-styles #slick-slider .slick-dots li.slick-active{
    border-color: #fff;
    border-radius: 50%;
    border-style: solid;
    background-color: #000;
    border-width: 2px;
}

.new-product-styles #slick-slider .slick-dots li button {
    display: block;
    padding: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
}

.new-product-styles .slick-slider-wrapper {
	position: relative;
    background: #3b3b3b;
}

.new-product-styles .slick-arrows {
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.new-product-styles .slick-arrows .custom-arrow{
	position: absolute;
    text-indent: -9999em;
    z-index: 75;
}

.new-product-styles .product-slider .slick-arrows .custom-arrow:before{
	color: #444444;
}

.product-slider img{
	margin:0 auto;
	max-height: 150px;
}

.text-label-green{
    padding: 0 7px;
    display: inline-block;
    font-size: 10px;
    background-color: #ebecea;
    line-height: 21px;
    border-radius: 3px;
    text-transform: uppercase;
    position: relative;
    top: -1px;
    letter-spacing: .03em;
    margin: 0 2px;
    white-space: nowrap;
    font-weight: 400;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 21px;
    background-color: #8dc63f;
    color: #fff;
}

.new-product-styles .slick-arrows .prev-arrow{
	left:60px;
}

.new-product-styles .slick-arrows .prev-arrow:before{
    width: 42px;
    line-height: 42px;
    color: #fff;
    content: "\f104";
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0px;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 40px;
}

.new-product-styles .slick-arrows .next-arrow{
	right:102px;
}

.new-product-styles .slick-arrows .next-arrow:before{
    width: 42px;
    line-height: 42px;
    color: #fff;
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0px;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 40px;
}
.compare-table.skin-count6 [scope=col] {
    width: 11%;
}

.large-table .skin-count6 td ,.large-table .skin-count6 th {
	padding:5px 10px;
}

.request_trial_form .pure-form .radioGroup:before{
	display:block;
	content:'';
	width:100%;
}

.pure-form .radioGroup {
	width: 50%;
	padding: 0.5em;
	box-sizing: border-box;
	float: left;
}

.pure-form .radioGroup .radio {
	width: 100%;
	float: left;
}

.pure-form input[type="radio"] + label {
	position: relative;
}

.pure-form input[type="radio"] + label span {
	display: block;
	width: 20px;
	height: 20px;
	background:  white;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 3px;
	border: 1px solid #000;
}

.pure-form input[type="radio"]:checked + label span:before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background: #424d56;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 5px;
}

/* content-bmenu-sizes_v2 start*/

.gradient-teal-heavy-to-teal-mid {
  position: relative;
}

.gradient-teal-heavy-to-teal-mid:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPвЂ¦dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0,#00717f),color-stop(100%,#0096a1));
    background: -moz-linear-gradient(left,#00717f,#0096a1);
    background: -webkit-linear-gradient(left,#00717f,#0096a1);
    background: linear-gradient(to right,#00717f,#0096a1);
    content: "";
    display: block;
    position: absolute;
    filter: alpha(Opacity=70);
    opacity: .7;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#content-bmenu-sizes_v2 .csc-default {
    min-height: 296px;
    padding: 20px 30px 20px 30px;
    background-color: rgba(0, 0, 0, 0.35);
    transition: background-color .3s linear, color .3s linear, border-radius .3s linear;
}

#content-bmenu-sizes_v2 .csc-default:hover {
    background-color: rgba(0, 139, 160, 1);
    color: #003c6a;
    border-radius: 2px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5)
}

#content-bmenu-sizes_v2 .csc-default a {
    display: block;
    color: #fff;
}

#content-bmenu-sizes_v2 .csc-default a:hover {
    color: rgb(111, 241, 241);
}

#content-bmenu-sizes_v2 .csc-textpic-text {
  display: block;
  margin-top: 10px;
}

#content-bmenu-sizes_v2 .pseudo_h4 {
    display: block;
    font-family: Fedra,Tahoma,sans-serif;
    font-weight: lighter;
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-rendering: optimizelegibility;
}

#content-bmenu-sizes_v2 .pseudo_h3 {
    display: block;
    font-family: Fedra,Tahoma,sans-serif;
    font-weight: lighter;
    font-size: 26px;
    line-height: 1.34615em;
    margin-bottom: 15px;
    text-rendering: optimizelegibility;
}

#content-enterprise div img:hover,
#content-enterprise div img:focus,
#content-mid-size div img:hover,
#content-mid-size div img:focus,
#content-soho div img:hover,
#content-soho div img:focus {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

#content-enterprise div img,
#content-mid-size div img,
#content-soho div img {
    transition: all 0.15s ease-in;
}

#content-enterprise .csc-textpic,
#content-mid-size .csc-textpic,
#content-soho .csc-textpic {
    overflow: visible;
}
/* new Nav styles for business */
#nav-main-deep>li:nth-child(2) .pane .col:first-child img:hover,
#nav-main-deep>li:nth-child(2) .pane .col:first-child img:focus {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

#nav-main-deep>li:nth-child(2) .pane .col:first-child img {
    transition: all 0.15s ease-in;
}

#nav-main-deep>li:nth-child(2) .row,
#nav-main-deep>li:nth-child(2) .csc-textpic {
    overflow: visible;
}
#navigation .row.skin-splitted>.col {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.new-product-styles ul li.cross {
    opacity: 0.25;
}

.new-product-styles  ul li.cross:before {
    content: url(//cdn1.esetstatic.com/ESET/INT/Pages/Windows_10_Anniversary/xmark.png);
}

.new-product-styles .box-badge {
	padding: 9px 25px;
}

.new-product-styles .text-label-semi-transparent {
    background-color: rgba(201,205,208,.6);
    color: #424d56;
}

.new-product-styles .text-label-crimson {
    background-color: #c60651;
    color: #fff;
    padding: 0 7px;
    display: inline-block;
    font-size: 10px;
    line-height: 21px;
    border-radius: 3px;
    text-transform: uppercase;
    position: relative;
    top: -6px;
    letter-spacing: .03em;
    margin: 0 2px;
    white-space: nowrap;
    font-weight: 400;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 21px;
}

.new-product-styles .faded-teal-heavy:before {
    background: #004b55;
    content: "";
    display: block;
    position: absolute;
    filter: alpha(Opacity=70);
    opacity: .7;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.new-product-styles .faded-opaque:before {
    filter: alpha(enabled=false);
    opacity: 1;
}

.new-product-styles #content-awards img {
    margin-bottom: 0;
}

.new-product-styles .faded-teal-heavy.section.skin-tongue.faded-opaque:after {
    border-top-color: #004b55;
}

.custom-table-styles thead.head tr:first-child th {
    border-bottom: none;
    vertical-align: bottom;
}

.custom-table-styles .head tr:first-child .popular-product {
    position: relative;
    padding-bottom: 55px;
    border-bottom: none;
}

.custom-table-styles .popular-product .box-badge{
	top:unset;
	bottom:0;
	background: #56d0d5;
}

.custom-table-styles thead.head tr th .description {
	display: block;
}

.custom-table-styles.compare .skin-highlight .name a{
    color: #008ba0;
}

.new-product-styles #content-referal-badge{
	text-align: center;
}

.new-product-styles #content-referal-badge img{
	width: 140px;
    height: auto;
    margin-bottom: 15px;
}

.new-product-styles hr.skin-thick {
    height: 6px;
}

.new-product-styles hr.skin-teal,.new-product-styles hr.skin-thick {
    background: #008ba0;
    color: #008ba0;
}

.new-product-styles .gradient-teal-heavy-to-teal-mid:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPвЂ¦dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background: -webkit-gradient(linear,0 50%,100% 50%,color-stop(0,#00717f),color-stop(100%,#0096a1));
    background: -moz-linear-gradient(left,#00717f,#0096a1);
    background: -webkit-linear-gradient(left,#00717f,#0096a1);
    background: linear-gradient(to right,#00717f,#0096a1);
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.thin-form-row {
	padding-top: 40px;
	padding-bottom: 40px;
}

.thin-form-row .margin-top-small {
	padding-top: 10px;
}

.new-product-styles #product-buy-form {
	display: inline-block;
	width: 100%;
	color: white;
}

.new-product-styles #product-buy-form .price {
	float: left;
	width: 25%;
}

.new-product-styles #product-buy-form .price h3 sup {
	top: -1em;
	display:inline-block;
}

.new-product-styles #product-buy-form .price h3 span#product-price {
	font-size: 45px;
	line-height: 45px;
	font-weight: 300;
	margin-right: 10px;
}

.new-product-styles #product-buy-form .category {
	float: left;
	width: 25%;
	padding: 0 20px;
}

.new-product-styles #product-buy-form .category h3 {
	width: 100%;
	color: #949495;
	font-weight: 100;
	font-size: 16px;
	white-space: nowrap;
	margin-bottom: 10px;
}

.new-product-styles #product-buy-form .category h3 span {
	display: block;
	height: 20px;
	overflow: hidden;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.new-product-styles #product-buy-form .category.multiple-devices h3 .single {
	height: 0;
}

.new-product-styles #product-buy-form .category.single-device h3 .multiple {
	height: 0;
}

.new-product-styles #product-buy-form .category.multiple-years h3 .single {
	height: 0;
}

.new-product-styles #product-buy-form .category.single-year h3 .multiple {
	height: 0;
}

.new-product-styles #product-buy-form .category .category-cont {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 1px solid grey;
	width: 100%;
	max-width: 200px;
}

.new-product-styles #product-buy-form .category .category-cont a {
	display: inline-block;
	border-radius: 50%;
	background: white;
	width: 24px;
	height: 24px;
	line-height: 18px;
	color: #424d56;
	font-size: 24px;
	text-decoration: none;
}

.new-product-styles #product-buy-form .category .category-cont a.prev-but:before {
	content: "-";
}

.new-product-styles #product-buy-form .category .category-cont a.next-but:before {
	content: "+";
}

.new-product-styles #product-buy-form .category .category-cont a.disabled {
	background: #687178;
}

.new-product-styles #product-buy-form .category .category-cont .opt-list {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-style: normal;
	min-width: 72px;
	position: relative;
	height: 26px;
}

.new-product-styles #product-buy-form .category .category-cont .opt-list li {
	position: absolute;
	width: 100%;
	height: 26px;
	opacity: 0;
	padding: 2px 0 0;
	list-style: none;
	-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.new-product-styles #product-buy-form .category .category-cont .opt-list li.selected {
	opacity: 1;
}

.new-product-styles #product-buy-form .buy-button {
	float: left;
	width: 25%;
	padding-top: 10px;
}

#content-existing-customer-link a {
	color: #6ff1f1;
	font-size: 12px;
}

#big-product-buy-form {
	display: inline-block;
	width: 100%;
	max-width: 720px;
}

#big-product-buy-form .category-form-block {
	float: left;
	width: 25%;
	padding: 0 5px;
}

#big-product-buy-form .category-form-block .top-part {
	background: #ebecea;
	margin-bottom: 1px;
	color: #424d56;
	height: 43px;
	line-height: 43px;
}

#big-product-buy-form .category-form-block .top-part .product-price {
	margin-right: 5px;
	font-size: 20px;
}

#big-product-buy-form .category-form-block .cont {
	background: #ebecea;
	margin-bottom: 1px;
	color: #424d56;
	position: relative;
	padding: 15px 0;
}

#big-product-buy-form .category-form-block .cont .opt-list {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-style: normal;
	min-width: 72px;
	position: relative;
	height: 26px;
}

#big-product-buy-form .category-form-block .cont a {
	position: absolute;
	width: 45px;
	height: 24px;
	line-height: 18px;
	color: #008ba0;
	font-size: 24px;
	text-decoration: none;
	top: 18px;
	left: 10px;
	
}

#big-product-buy-form .category-form-block .cont a.next-but {
	right: 10px;
	left: auto;
}

#big-product-buy-form .category-form-block .cont label {
	margin-top: 10px;
}

#big-product-buy-form .category-form-block .cont label span{
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#big-product-buy-form .category-form-block.years .cont ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-style: normal;
	min-width: 72px;
	position: relative;
	height: 25px;
}

#big-product-buy-form .category-form-block.single-device .cont label span.multiple {
	height: 0;
}

#big-product-buy-form .category-form-block.multiple-devices .cont label span.single {
	height: 0;
}

#big-product-buy-form .option { display: none }
#big-product-buy-form .option.selected {display:block}

#big-product-buy-form .bottom-part .product-buy-form-btn {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 40px;
	height: 43px;
	font-size: 15px;
}

#big-product-buy-form .category-form-block.devices .bottom-part {
	height: 43px;
	background: #ebecea;
}

.marketing-message{
    background: #f8b323;
    color: #424d56;
    text-transform: uppercase;
}

.marketing-message p{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.new-product-styles .request-product-form .pure-form .submit-buttons{
	width:100%;
	text-align:center;
	margin-top: 20px;
}

.new-product-styles .request-product-form .pure-form button{
	width:240px;
	height:auto;
}


.home-download-custom-css .never-display {
	display: none!important;
}

.article-detail h2{
	font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.article-detail ol, .article-detail ul{
	padding: 0 0 0 25px;
}

.article-detail ul{
    list-style-type: disc;
}

.pure-form .fl input.disabled{
    background: rgba(150,150,150,0.50);
    opacity: 0.6;
    cursor: auto;
}

#split-container {
    position: absolute;
    right: -21%;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 10;
    transition: width 0.7s cubic-bezier(0.86, 0, 0.07, 1), right 0.7s cubic-bezier(0.86, 0, 0.07, 1);
    cursor: pointer;
    background-position: 96% 50%;
    animation: bg-animation-closing 0.7s cubic-bezier(0.86, 0, 0.07, 1);
    transform-origin: bottom left;
    -ms-transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
}

#split-container .container {
    -ms-transform: skew(10deg, 0deg);
    -webkit-transform: skew(10deg, 0deg);
    transform: skew(10deg, 0deg);
}

#split-container.faded-black:before {
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

#split-container #split-close {
    opacity: 0;
    width: 0;
    height: 0;
}

#split-container.faded-black:hover:before {
    opacity: 0.7;
}

#content-split-grid-mobile a {
    color: #fff;
}

#split-container .media-block img {
    transition: all 0.3s;
}

#split-container:hover .media-block:hover img {
    opacity: 0.5;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.touch #split-container {
    z-index: 1000 !important;
}

#split-container.split-open {
    right: 0;
    background-position: 74% 50%;
    animation: bg-animation-opening 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}

@media (max-width: 1199px) {
    #split-container.split-open {
        right: 0;
    }
}

#content-business-split>.row {
    padding: 0 45px;
}

#split-container #content-business-split>.row>.col:nth-child(2),
.touch #split-container:not(.split-open) #content-business-split>.row>.col:nth-child(2) {
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 3000;
}

html:not(.touch) #split-container:hover #content-business-split>.row>.col:nth-child(2),
#split-container.split-open #content-business-split>.row>.col:nth-child(2),
.touch #split-container.split-open #content-business-split>.row>.col:nth-child(2),
.touch #split-container:hover #content-business-split>.row>.col:nth-child(2) {
    top: 0;
    bottom: 0;
    opacity: 1;
}

@media (max-width: 1549px) {
	#content-consumer-products img{
		max-width:300px;
		width:100%;
	}
	#split-container h2{
		font-size: 24px;	
	}
	
	#split-container .media-block img{
		float: none;
		width: 60px;
		margin: 0;
	}
	
	#split-container .media-block h4{
		font-size: 18px;
	}
	
	#split-container .media-block{
		text-align: center;
		margin: 0;
	}
	
	#split-container p{
		margin: 0;
	}
	
    #split-container:not(.split-open),
    #split-container {
        width: 50%;
        right: -20%;
    }

    div[id^=content-hero-product-box] img {
        max-width: 100%;
    }

    #content-business-split>.row {
        padding: 0 25px;
    }
}

@media (max-width: 1199px) {

    #split-container:not(.split-open),
    #split-container {
        width: 60%;
        right: -30%;
    }
}

@media (min-width: 1200px) and (max-width: 1360px) {
    #hero-content div[id^=content-hero-product-box] img {
        max-width: 260px;
    }
}

@media (min-width: 768px) {
    #content-split-grid-mobile img.rimg {
        float: none;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #content-split-grid-mobile img.rimg {
        margin-right: 25px;
    }

    .csc-textpic-text {
        text-align: left;
    }

    #content-split-grid-mobile .media-block {
        display: flex;
    }

    #content-split-grid-mobile .media-block img {
        margin-right: 15px;
    }
}

@media (min-width: 870px) AND (max-width: 1199px) {
    #content-split-grid-mobile {
        padding: 0 100px;
    }
}

@media (min-width: 768px) AND (max-width: 869px) {
    #content-split-grid-mobile {
        padding: 0 50px;
    }
}

/* Start of split-arrows */
#split-explore {
    position: relative;
}

#split-arrows {
    height: 37px;
    top: 0;
    color: #fff;
    clear: both;
    transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

#split-container:not(.split-open) #split-arrows {
    margin-left: 12px;
}

#split-arrows a {
    color: #fff;
}

#split-arrows em.icon {
    will-change: transform;
    font-size: 14px;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    backface-visibility: hidden;
    perspective: 1000;
    border: 1px solid;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    position: relative;
    top: -1px;
    box-shadow: 0 0 1px 0 white inset, 0 0 1px 0 white;
}

#split-arrows em.icon:before {
    top: -3px;
    font-weight: bold;
    left: 1px;
}

#split-container.split-open #split-explore-text {
    opacity: 0;
    width: 0 !important;
}

#split-explore-text {
    opacity: 1;
    width: initial;
    transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
}

#split-container:not(.split-open):hover #split-arrows em.icon {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    transform-origin: 50% 50%;
}

#split-container.split-open:hover #split-arrows em.icon {
    -webkit-transform: translateX(-15px) rotate(180deg);
    transform: translateX(-15px) rotate(180deg);
    transform-origin: 50% 50%;
}

#split-container.split-open #split-arrows em.icon {
    -webkit-transform: translateX(0) rotate(180deg);
    transform: translateX(0) rotate(180deg);
    transform-origin: 50% 50%;
}

#split-container.split-open #split-arrows em.icon:before {
    /* top: -3px; left: 1px; */
}

#hero-content .hero-promo-box {
    margin: 0 25px 0 0;
}

@media (min-width: 1200px) AND (max-width: 1360px) {
    #hero-content .hero-promo-box {
        margin: 0 50px 0 0;
    }
}

@keyframes bg-animation-opening {
    from {
        background-position: 96% 50%;
    }

    to {
        background-position: 74% 50%;
    }
}

@keyframes bg-animation-closing {
    from {
        background-position: 74% 50%;
    }

    to {
        background-position: 96% 50%;
    }
}

.hero .section.skin-inverse a {
    color: #ffffff;
}

.hero-promo-box {
    text-align: center;
    display: block;
    transition: all 0.15s ease-in;
    margin: 100px 0 0 0;
    float: left;
    margin-right: 60px;
}

.hero-promo-box:last-of-type {
    margin-right: 0;
}

html.ie .hero-promo-box {
    margin-right: 0;
    width: 26%;
}

.clr {
    clear: both;
    height: 0;
    width: 0;
    line-height: 0;
}

.hero-promo-box:hover, .hero-promo-box:focus {
    text-decoration: none;
}

.hero-promo-box:hover svg, .hero-promo-box:focus svg, #content-business-split a:hover img.rimg, #content-business-split a:focus img.rimg {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: transform .2s ease;
}

#content-business-split .media-block {
    overflow: visible;
    padding: 15px 0;
}

.promo-icon, .hero-promo-box svg {
    transition: all 0.15s ease-in;
    fill: #fff;
}

.hero-promo-box img, .hero-promo-box .promo-icon {
    float: none;
    display: block;
    margin: 15px auto 10px auto;
}

.hero-promo-box .promo-icon, .hero-promo-box svg {
    height: 50px;
    width: auto;
    fill: white;
    margin-bottom: 10px;
}

.hero-promo-box span {
    display: block;
}

@media (max-width: 479px) {
    .hero-promo-box {
        float: none;
        margin: 25px auto;
    }

    .hero-promo-box.fist-child {
        margin-top: 45px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hero-promo-box {
        width: calc(50.0% - 30px);
        margin-right: 40px;
    }

    .hero-promo-box:last-of-type {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 989px) {
    .hero-promo-box {
        margin: 50px 0 0 0;
        width: calc(33.3% - 30px);
        margin-right: 20px;
    }
}

@media (max-width: 1199px) and (orientation:portrait) {
    .touch .parallaxOnTop .parallax-bg-container {
        background-position-x: 55%;
    }
}

/* Hero white icons */
.cls-1-hero {
    fill: #fff;
}

/* Mobile styles for new products */

@media (max-width: 900px){
	
	.new-product-styles #product-buy-form .buy-button {
		width: 100%;
		padding-top: 50px;
	}
	
	.new-product-styles #product-buy-form .price {
		width: 100%;
	}
	
	.new-product-styles #product-buy-form .category {
		width: 50%;
	}
	
	.new-product-styles #product-buy-form .buy-button a {
		width: 100%;
		max-width: 320px;
	}
	
}

@media (max-width: 767px){
	.new-product-styles h1{
	    font-size: 32px;
	    line-height: 1.2em;
	}
	
	.new-product-styles h3{
	    font-size: 24px;
	    line-height: 1.2em;
	}
	
  .coprorate-advantages .media-block-left img {
      float: none;
  }
  .pure-form .radioGroup .radio {
    width: auto;
    float: none;
  }
}

@media (max-width: 479px){
	.new-product-styles .container {
	    padding: 0 30px;
	}
	
	.new-product-styles .fullwidth-xxs {
		width:100%;
	}
	
	.request-product-form .pure-form .radioGroup .radio {
	    width: 100%;
	}
}

@media (max-width: 600px){
	#big-product-buy-form .category-form-block {
		width: 100%;
		margin: 0 auto 10px;
		max-width: 300px;
		display: inline-block;
		float: none;
	}
	
	#big-product-buy-form .category-form-block.devices .top-part, #big-product-buy-form .category-form-block.devices .bottom-part {
		display: none;
	}
}

@media (max-width: 479px){
	.new-product-styles .container {
	    padding: 0 30px;
	}
	
	.new-product-styles .fullwidth-xss {
		width:100%;
	}
	
	.new-product-styles #product-buy-form .category {
		width: 100%;
	}
	
	.new-product-styles #product-buy-form .years.category {
		padding-top: 50px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px){
	.media-block-left img {
		float:unset;
	}
}

@media (min-width: 992px) and (max-width: 1549px){
	.new-product-styles .slick-slider-wrapper .container {
	    max-width: 75%;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.new-product-styles .col-md-2-4{
	    width: 20%;
	}		
  .split-section .row.skin-splitted > .col:first-child {
    padding-left: 30px;
    padding-right: 15px;
  }
}

@media (max-width: 991px){
	.new-product-styles .slick-slider-wrapper .row.skin-splitted>.col:before {
		content: none;
	}
	
	.large-table .skin-count6 {
		display:none!important;
	}
	.large-table .compare-list{
		display:block!important
	}
}

.download-options {
	margin-top:30px;
}

.row.flex-menu-row {
	display: flex;
	align-items: center;
}

.row.flex-menu-row p{
	margin-bottom: 10px;
}

.new-table-style .compare-table .features .feature{
    padding-bottom: 10px;
    padding-top: 10px;
}

.new-table-style .compare-table td:not(:first-child):not(.skin-highlight), .new-table-style .compare-table tr:last-child th:not(:first-child):not(.skin-highlight), .new-table-style .compare-table td:not(:first-child):not(.skin-highlight){
    background: rgba(120,120,120,0.04);
}
.new-table-style .compare-list .comparable.skin-highlight, .new-table-style .compare-table td.skin-highlight, .new-table-style .compare-table th.skin-highlight{
    background: #dfefef;
}

.new-table-style .compare-table .box-badge{
	top: -42px;
}

.new-table-style .box-badge.skin-teal {
    background: #56d0d5;
}

.new-table-style .compare-table.skin-count4 .head th{
	width: 20%;
}

.new-product-styles .box.skin-gray-dark .box-content {
	background-color: rgba(219, 222, 219, 0.40);
    color: #424d56;
}

.text-label-semi-transparent{
    padding: 0 7px;
    display: inline-block;
    font-size: 10px;
    line-height: 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    position: relative;
    top: -1px;
    letter-spacing: .03em;
    vertical-align: middle;
    margin: 0 2px;
    white-space: nowrap;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 21px;
    background-color: rgba(201,205,208,.6);
    color: #424d56;
}

.compare-home .text-label-crimson{
	padding: 0 7px;
    display: inline-block;
    font-size: 10px;
    line-height: 21px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    position: relative;
    top: -1px;
    letter-spacing: .03em;
    vertical-align: middle;
    margin: 0 2px;
    white-space: nowrap;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 21px;
    background-color: #c60651;
    color: #fff;
}

#content-herob-checkm .list-checkmark>li::before {
    color: #c60651;
    content: none
}

#content-herob-checkm .list-checkmark li {
    background-image: url('/images/checkmark-circle.svg');
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position-y: 6px;
    padding: 3px 0 6px 30px;
}

.list-checkmark > .add-on:before, .list-checkmark > .add-on:after, ul .add-on:before, ul .add-on:after{
	position: absolute;
    top: 15px;
    left: 0;
    width: 15px;
    height: 3px;
    background-color: #8dc63f;
    content: "";
    z-index: 1;
}

.list-checkmark > .add-on:after, ul .add-on:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.list-checkmark > .add-on:before, .list-checkmark > .add-on:after, ul .add-on:before, ul .add-on:after {
    position: absolute;
    top: 15px;
    left: 0;
    width: 15px;
    height: 3px;
    background-color: #8dc63f;
    content: "";
    z-index: 1;
}

.eset-svg-icon.icon-size-md svg {
    width: 100px;
    height: 100px;
}

#content-solutions .box.skin-gray-dark .box-content a {
    color: #008ba0;
}

#content-herob-checkm .list-checkmark li.circle{
	position: relative;
	background: none;
}

.compare-table .feature.add-on:before, .compare-table .feature.add-on:after {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 15px;
    height: 3px;
    background-color: #8dc63f;
    content: "";
    z-index: 1;
    margin-left: -8px;
    display: block;
}

.state-sticky-header.header .nav-secondary .name {
    white-space: nowrap;
}

.compare-table .feature.add-on:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.compare-table p.description a {
    color: #424c56;
}

#content-herob-checkm .list-checkmark li.circle:before{
	position: absolute;
    top: 5px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 3px solid #c60651;
    border-radius: 20px;
    content: "";
    z-index: 1;
}

.big-text-label-crimson{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	background-color: #c60651;
    color: #fff;
    padding: 0 7px;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    position: relative;
    top: -6px;
    letter-spacing: .03em;
    margin: 0 2px;
    white-space: nowrap;
    font-weight: 400;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.gradient-teal-mid-to-blue-light-muted:before {
	background: -owg-linear-gradient(to right,#0096a1,#6093b7);
    background-image: linear-gradient(90deg, rgb(0, 150, 161), rgb(96, 147, 183));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background: -webkit-linear-gradient(90deg,#0096a1,#6093b7);
    background-image: linear-gradient(90deg, rgb(0, 150, 161), rgb(96, 147, 183));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background: -moz-linear-gradient(to right,#0096a1,#6093b7);
    background-image: linear-gradient(90deg, rgb(0, 150, 161), rgb(96, 147, 183));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background: -o-linear-gradient(to right,#0096a1,#6093b7);
    background-image: linear-gradient(90deg, rgb(0, 150, 161), rgb(96, 147, 183));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    -pie-background: -pie-linear-gradient(to right,#0096a1,#6093b7);
    background: linear-gradient(90deg,#0096a1,#6093b7);
    background-image: linear-gradient(90deg, rgb(0, 150, 161), rgb(96, 147, 183));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    content: "";
    display: block;
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out false;
    -o-transition: opacity .3s ease-in-out false;
    transition: opacity .3s ease-in-out;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.gradient-teal-mid-to-blue-light-muted.section.skin-tongue.faded-opaque:after {
    border-top-color: #3094ac;
}

.answer-item{
    padding: 20px;
    margin-top: 20px;
    background: #fefefe;
    position: relative;
    color: black;
}

.answer-item .title strong{
    color: #008ba0;
}

.with-vertical-separator {
	position: relative;
}

.left-part-filter .search-form .shadowed, .left-part-filter .search-form select, .left-part-filter .button button {
	display: none;
}

.left-part-filter .search-form {
	display: inline-block;
	width: 100%;
}

.left-part-filter .search-form .fl{
	width: 100%;
}

.left-part-filter .search-form  .opt-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.left-part-filter .search-form  .opt-list li{
	margin-bottom: 15px;
}

.left-part-filter .search-form  .opt-list li a{
	color: #424d56;
	font-size: 16px;
	font-weight: 300;
	padding-left: 35px;
	display: inline-block;
	position: relative;
	text-decoration: none;
}

.left-part-filter .search-form  .opt-list li a:before {
	position: absolute;
	content: '';
	border-radius: 50%;
	border: 1px solid #c6cfd4;
	width: 28px;
	height: 28px;
	left: 0;
}

.left-part-filter .search-form  .opt-list li a:after {
	position: absolute;
	content: '';
	border-radius: 50%;
	background: #8dc63f;
	top: 6px;
	left: 6px;
	width: 16px;
	height: 16px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0.3s;
     -moz-transition: all 0.3s ease 0.3s;
     -o-transition: all 0.3s ease 0.3s;
     transition: all 0.3s ease 0.3s;
}

.left-part-filter .search-form  .opt-list li.selected a:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.left-part-filter .button a {
	font-size: 16px;
}

@media (min-width: 767px) {
	
	.with-vertical-separator:before {
		position: absolute;
		top: 0;
		left: 25%;
		width: 1px;
		height: 100%;
		background: #939ca3;
		content: '';
	}
	
}

#content-rs-3col .col>div:first-child {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
}

#content-rs-3col .row {
    display: flex;
}

#content-rs-3col .col>div:first-child+div {
    padding-top: 200px;
    height: 100%;
}

#content-rs-3col .box.skin-badge-invisible {
    margin: 0px;
    height: 100%;
}

#content-rs-3col .box.skin-badge-invisible .box-content {
    height: 100%;
}

@media all and (max-width:990px) {
    #content-rs-3col .col>div:first-child+div {
        padding-top: 180px;
    }    
}

@media all and (max-width:767px) {
    #content-rs-3col .col>div:first-child+div {
        padding-top: 144px;
    }
}
@media (max-width: 767px) {
    #content-herob-checkm .col:not(:last-child) {
        margin-bottom: 0px;
    }
    
    #content-herob-checkm .col+.col {
	    margin-top: 0px;
	}
	
    #content-rs-3col .row {
    	display: block;
	}
}

.product-sale-wrapper {
	margin-top: 40px;
	display: inline-block;
	width: 100%;
}

.product-sale-wrapper #timer{
	float: left;
	background: white;
	padding: 7px 10px 20px;
	border-radius: 4px;
	margin-right: 40px;
}

.product-sale-wrapper #timer > div {
	float: left;
	font-size: 46px;
	line-height: 1em;
	color: #008ba0;
	position: relative;
}

.product-sale-wrapper #timer > div .counter-time-label{
	font-size: 12px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	position: absolute;
	bottom: -30px;
	left: 50%;
	-moz-transform: translate(-70%, 0px);
	-webkit-transform: translate(-70%, 0px);
	-o-transform: translate(-70%, 0px);
	-ms-transform: translate(-70%, 0px);
	transform: translate(-70%, 0px);
}

.product-sale-wrapper #timer > div:last-child .counter-time-label {
	-moz-transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
	-o-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
}

.product-sale-wrapper .sale-code {
	float: left;
	max-width: 415px;
}

.product-sale-wrapper .sale-code .sale-code-number {
	font-size: 20px;
	display: block;
	font-weight: 500;
}

.product-sale-wrapper .sale-code-text {
}

.product-sale-wrapper .sale-code-number-wrapper {
	position: relative;
	padding-right: 30px;
	display: inline-block;
	width: auto;
}

.product-sale-wrapper .sale-code-number-wrapper .copy-email {
	position: absolute;
	right: 0;
	width: 16px;
	height: 16px;
	bottom: 3px;
	cursor: pointer;
}

.product-sale-wrapper .sale-code-number-wrapper .copy-email img {
	margin: 0;
	height: 16px;
	width: auto;
	display: block;
}

@media (max-width: 650px){
	
	.product-sale-wrapper .sale-code{
		margin-top: 20px;
	}
	
}

@media (max-width: 479px){
	
	.product-sale-wrapper #timer > div {
		font-size: 32px;
	}
	
	.product-sale-wrapper #timer > div .counter-time-label{
		bottom: -25px;
		-moz-transform: translate(-60%, 0px);
		-webkit-transform: translate(-60%, 0px);
		-o-transform: translate(-60%, 0px);
		-ms-transform: translate(-60%, 0px);
		transform: translate(-60%, 0px);
	}
	
}



/* End of mobile styles for new products */
/* End of styles for new design */

.footer#footer{
	background: #181c20;
	font-size: 15px;
	line-height: 1.6em;
}

.footer dl{
	margin: 0;	
}

.footer .nav-sitemap-footer{
	margin: 0 -15px;
}

.footer p.bodytext{
	color: #949ca1;
}

.footer dl dd {
    line-height: 1.1em;
    padding: 6px 0 3px;
}

.footer .socials-container{
	text-align: center;
}

.footer .socials{
    display: inline-block;
}

.footer .socials>div{
    margin-left: auto;
    display: inline-block;
    margin-right: 20px;
}

.footer .eset-svg-icon.color-faded-white [fill^="#"]{
	fill: #fff;
    transition: fill .3s ease-out;
    -webkit-transition: fill .3s ease-out;
    stroke: .3s ease-out;
}

.footer .eset-svg-icon:hover.hover-faded-gray-blue [fill^="#"]{
	fill: #424d56;
}

#footer .copyright{
	text-align: center;
    font-size: 13px;
    line-height: 1.23077em;
    color: #949ca1;
}

#footer hr{
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
    max-width: 100%;
    border: none;
    height: 1px;
    background: #c6cfd4;
}

#footer .toggleable {
    margin: 5px 0;
} 

#footer .toggleable .toggleable-content{
	padding: 25px;
}

#footer .ficon-globe:before{
	font-size: 2em;
}

#footer .toggleable .toggleable-trigger{
    color: inherit;
    padding: 10px 50px 10px 25px;
    color: #fff;
    background-color: #424d56;
    position: relative;
}
 
#footer .toggleable .toggleable-trigger h4{
    margin: 0;
    font-size: 15px;
    line-height: 1.6em;
} 

#footer .toggleable.is-collapsed .toggleable-trigger:before{
	content: "+";
}

#footer .toggleable.is-collapsed .toggleable-trigger:after{
	content: none;
}

#footer .toggleable .toggleable-trigger:after{
	content: "";
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #424d56;
}

#footer .toggleable .toggleable-trigger:before{
    content: "-";
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -13px;
} 

#footer .sitemap-footer{
	padding: 0;
    list-style: none;
}

#footer .sitemap-footer dt{
	font-size: 15px;
    margin-bottom: 20px;
    font-weight: 700;
}

#footer .no-margin-top{
	margin-top: 0!important;
}

#footer .footer-bottom-nav{
	list-style: none;
	text-align: center;
	padding: 0;
}

#footer .footer-bottom-nav li{
	margin: 5px 20px;
	display: inline-block;
}

.tabs-submenu>.nav li>a, .tabs-submenu>.nav li>span {
	padding: 17px 30px 17px 50px!important;
}

.tabs-submenu>.nav li>a, .tabs-submenu>.nav li:before {
	content: none!important;
}

.csc-textpic svg {
    margin: 0 auto;
    max-width: 100%;
}

.csc-textpic .eset-svg-icon {
    display: inline-block;
}

.eset-svg-icon svg {
    overflow: visible;
    box-sizing: content-box;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.eset-svg-icon .svg-holder {
    position: relative;
    height: 0;
    max-width: 100%;
    padding-bottom: 100%;
    display: block;
    z-index: 0;
}

.eset-svg-icon .svg-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 solid #000;
    border-radius: 50%;
    content: "";
    z-index: -1;
}

.eset-svg-icon.with-border .svg-holder:before {
    border: solid;
}

.eset-svg-icon.with-border.icon-border-width-sm .svg-holder:before {
    border-width: 3px;
}

#header .eset-svg-icon.color-faded-white .svg-holder:before, .section .eset-svg-icon.color-faded-white .svg-holder:before {
    border-color: #fff;
}

.eset-svg-icon .svg-holder, .eset-svg-icon .svg-holder:before {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}

#header .eset-svg-icon:hover.icon-hover-bounce .svg-holder, .section .eset-svg-icon:hover.icon-hover-bounce .svg-holder {
    transform: translateY(-8px);
}

.csc-textpic-intext-left .eset-svg-icon, .media-block-left .eset-svg-icon {
    float: left;
    margin-right: 15px;
}

#header .eset-svg-icon.color-faded-white [fill^="#"], #header .eset-svg-icon.color-faded-white [fill^=rgb], .section .eset-svg-icon.color-faded-white [fill^="#"], .section .eset-svg-icon.color-faded-white [fill^=rgb] {
    fill: #fff;
}

#navigation .underline {
    font-weight: 700;
}

#navigation .underline:before {
    position: absolute;
    top: 50%;
    right: 47px;
    left: 20px;
    margin-top: 15px;
    height: 3px;
    background-color: #fff;
    content: "";
}

.nav-main .submenu .content .list-dotmark a{
	font-weight: 400;
}

header hr{
	position: relative;
    margin: 20px auto;
    max-width: 100%;
    border: none;
    height: 1px;
    background: #c6cfd4;
}

header h5 {
    margin-bottom: 10px;
    line-height: 1.23077em;
}

@media (max-width: 989px){
	#footer .nav-sitemap-footer .sitemap-section {
	    margin: 0;
	    padding: 0 15px;
	}
}

@media (max-width: 767px){
	#footer .sitemap-footer .col+.col {
	    margin-top: 0;
	}
	
	#footer .media-block{
		text-align: center;
	}
}

@media (min-width: 990px){
	#footer .nav-meta-footer {
	    margin: 10px auto;
	    padding-left: 15px;
	    text-align: center;
	}
}

