.br{
	display: inline-block;
}

@media ( max-width: 480px ){
	.br{
		display: block;
	}
}

.dbg{
  border:1px solid red;
}
.center-block{
  margin:0 auto;
}
.clear:after{
  display:table;
  clear:both;
  content:" ";
}
@font-face{
  font-family:'clear_sansregular';
  src:url('../fonts/clearsans-regular.eot');
  src:url('../fonts/clearsans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/clearsans-regular.woff') format('woff'), url('../fonts/clearsans-regular.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
}
@font-face{
  font-family:'clear_sans_lightregular';
  src:url('../fonts/clearsans-light.eot');
  src:url('../fonts/clearsans-light.eot?#iefix') format('embedded-opentype'), url('../fonts/clearsans-light.woff') format('woff'), url('../fonts/clearsans-light.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
}
@font-face{
  font-family:'Cleanvertising';
  src:local('Cleanvertising-Light'), url('../fonts/cleanvertising-light.woff2') format('woff2'), url('cleanvertising-light.woff') format('woff'), url('cleanvertising-light.ttf') format('truetype');
  font-weight:300;
  font-style:normal;
}
@font-face{
  font-family:'Cleanvertising';
  src:local('Cleanvertising-Black'), url('../fonts/cleanvertising-black.woff2') format('woff2'), url('cleanvertising-black.woff') format('woff'), url('cleanvertising-black.ttf') format('truetype');
  font-weight:900;
  font-style:normal;
}
@font-face{
  font-family:"rouble";
  src:local("rouble"), local("rouble"), url("../fonts/rouble.eot") format("embedded-opentype"), url("../fonts/rouble.woff") format("woff");
  font-weight:400;
  font-style:normal;
}

@font-face {
    font-family: 'Archive';
    src: local('Archive'), url('https://hb.bizmrg.com/fonts/archive/400.woff2') format('woff2'), url('https://hb.bizmrg.com/fonts/archive/400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html{
  box-sizing:border-box;
}
*, *:before, *:after{
  box-sizing:inherit;
}
img{
  box-sizing:content-box;
}
*{
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
*,a:active, a:hover, a:focus{
  outline:0;
}
audio:not([controls]){
  display:none;
  height:0;
}
blockquote, q{
  quotes:none;
}
blockquote p:before, blockquote p:after, q:before, q:after{
  content:'';
  content:none;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}
caption, th, td{
  text-align:left;
  vertical-align:top;
}
thead th, thead td{
  font-weight:700;
  vertical-align:bottom;
}
a img, th img, td img{
  vertical-align:top;
}
button, input, select, textarea{
  margin:0;
}
textarea{
  overflow:auto;
  vertical-align:top;
  resize:vertical;
}
button{
  width:auto;
  overflow:visible;
}
input[type="reset"], input[type="submit"], input[type="file"], input[type="radio"], input[type="checkbox"], select, button{
  cursor:pointer;
}
button:active, button:focus{
  outline:none;
}
input::-moz-focus-inner, button::-moz-focus-inner{
  border:0;
  padding:0;
}
input[type="radio"], input[type="checkbox"]{
  font-size:110%;
  position:relative;
  margin-right:3px;
  padding:0;
}
input[type="search"]{
  -webkit-appearance:textfield;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button{
  -webkit-appearance:none;
}
hr{
  display:block;
  box-sizing:content-box;
  height:1px;
  border:0;
  border-top:1px solid rgba(0, 0, 0, 0.1);
}
img, video, audio, embed, object{
  max-width:100%;
}
img, video, embed, object{
  height:auto;
}
embed, object{
  height:100%;
}
img{
  vertical-align:middle;
  -ms-interpolation-mode:bicubic;
}
html{
  font-size:62.5%;
}
body{
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:1.5em;
  line-height:1.5rem;
  background:#fff;
  color:#202020;
}
a{
  color:#256bc9;
}
a:hover, a:focus{
  -webkit-transition:all linear 0.2s;
  transition:all linear 0.2s;
  color:#e21e3b;
}
.title, h1, h2, h3, h4, h5, h6{
  font-weight:700;
  color:#000;
  text-rendering:optimizeLegibility;
}
.title, h1{
  margin-bottom:16px;
}
h2, h3, h4, h5, h6{
  margin-bottom:8px;
}
.title, h1, h2, h3, h4{
  margin-left:-1px;
}
.title{
  font-size:4.8rem;
  line-height:3.5rem;
}
.title,h1{
  font-size:3rem;
}
h1{
  font-size:1.875rem;
}
h1,h2{
  line-height:2rem;
}
h2{
  font-size:1.5rem;
  font-size:2.4rem;
}
h3{
  font-size:1.25rem;
  font-size:2rem;
}
h3,h4{
  line-height:1.5rem;
}
h4{
  font-size:1.125rem;
  font-size:1.8rem;
}
h5{
  font-size:1rem;
  font-size:1.6rem;
}
h5,h6{
  line-height:1.5rem;
}
h6{
  font-size:0.9375rem;
  font-size:1.5rem;
  text-transform:uppercase;
}
p + h1, ul + h1, ol + h1, dl + h1, blockquote + h1, hr + h1, pre + h1, table + h1, form + h1, figure + h1, address + h1, p + h2, ul + h2, ol + h2, dl + h2, blockquote + h2, hr + h2, pre + h2, table + h2, form + h2, figure + h2, address + h2, p + h3, ul + h3, ol + h3, dl + h3, blockquote + h3, hr + h3, pre + h3, table + h3, form + h3, figure + h3, address + h3, p + h4, ul + h4, ol + h4, dl + h4, blockquote + h4, hr + h4, pre + h4, table + h4, form + h4, figure + h4, address + h4, p + h5, ul + h5, ol + h5, dl + h5, blockquote + h5, hr + h5, pre + h5, table + h5, form + h5, figure + h5, address + h5, p + h6, ul + h6, ol + h6, dl + h6, blockquote + h6, hr + h6, pre + h6, table + h6, form + h6, figure + h6, address + h6{
  margin-top:24px;
}
ul, ol, ul ul, ol ol, ul ol, ol ul{
  margin:0 0 0 24px;
}
ol ol li{
  list-style-type:lower-alpha;
}
ol ol ol li{
  list-style-type:lower-roman;
}
p, ul, ol, dl, blockquote, hr, pre, table, fieldset, figure, address, output{
  margin-bottom:16px;
}
.lead,blockquote{
  font-size:120%;
  line-height:1.75rem;
}
blockquote{
  font-style:italic;
  padding-left:24px;
  border-left:1px solid rgba(0, 0, 0, 0.2);
}
blockquote cite{
  font-size:86%;
  font-weight:400;
  line-height:1.25rem;
}
address{
  font-style:normal;
}
dl dt{
  font-weight:700;
}
dd{
  margin-left:24px;
}
cite{
  color:#000000;
  color:rgba(0, 0, 0, 0.5);
  font-style:italic;
}
small{
  font-size:86%;
  line-height:1.25rem;
}
s, del{
  text-decoration:line-through;
}
abbr[title], dfn[title]{
  border-bottom:1px dotted #202020;
  cursor:help;
}
strong, b{
  font-weight:700;
}
em, i{
  font-style:italic;
}
sub, sup{
  font-size:74%;
  line-height:0;
  position:relative;
  margin-left:2px;
  margin-left:.2rem;
}
sup{
  top:-4px;
  top:-0.4rem;
}
sub{
  bottom:-2px;
  bottom:-0.2rem;
}
figcaption{
  margin:3px 0;
  margin:.3rem 0;
  font-size:86%;
  font-style:italic;
}
ins, u{
  text-decoration:underline;
}
mark{
  background-color:#ffd61e;
  color:#202020;
  text-decoration:none;
}
time{
  font-size:74%;
}
pre, code, kbd, samp, var, output{
  font-size:90%;
  font-style:normal;
  font-family:Menlo, Monaco, Consolas, Courier, monospace;
}
pre{
  font-size:90%;
  line-height:1.5rem;
  color:#000000;
  color:rgba(0, 0, 0, 0.9);
  overflow:auto;
  background:#000000;
  background:rgba(0, 0, 0, 0.03);
  padding:24px;
  word-wrap:normal;
}
td pre{
  white-space:pre-wrap;
  white-space:-moz-pre-wrap;
  white-space:-pre-wrap;
  white-space:-o-pre-wrap;
  word-wrap:break-word;
}
mark, code, samp, kbd{
  padding:2px 4px;
  padding:.2rem .4rem;
  display:inline-block;
  line-height:1;
  border-radius:2px;
}
code{
  background:#000000;
  background:rgba(0, 0, 0, 0.07);
}
pre code{
  font-size:100%;
  border:none;
  padding:0;
  background:none;
  line-height:1.5rem;
}
var{
  color:#000000;
  color:rgba(0, 0, 0, 0.5);
}
samp{
  background:#46a9fc;
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.95);
}
kbd{
  background:#202020;
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.85);
  white-space:nowrap;
}
blocks{
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-left:-2.12765957%;
}
blocks > div{
  margin-left:2.12765957%;
  margin-bottom:24px;
}
blocks[cols="2"] > div{
  width:47.87234043%;
}
blocks[cols="3"] > div{
  width:31.17234043%;
}
blocks[cols="4"] > div{
  width:22.87234043%;
}
blocks[cols="5"] > div{
  width:17.87234043%;
}
blocks[cols="6"] > div{
  width:14.47234043%;
}
@media (max-width: 768px){
  blocks{
    display:block;
    margin-left:0;
  }
  blocks[cols="2"] > div, blocks[cols="3"] > div, blocks[cols="4"] > div, blocks[cols="5"] > div, blocks[cols="6"] > div{
    width:100%;
    margin-left:0;
  }
}
table{
  max-width:100%;
  width:100%;
  empty-cells:show;
}
table caption{
  text-transform:uppercase;
  padding:0;
  color:#000;
  font-size:0.6875rem;
  font-weight:700;
}
table th, table td{
  font-size:16px;
  border-bottom:1px solid #ccc;
  padding:16px;
  padding-bottom:15px;
}
@media ( max-width: 480px ){
	table th, table td{
		font-size:14px;
	}
}
table th:first-child, table td:first-child{
  padding-left:0;
}
table th:last-child, table td:last-child{
  padding-right:0;
}
table tfoot th, table tfoot td{
  color:#000000;
  color:rgba(0, 0, 0, 0.5);
}
table.table-bordered{
  margin-top:-1px;
}
table.table-bordered td, table.table-bordered th{
  border:1px solid #000000;
  border:1px solid rgba(0, 0, 0, 0.03);
}
table.table-bordered caption,table.table-bordered td:first-child, table.table-stripped td:first-child, table.table-bordered th:first-child, table.table-stripped th:first-child{
  padding-left:16px;
}
table.table-bordered td:last-child, table.table-stripped td:last-child, table.table-bordered th:last-child, table.table-stripped th:last-child{
  padding-right:16px;
}
table.table-simple td, table.table-simple th, table.table-simple caption{
  border:none;
  padding-left:0;
}
table.table-simple td, table.table-simple th{
  padding-bottom:16px;
}
table.table-flat td, table.table-flat th, table.table-flat caption{
  border:none;
  padding:0;
}
table.table-stroked td, table.table-stroked th{
  border-bottom:1px solid rgba(0, 0, 0, 0.03);
}
table.table-stripped tbody tr:nth-child(odd) td{
  background:#f8f8f8;
}
@media (max-width: 768px){
  table.table-responsive{
    border:0;
  }
  table.table-responsive thead{
    display:none;
  }
  table.table-responsive tr{
    display:block;
    border-bottom:2px solid rgba(0, 0, 0, 0.1);
  }
  table.table-responsive td, table.table-responsive td:last-child, table.table-responsive td:first-child{
    display:block;
    text-align:right;
    padding:10px;
  }
  table.table-responsive.table-flat td{
    padding:0;
  }
  table.table-responsive.table-bordered td:last-child, table.table-responsive td:last-child{
    border-bottom:0;
  }
  table.table-responsive td:before{
    content:attr(data-label);
    float:left;
    text-transform:uppercase;
    font-size:86%;
    font-weight:700;
    line-height:2;
  }
}
form{
  margin-bottom:24px;
}
select[multiple="multiple"], textarea{
  width:100%;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select{
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:0.875rem;
  font-size:1.4rem;
  padding:9px 10px;
  padding:0.9rem 1rem;
  line-height:1;
  height:40px;
  outline:none;
  background:#fff;
  border:1px solid #dfdfdf;
  border-radius:2px;
  margin-bottom:0;
  color:#000000;
  color:rgba(0, 0, 0, 0.85);
}
input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="text"][disabled], input[type="tel"][disabled], input[type="url"][disabled], input[type="password"][disabled], textarea[disabled], select[disabled]{
  resize:none;
  opacity:0.55;
  cursor:default;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"]{
  -webkit-appearance:none;
}
select[multiple], textarea{
  height:auto;
  line-height:1.5;
}
textarea{
  font-size:0.9375rem;
}
textarea:focus, select:focus, input:focus{
  outline:none;
  background:#fff;
  border:1px solid #222;
}
fieldset{
  padding:31px 32px;
  margin-bottom:24px;
  border:1px solid #000000;
  border:1px solid rgba(0, 0, 0, 0.1);
  border-radius:2px;
}
fieldset *:last-child{
  margin-bottom:0 !important;
}
legend{
  font-weight:500;
  font-size:86%;
  text-transform:uppercase;
  padding:0 1em;
  margin-left:-1em;
  top:2px;
  position:relative;
  line-height:0;
}
.forms section{
  display:block;
}
.forms section, .forms p{
  margin-bottom:24px;
}
.forms textarea, .forms select, .forms input[type="email"], .forms input[type="number"], .forms input[type="search"], .forms input[type="text"], .forms input[type="tel"], .forms input[type="url"], .forms input[type="password"]{
  width:100%;
  display:block;
}
.forms label{
  font-size:94%;
  display:block;
}
.forms label.checkbox{
  text-transform:none;
  font-weight:400;
  cursor:pointer;
  color:inherit;
  font-size:inherit;
}
.forms .label-top{
  padding-top:24px;
}
.forms .checkbox-list{
  display:block;
}
.forms .checkbox-list label{
  font-size:inherit;
  color:inherit;
  display:inline-block;
  margin-bottom:0;
  margin-right:16px;
  text-transform:none;
  font-weight:400;
}
.forms .checkbox-list-vertical .checkbox{
  margin-bottom:8px;
}
.forms .checkbox-list-vertical .checkbox:last-child{
  margin-bottom:0;
}
.forms input.width-1, .forms textarea.width-1, .forms select.width-1{
  width:8.33333333%;
}
.forms input.width-2, .forms textarea.width-2, .forms select.width-2{
  width:16.66666667%;
}
.forms input.width-3, .forms textarea.width-3, .forms select.width-3{
  width:25%;
}
.forms input.width-4, .forms textarea.width-4, .forms select.width-4{
  width:33.33333333%;
}
.forms input.width-5, .forms textarea.width-5, .forms select.width-5{
  width:41.66666667%;
}
.forms input.width-6, .forms textarea.width-6, .forms select.width-6{
  width:50%;
}
.forms input.width-7, .forms textarea.width-7, .forms select.width-7{
  width:58.33333333%;
}
.forms input.width-8, .forms textarea.width-8, .forms select.width-8{
  width:66.66666667%;
}
.forms input.width-9, .forms textarea.width-9, .forms select.width-9{
  width:75%;
}
.forms input.width-10, .forms textarea.width-10, .forms select.width-10{
  width:83.33333333%;
}
.forms input.width-11, .forms textarea.width-11, .forms select.width-11{
  width:91.66666667%;
}
.forms input.width-12, .forms textarea.width-12, .forms select.width-12{
  width:100%;
}
.forms.form-inline textarea, .forms .form-inline textarea, .forms.form-inline select, .forms .form-inline select, .forms.form-inline input[type="email"], .forms .form-inline input[type="email"], .forms.form-inline input[type="number"], .forms .form-inline input[type="number"], .forms.form-inline input[type="search"], .forms .form-inline input[type="search"], .forms.form-inline input[type="text"], .forms .form-inline input[type="text"], .forms.form-inline input[type="tel"], .forms .form-inline input[type="tel"], .forms.form-inline input[type="url"], .forms .form-inline input[type="url"], .forms.form-inline input[type="password"], .forms .form-inline input[type="password"], .forms.form-inline .tools-select, .forms .form-inline .tools-select{
  width:auto;
  display:inline-block;
}
@media (max-width: 768px){
  .forms .label-top{
    padding-top:0;
  }
  .forms input.width-1, .forms textarea.width-1, .forms select.width-1, .forms input.width-2, .forms textarea.width-2, .forms select.width-2, .forms input.width-3, .forms textarea.width-3, .forms select.width-3, .forms input.width-4, .forms textarea.width-4, .forms select.width-4, .forms input.width-5, .forms textarea.width-5, .forms select.width-5, .forms input.width-6, .forms textarea.width-6, .forms select.width-6, .forms input.width-7, .forms textarea.width-7, .forms select.width-7, .forms input.width-8, .forms textarea.width-8, .forms select.width-8, .forms input.width-9, .forms textarea.width-9, .forms select.width-9, .forms input.width-10, .forms textarea.width-10, .forms select.width-10, .forms input.width-11, .forms textarea.width-11, .forms select.width-11, .forms input.width-12, .forms textarea.width-12, .forms select.width-12{
    width:100%;
  }
}
.desc{
  text-transform:none;
  margin-top:4px;
  color:#000000;
  color:rgba(0, 0, 0, 0.5);
  font-size:0.75rem;
  line-height:1.25rem;
  font-weight:400;
}
ul.desc{
  margin-bottom:8px;
}
span.desc{
  margin-left:4px;
  line-height:1.25rem;
}
.error, .success{
  text-transform:none;
  font-weight:400;
  font-size:0.75rem;
  display:inline-block;
}
span.error, span.success{
  margin-left:4px;
  margin-left:.4rem;
}
input.input-error, textarea.input-error, select.input-error, .input-error{
  margin-top:-1px;
  background:none;
  background-color:#D11149;
  background-color:rgba(209, 17, 73, 0.1);
  border:1px solid #d11149;
}
input.input-success, textarea.input-success, select.input-success, .input-success{
  margin-top:-1px;
  background:none;
  background-color:#0A8754;
  background-color:rgba(10, 135, 84, 0.1);
  border:1px solid #0A8754;
}
input.input-big{
  padding:15px 12px;
  padding:1.5rem 1.2rem;
}
input.input-big,select.select-big{
  font-size:1.125rem;
  font-size:1.8rem;
  height:56px;
}
select.select-big{
  padding:6px 10px;
}
input.input-small{
  padding:7px 10px;
  padding:0.7rem 1rem;
}
input.input-small,select.select-small{
  font-size:0.75rem;
  font-size:1.2rem;
  height:32px;
}
select.select-small{
  padding:6px 10px;
}
.input-append, .input-prepend{
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  margin-bottom:24px;
}
.input-append input, .input-prepend input{
  -webkit-box-flex:1;
  -webkit-flex:1;
      -ms-flex:1;
          flex:1;
  margin-bottom:0 !important;
}
.input-append span, .input-prepend span{
  -webkit-flex-shrink:0;
  display:block;
  font-weight:400;
  background-color:#efefef;
  margin:0;
  padding:0 10px;
  padding:0 1rem;
  color:#000000;
  color:rgba(0, 0, 0, 0.6);
  font-size:86%;
  line-height:2.5rem;
  white-space:nowrap;
}
.input-append span{
  position:relative;
  z-index:1;
  border-left:none;
  border-radius:0 2px 2px 0;
}
.input-append input,.input-prepend span{
  border-radius:2px 0 0 2px;
}
.input-prepend span{
  border-right:none;
}
.input-prepend input{
  border-radius:0 2px 2px 0;
}
.btn-append{
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
}
.btn-append button, .btn-append .btn{
  -webkit-box-flex:1;
  -webkit-flex:1;
      -ms-flex:1;
          flex:1;
}
.btn, button{
  display:inline-block;
  vertical-align:top;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:0.875rem;
  font-size:1.4rem;
  font-weight:400;
  white-space:nowrap;
  padding:0 32px;
  height:40px;
  line-height:2.5rem;
  text-align:center;
  text-decoration:none;
  -webkit-appearance:none;
  outline:none;
  margin:0;
  border:none;
  border-radius:2px;
  box-shadow:none;
  cursor:pointer;
  color:#000000;
  background:#e5e5e5;
}
.btn:hover, button:hover, .btn:focus, button:focus{
  background-color:#ededed;
  color:#000000;
  color:rgba(0, 0, 0, 0.6);
  text-decoration:none;
}
.btn::-moz-focus-inner, button::-moz-focus-inner{
  border:0;
  padding:0;
}
.btn[disabled], button[disabled]{
  cursor:default;
  box-shadow:none;
  opacity:0.4;
}
.btn[disabled]:hover, button[disabled]:hover, .btn[disabled]:focus, button[disabled]:focus{
  background:#e5e5e5;
  color:#000000;
  text-decoration:none;
}
.btn[outline], button[outline]{
  padding:0 31px;
  background:none;
  border:1px solid #000000;
  border:1px solid rgba(0, 0, 0, 0.25);
  color:#000000;
  color:rgba(0, 0, 0, 0.6);
}
.btn[outline]:hover, button[outline]:hover, .btn[outline]:focus, button[outline]:focus{
  border-color:#000000;
  color:#000000;
  text-decoration:none;
}
.btn[outline][disabled], button[outline][disabled]{
  cursor:default;
  box-shadow:none;
  opacity:0.4;
}
.btn[outline][disabled]:hover, button[outline][disabled]:hover, .btn[outline][disabled]:focus, button[outline][disabled]:focus{
  border:1px solid #000000;
  border:1px solid rgba(0, 0, 0, 0.25);
  background:none;
  color:#000000;
  color:rgba(0, 0, 0, 0.7);
  text-decoration:none;
}
.btn[round], button[round]{
  border-radius:50px;
}
.btn[small], button[small]{
  font-size:0.75rem;
  font-size:1.2rem;
  padding:0 20px;
  height:32px;
  line-height:2rem;
}
.btn[small][outline], button[small][outline]{
  padding:0 19px;
}
.btn[big], button[big]{
  font-size:1.125rem;
  font-size:1.8rem;
  padding:0 48px;
  height:56px;
  line-height:3.5rem;
}
.btn[big][outline], button[big][outline]{
  padding:0 47px;
}
.btn[upper], button[upper]{
  text-transform:uppercase;
  font-size:0.6875rem;
  font-size:1.1rem;
  padding:0 32px;
  letter-spacing:.1em;
}
.btn[upper][outline], button[upper][outline]{
  padding:0 31px;
}
.btn[upper][small], button[upper][small]{
  font-size:0.625rem;
  font-size:1rem;
  padding:0 20px;
}
.btn[upper][small][outline], button[upper][small][outline]{
  padding:0 19px;
}
.btn[upper][big], button[upper][big]{
  font-size:0.875rem;
  font-size:1.4rem;
  padding:0 48px;
}
.btn[upper][big][outline], button[upper][big][outline]{
  padding:0 47px;
}
.btn[type="black"], button[type="black"]{
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.9);
  background:#000;
}
.btn[type="black"]:hover, button[type="black"]:hover, .btn[type="black"]:focus, button[type="black"]:focus{
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.7);
  background-color:#333333;
}
.btn[type="black"][disabled]:hover, button[type="black"][disabled]:hover, .btn[type="black"][disabled]:focus, button[type="black"][disabled]:focus{
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.9);
  background:#000;
}
.btn[type="black"][outline], button[type="black"][outline]{
  background:none;
  color:#000;
  border-color:#000;
}
.btn[type="black"][outline]:hover, button[type="black"][outline]:hover, .btn[type="black"][outline]:focus, button[type="black"][outline]:focus{
  background:#000;
  border-color:#000;
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.9);
}
.btn[type="black"][outline][disabled]:hover, button[type="black"][outline][disabled]:hover, .btn[type="black"][outline][disabled]:focus, button[type="black"][outline][disabled]:focus{
  background:none;
  border-color:#000;
  color:#000;
}
.btn[type="primary"], button[type="primary"]{
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.9);
  background:#2f77d1;
}
.btn[type="primary"]:hover, button[type="primary"]:hover, .btn[type="primary"]:focus, button[type="primary"]:focus{
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.7);
  background-color:#5992da;
}
.btn[type="primary"][disabled]:hover, button[type="primary"][disabled]:hover, .btn[type="primary"][disabled]:focus, button[type="primary"][disabled]:focus{
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.9);
  background:#2f77d1;
}
.btn[type="primary"][outline], button[type="primary"][outline]{
  background:none;
  color:#2f77d1;
  border-color:#2f77d1;
}
.btn[type="primary"][outline]:hover, button[type="primary"][outline]:hover, .btn[type="primary"][outline]:focus, button[type="primary"][outline]:focus{
  background:#2f77d1;
  border-color:#2f77d1;
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.9);
}
.btn[type="primary"][outline][disabled]:hover, button[type="primary"][outline][disabled]:hover, .btn[type="primary"][outline][disabled]:focus, button[type="primary"][outline][disabled]:focus{
  background:none;
  border-color:#2f77d1;
  color:#2f77d1;
}
.btn[type="white"], button[type="white"]{
  background:#fff;
}
.btn[type="white"]:hover, button[type="white"]:hover, .btn[type="white"]:focus, button[type="white"]:focus{
  opacity:0.85;
}
.btn[type="white"][outline], button[type="white"][outline]{
  background:none;
  color:#fff;
  border-color:#FFFFFF;
  border-color:rgba(255, 255, 255, 0.9);
}
.btn[type="white"][outline]:hover, button[type="white"][outline]:hover, .btn[type="white"][outline]:focus, button[type="white"][outline]:focus{
  opacity:1;
  color:#000;
  border-color:#ffffff;
  background:#fff;
}
.btn-group{
  zoom:1;
  display:inline-block;
  vertical-align:bottom;
}
.btn-group:after{
  content:"";
  display:block;
  clear:both;
}
.btn-group .btn, .btn-group button{
  float:left;
  margin-left:-1px;
}
.btn-group .btn:first-child, .btn-group button:first-child{
  border-radius:2px 0 0 2px;
}
.btn-group .btn:last-child, .btn-group button:last-child{
  border-radius:0 2px 2px 0;
}
.label, .badge{
  font-size:0.6875rem;
  font-weight:400;
  display:inline;
  line-height:1;
  text-align:center;
  text-transform:uppercase;
  border-radius:2px;
  padding:2px 7px;
  padding:0.2rem 0.7rem;
  position:relative;
}
.label, .badge,.label a, .badge a{
  color:#000;
  text-decoration:none;
}
.label a:hover, .badge a:hover, .label a:focus, .badge a:focus{
  -webkit-transition:all linear 0.2s;
  transition:all linear 0.2s;
  color:#000000;
  color:rgba(0, 0, 0, 0.6);
}
.label:empty, .badge:empty{
  display:none;
}
.label[bold], .badge[bold]{
  font-weight:700;
}
.label[outline], .badge[outline]{
  background:none;
  color:#000000;
  color:rgba(0, 0, 0, 0.7);
  border:1px solid #000000;
  border:1px solid rgba(0, 0, 0, 0.5);
  padding:1px 6px;
  padding:0.1rem 0.6rem;
}
.label[outline][bold], .badge[outline][bold]{
  border-width:2px;
  padding:0px 5px;
  padding:0rem 0.5rem;
}
.label.label-default, .badge.label-default, .label.badge-default, .badge.badge-default{
  background:#e4e4e4;
  color:#000;
}
.label.label-default[outline], .badge.label-default[outline], .label.badge-default[outline], .badge.badge-default[outline]{
  background:none;
  color:#e4e4e4;
  border-color:#e4e4e4;
}
.label.label-default a, .badge.label-default a, .label.badge-default a, .badge.badge-default a{
  color:#000;
  text-decoration:none;
}
.label.label-default a:hover, .badge.label-default a:hover, .label.badge-default a:hover, .badge.badge-default a:hover, .label.label-default a:focus, .badge.label-default a:focus, .label.badge-default a:focus, .badge.badge-default a:focus{
  -webkit-transition:all linear 0.2s;
  transition:all linear 0.2s;
  color:#000000;
  color:rgba(0, 0, 0, 0.6);
}
.label.label-primary, .badge.label-primary, .label.badge-primary, .badge.badge-primary{
  background:#2f77d1;
  color:#fff;
}
.label.label-primary[outline], .badge.label-primary[outline], .label.badge-primary[outline], .badge.badge-primary[outline]{
  background:none;
  color:#2f77d1;
  border-color:#2f77d1;
}
.label.label-primary a, .badge.label-primary a, .label.badge-primary a, .badge.badge-primary a{
  color:#fff;
  text-decoration:none;
}
.label.label-primary a:hover, .badge.label-primary a:hover, .label.badge-primary a:hover, .badge.badge-primary a:hover, .label.label-primary a:focus, .badge.label-primary a:focus, .label.badge-primary a:focus, .badge.badge-primary a:focus{
  -webkit-transition:all linear 0.2s;
  transition:all linear 0.2s;
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.6);
}
.label.label-error, .badge.label-error, .label.badge-error, .badge.badge-error{
  background:#d11149;
  color:#fff;
}
.label.label-error[outline], .badge.label-error[outline], .label.badge-error[outline], .badge.badge-error[outline]{
  background:none;
  color:#d11149;
  border-color:#d11149;
}
.label.label-error a, .badge.label-error a, .label.badge-error a, .badge.badge-error a{
  color:#fff;
  text-decoration:none;
}
.label.label-error a:hover, .badge.label-error a:hover, .label.badge-error a:hover, .badge.badge-error a:hover, .label.label-error a:focus, .badge.label-error a:focus, .label.badge-error a:focus, .badge.badge-error a:focus{
  -webkit-transition:all linear 0.2s;
  transition:all linear 0.2s;
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.6);
}
.label.label-success, .badge.label-success, .label.badge-success, .badge.badge-success{
  background:#0A8754;
  color:#fff;
}
.label.label-success[outline], .badge.label-success[outline], .label.badge-success[outline], .badge.badge-success[outline]{
  background:none;
  color:#0A8754;
  border-color:#0A8754;
}
.label.label-success a, .badge.label-success a, .label.badge-success a, .badge.badge-success a{
  color:#fff;
  text-decoration:none;
}
.label.label-success a:hover, .badge.label-success a:hover, .label.badge-success a:hover, .badge.badge-success a:hover, .label.label-success a:focus, .badge.label-success a:focus, .label.badge-success a:focus, .badge.badge-success a:focus{
  -webkit-transition:all linear 0.2s;
  transition:all linear 0.2s;
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.6);
}
.label.label-warning, .badge.label-warning, .label.badge-warning, .badge.badge-warning{
  background:#f4d31e;
  color:#000;
}
.label.label-warning[outline], .badge.label-warning[outline], .label.badge-warning[outline], .badge.badge-warning[outline]{
  background:none;
  color:#f4d31e;
  border-color:#f4d31e;
}
.label.label-warning a, .badge.label-warning a, .label.badge-warning a, .badge.badge-warning a{
  color:#000;
  text-decoration:none;
}
.label.label-warning a:hover, .badge.label-warning a:hover, .label.badge-warning a:hover, .badge.badge-warning a:hover, .label.label-warning a:focus, .badge.label-warning a:focus, .label.badge-warning a:focus, .badge.badge-warning a:focus{
  -webkit-transition:all linear 0.2s;
  transition:all linear 0.2s;
  color:#000000;
  color:rgba(0, 0, 0, 0.6);
}
.label.label-black, .badge.label-black, .label.badge-black, .badge.badge-black{
  background:#000;
  color:#fff;
}
.label.label-black[outline], .badge.label-black[outline], .label.badge-black[outline], .badge.badge-black[outline]{
  background:none;
  color:#000;
  border-color:#000;
}
.label.label-black a, .badge.label-black a, .label.badge-black a, .badge.badge-black a{
  color:#fff;
  text-decoration:none;
}
.label.label-black a:hover, .badge.label-black a:hover, .label.badge-black a:hover, .badge.badge-black a:hover, .label.label-black a:focus, .badge.label-black a:focus, .label.badge-black a:focus, .badge.badge-black a:focus{
  -webkit-transition:all linear 0.2s;
  transition:all linear 0.2s;
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.6);
}
.label.label-white, .badge.label-white, .label.badge-white, .badge.badge-white{
  background:#fff;
  color:#000;
}
.label.label-white[outline], .badge.label-white[outline], .label.badge-white[outline], .badge.badge-white[outline]{
  background:none;
  color:#fff;
  border-color:#fff;
}
.label.label-white a, .badge.label-white a, .label.badge-white a, .badge.badge-white a{
  color:#000;
  text-decoration:none;
}
.label.label-white a:hover, .badge.label-white a:hover, .label.badge-white a:hover, .badge.badge-white a:hover, .label.label-white a:focus, .badge.label-white a:focus, .label.badge-white a:focus, .badge.badge-white a:focus{
  -webkit-transition:all linear 0.2s;
  transition:all linear 0.2s;
  color:#000000;
  color:rgba(0, 0, 0, 0.6);
}
.badge{
  border-radius:30px;
  min-width:17px;
}
.title .label, .large .label, h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label, .title .badge, .large .badge, h1 .badge, h2 .badge, h3 .badge, h4 .badge, h5 .badge, h6 .badge{
  vertical-align:middle;
}
h3 .label, h4 .label, h5 .label, h3 .badge, h4 .badge, h5 .badge{
  top:-1px;
}
h6 .label, h6 .badge{
  top:-2px;
}
.message{
  border-radius:2px;
  display:none;
  position:fixed;
  z-index:2000;
  top:16px;
  right:16px;
  max-width:360px;
  line-height:1.45;
  font-size:94%;
  padding:24px 36px;
  color:#000000;
  color:rgba(0, 0, 0, 0.9);
}
.message.message-line{
  top:0;
  right:0;
  left:0;
  width:100%;
  padding-right:200px;
  max-width:none;
  border-radius:0;
}
.message.message-line footer{
  position:absolute;
  top:0;
  right:20px;
  right:2rem;
}
.message ul, .message ol{
  margin-top:8px;
  margin-bottom:0;
}
.message footer{
  margin-top:8px;
}
.message a{
  font-weight:700;
}
.message.message-primary, .message.message-error, .message.message-success,.message.message-primary a, .message.message-error a, .message.message-success a{
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.9);
}
.message.message-primary a:hover, .message.message-error a:hover, .message.message-success a:hover, .message.message-primary a:focus, .message.message-error a:focus, .message.message-success a:focus{
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.7);
}
.message.message-primary{
  background:#2f77d1;
}
.message.message-error{
  background:#d11149;
}
.message.message-warning{
  background:#f4d31e;
}
.message.message-success{
  background:#0A8754;
}
.alert{
  position:relative;
  padding:12px 24px;
  padding-right:32px;
  line-height:1.5rem;
  font-size:94%;
  color:#000000;
  display:block;
  font-weight:400;
  border-radius:2px;
  margin-bottom:24px;
}
.alert.alert-primary{
  color:#2f77d1;
  background-color:#2F77D1;
  background-color:rgba(47, 119, 209, 0.15);
}
.alert.alert-primary a, .alert.alert-primary h5{
  color:#2f77d1;
}
.alert.alert-error{
  color:#d11149;
  background-color:#D11149;
  background-color:rgba(209, 17, 73, 0.15);
}
.alert.alert-error a, .alert.alert-error h5{
  color:#d11149;
}
.alert.alert-warning{
  color:#bca109;
  background-color:#F4D31E;
  background-color:rgba(244, 211, 30, 0.23);
}
.alert.alert-warning a, .alert.alert-warning h5{
  color:#bca109;
}
.alert.alert-success{
  color:#0A8754;
  background-color:#0A8754;
  background-color:rgba(10, 135, 84, 0.13);
}
.alert.alert-success a, .alert.alert-success h5{
  color:#0A8754;
}
.alert a{
  font-weight:700;
}
.alert a:hover, .alert a:focus{
  color:#000;
}
.alert span.close{
  position:absolute;
  top:0;
  right:0;
  padding:5px 10px;
  padding:.5rem 1rem;
  opacity:.6;
  cursor:pointer;
}
.alert span.close:hover, .alert span.close:focus{
  opacity:1;
}
.breadcrumb{
  margin:0;
  list-style:none;
  margin-bottom:24px;
  font-size:86%;
  color:#000000;
  color:rgba(0, 0, 0, 0.5);
  zoom:1;
}
.breadcrumb:after{
  content:"";
  display:block;
  clear:both;
}
.breadcrumb li{
  float:left;
}
.breadcrumb a{
  position:relative;
  margin-right:8px;
  padding-right:13px;
  color:#000;
  text-decoration:none;
}
.breadcrumb a:hover, .breadcrumb a:focus{
  -webkit-transition:all linear 0.2s;
  transition:all linear 0.2s;
  color:#000000;
  color:rgba(0, 0, 0, 0.6);
  text-decoration:underline;
}
.breadcrumb a:before{
  position:absolute;
  top:-5px;
  right:0;
  content:" > ";
  color:#000000;
  color:rgba(0, 0, 0, 0.4);
  font-size:0.75rem;
}
.breadcrumb.breadcrumb-path a:before{
  content:" / ";
  top:-4px;
}
.breadcrumb span, .breadcrumb a.active:hover, .breadcrumb a.active:focus{
  text-decoration:none;
  cursor:text;
  color:#000000;
  color:rgba(0, 0, 0, 0.4);
}
.pagination{
  list-style:none;
  margin:0;
  margin-left:2px;
  margin-bottom:24px;
  font-size:94%;
  zoom:1;
}
.pagination:after{
  content:"";
  display:block;
  clear:both;
}
.pagination li{
  float:left;
}
.pagination a, .pagination span{
  padding:4px 8px;
  line-height:1.5rem;
  margin-right:2px;
  border-radius:2px;
  color:#000;
  text-decoration:none;
}
.pagination span, .pagination a.active, .pagination a.active:hover, .pagination a.active:focus{
  color:#000000;
  color:rgba(0, 0, 0, 0.6);
  background-color:#000000;
  background-color:rgba(0, 0, 0, 0.1);
  cursor:text;
}
.pagination a:focus, .pagination a:hover, .pagination a:focus{
  -webkit-transition:all linear 0.2s;
  transition:all linear 0.2s;
  text-decoration:none;
  background-color:#000000;
  background-color:rgba(0, 0, 0, 0.1);
  color:#000000;
  color:rgba(0, 0, 0, 0.6);
}
.pagination.centered{
  text-align:center;
}
.pagination.centered li{
  float:none;
  display:inline-block;
}
.group{
  zoom:1;
}
.group:after{
  content:"";
  display:block;
  clear:both;
}
.hide{
  display:none;
}
.visible{
  visibility:visible;
}
.hidden{
  visibility:hidden;
}
.centered{
  margin:auto;
}
.highlight{
  background-color:#f4f4f4;
}
.big{
  font-size:120%;
}
.small{
  font-size:86%;
}
.smaller{
  font-size:74%;
}
p.small, ul.small, ol.small, dl.small, blockquote.small, hr.small, pre.small, table.small, form.small, fieldset.small, figure.small, address.small{
  line-height:1.25rem;
}
p.smaller, ul.smaller, ol.smaller, dl.smaller, blockquote.smaller, hr.smaller, pre.smaller, table.smaller, form.smaller, fieldset.smaller, figure.smaller, address.smaller{
  line-height:1rem;
}
p.big, ul.big, ol.big, dl.big, blockquote.big, hr.big, pre.big, table.big, form.big, fieldset.big, figure.big, address.big{
  line-height:1.75rem;
}
.nowrap, .nowrap td{
  white-space:nowrap;
}
.req{
  font-weight:700;
  font-size:1.1em;
  text-transform:none;
}
.req,.error{
  color:#d11149;
}
.success{
  color:#0A8754;
}
.text-centered{
  text-align:center;
}
.text-right{
  text-align:right;
}
.text-left{
  text-align:left !important;
}
.start{
  margin-top:0 !important;
}
.last{
  margin-right:0 !important;
}
.end{
  margin-bottom:0 !important;
}
.normal{
  font-weight:400 !important;
}
.light{
  font-weight:300 !important;
}
.thin{
  font-weight:100 !important;
}
.bold{
  font-weight:700 !important;
}
.italic{
  font-style:italic !important;
}
.upper{
  text-transform:uppercase;
}
.list-flat{
  margin-left:0;
  list-style:none;
}
.muted{
  color:#000000;
  color:rgba(0, 0, 0, 0.5);
}
.soft-muted{
  color:#000000;
  color:rgba(0, 0, 0, 0.7);
}
.color-black{
  color:#000000;
}
a.color-black:hover, a.color-black:focus{
  color:#000000;
  color:rgba(0, 0, 0, 0.6);
}
.color-white{
  color:#ffffff;
}
a.color-white:hover, a.color-white:focus{
  color:#FFFFFF;
  color:rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px){
  .hide-for-small{
    display:none;
  }
}
@media (min-width: 768px){
  .show-for-small{
    display:none;
  }
  .left{
    float:none;
    float:left;
  }
  .right{
    float:none;
    float:right;
  }
}
@media print{
  .hide-for-print{
    display:none !important;
  }
  .show-for-print{
    display:block !important;
  }
}
row{
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  -webkit-flex-wrap:nowrap;
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap;
  -webkit-flex-basis:100%;
  -ms-flex-basis:100%;
  -ms-flex-preferred-size:100%;
      flex-basis:100%;
  margin-bottom:24px;
}
@media (max-width: 768px){
  row{
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
            flex-direction:column;
  }
}
row column{
  margin:0;
  padding:0;
  margin-right:24px;
}
row column:last-child{
  margin-right:0;
}
row[end]{
  margin-bottom:0;
}
row[split] column{
  margin-right:0;
}
row[centered]{
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  -webkit-box-pack:center;
          justify-content:center;
}
row[around]{
  -webkit-justify-content:space-around;
  -ms-flex-pack:distribute;
  justify-content:space-around;
}
row[between]{
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  -webkit-box-pack:justify;
          justify-content:space-between;
}
column[cols="1"]{
  width:8.33333333%;
}
column[cols="2"]{
  width:16.66666667%;
}
column[cols="3"]{
  width:25%;
}
column[cols="4"]{
  width:33.33333333%;
}
column[cols="5"]{
  width:41.66666667%;
}
column[cols="6"]{
  width:50%;
}
column[cols="7"]{
  width:58.33333333%;
}
column[cols="8"]{
  width:66.66666667%;
}
column[cols="9"]{
  width:75%;
}
column[cols="10"]{
  width:83.33333333%;
}
column[cols="11"]{
  width:91.66666667%;
}
column[cols="12"]{
  width:100%;
}
column[offset="1"]{
  margin-left:9.53333%;
  margin-left:9.53333%;
  margin-left:-webkit-calc(9.53333333%);
  margin-left:-moz-calc(9.53333333%);
  margin-left:9.53333%;
}
column[offset="2"]{
  margin-left:17.86667%;
  margin-left:17.86667%;
  margin-left:-webkit-calc(17.86666667%);
  margin-left:-moz-calc(17.86666667%);
  margin-left:17.86667%;
}
column[offset="3"]{
  margin-left:26.2%;
  margin-left:26.2%;
  margin-left:-webkit-calc(26.2%);
  margin-left:-moz-calc(26.2%);
  margin-left:26.2%;
}
column[offset="4"]{
  margin-left:34.53333%;
  margin-left:34.53333%;
  margin-left:-webkit-calc(34.53333333%);
  margin-left:-moz-calc(34.53333333%);
  margin-left:34.53333%;
}
column[offset="5"]{
  margin-left:42.86667%;
  margin-left:42.86667%;
  margin-left:-webkit-calc(42.86666667%);
  margin-left:-moz-calc(42.86666667%);
  margin-left:42.86667%;
}
column[offset="6"]{
  margin-left:51.2%;
  margin-left:51.2%;
  margin-left:-webkit-calc(51.2%);
  margin-left:-moz-calc(51.2%);
  margin-left:51.2%;
}
column[offset="7"]{
  margin-left:59.53333%;
  margin-left:59.53333%;
  margin-left:-webkit-calc(59.53333333%);
  margin-left:-moz-calc(59.53333333%);
  margin-left:59.53333%;
}
column[offset="8"]{
  margin-left:67.86667%;
  margin-left:67.86667%;
  margin-left:-webkit-calc(67.86666667%);
  margin-left:-moz-calc(67.86666667%);
  margin-left:67.86667%;
}
column[offset="9"]{
  margin-left:76.2%;
  margin-left:76.2%;
  margin-left:-webkit-calc(76.2%);
  margin-left:-moz-calc(76.2%);
  margin-left:76.2%;
}
column[offset="10"]{
  margin-left:84.53333%;
  margin-left:84.53333%;
  margin-left:-webkit-calc(84.53333333%);
  margin-left:-moz-calc(84.53333333%);
  margin-left:84.53333%;
}
column[offset="11"]{
  margin-left:92.86667%;
  margin-left:92.86667%;
  margin-left:-webkit-calc(92.86666667%);
  margin-left:-moz-calc(92.86666667%);
  margin-left:92.86667%;
}
.width-1{
  width:8.33333333%;
}
.width-2{
  width:16.66666667%;
}
.width-3{
  width:25%;
}
.width-4{
  width:33.33333333%;
}
.width-5{
  width:41.66666667%;
}
.width-6{
  width:50%;
}
.width-7{
  width:58.33333333%;
}
.width-8{
  width:66.66666667%;
}
.width-9{
  width:75%;
}
.width-10{
  width:83.33333333%;
}
.width-11{
  width:91.66666667%;
}
.width-12{
  width:100%;
}
@media (max-width: 768px){
  row{
    margin-bottom:0;
  }
  row [offset]{
    margin-left:0;
  }
  row column[cols]{
    margin-right:0;
    width:100%;
    margin-bottom:24px;
  }
  row row column:last-child{
    margin-bottom:0;
  }
  .width-1, .width-2, .width-3, .width-4, .width-5, .width-6, .width-7, .width-8, .width-9, .width-10, .width-11, .width-12{
    width:100%;
  }
}
.clearfix:before, .clearfix:after{
  content:'';
  display:table;
}
.clearfix:after{
  clear:both;
}
.clearfix{
  zoom:1;
}
body{
  font-family:clear_sansregular;
}
h1{
  font-size:3.25rem;
  line-height:120%;
  color:#00965b;
}

@media ( max-width: 480px ){
	h1{
		font-size: 2.25rem;
	}
}

h1,h2{
  font-family:Archive;
font-weight: normal;
}
h2{
  font-size:2.8125rem;
  text-align:center;
  line-height:0;
}

@media ( max-width: 640px ){
	h2{
		 line-height:normal;
	}
}

h2,h4{
  color:white;
}
h4{
  font-family:clear_sansregular;
  font-size:1.875rem;
  line-height:130%;
}
.email{
  margin-top:10px;
  text-align:right;
  color:white;
  font-weight:700;
}
.email a{
  color:white;
  text-decoration:none;
}
.logo-row{
  width:500px;
}
.logo{
  display:block;
  width:270px;
  height:30px;
  background-size:270px 30px;
  background-repeat:no-repeat;
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22360%22%20height%3D%2240%22%3E%3Cg%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M230.296%2031.382V40h-10.294c-1.085-4.347-5.22-4.58-8.237-4.48v-3.188c2.845%200%206.027.387%208.67%201.67-1.282-2.953-6.787-3.003-8.608-3.016l-.124-3.19c2.74-.112%204.728-.058%207.385.8-1.458-1.78-4.497-2.133-7.323-2.133v-3.19c5.802%200%2018.53-.508%2018.53%208.11z%22%20class%3D%22fil1%22%2F%3E%3Cpath%20d%3D%22M218.767%2021.162c4.445-.856%2010.023.48%2011.635%202.78-.398-3.434.21-11.97%203.22-15.226.28-.306%201.06-1.2%201.386-1.403l-1.76-2.307c-2.44%201.605-4.52%204.27-5.37%207.303h-.565c.087-3.28%201.325-7.083%204.304-8.62l-.83-.427.89-3.226c-4.433%201.983-8.12%206.47-8.273%2012.27h-.776c.04-2.723.21-5.838%201.997-7.984l.02-.026-2.475-2.016c-4.402%205.288-3.404%2012.55-3.404%2018.88zm16.113%2010.22V40h10.295c1.085-4.347%205.22-4.58%208.237-4.48v-3.188c-2.845%200-6.027.387-8.67%201.67%201.282-2.953%206.787-3.003%208.608-3.016l.125-3.19c-2.74-.112-4.73-.058-7.386.8%201.456-1.78%204.495-2.133%207.32-2.133v-3.19c-5.8%200-18.53-.508-18.53%208.11z%22%20class%3D%22fil2%22%2F%3E%3Cpath%20d%3D%22M246.41%2021.162c-4.445-.856-10.023.48-11.635%202.78.307-2.653.083-8.075-1.445-11.998.284-1.202%201.66-2.67%202.243-3.138.842%201.167%201.3%201.986%201.725%203.503h.566c-.097-3.65-1.86-8.246-5.874-9.21l.735-3.1h.003c5.32%201.26%208.937%207.108%209.045%2012.31h.776c-.043-2.725-.21-5.84-2-7.986l-.02-.026%202.474-2.016c4.402%205.287%203.404%2012.548%203.404%2018.88z%22%20class%3D%22fil3%22%2F%3E%3Cpath%20d%3D%22M353.373%2023.366l-3.936%2011.687h2.256l.936-2.784h4.677l.936%202.782h2.256l-3.937-11.687h-3.19zm1.583%201.872l.072.12%201.728%205.23h-3.575l1.73-5.23.047-.12zM271.06%2023.35v11.712h2.136V24.815l2.904%207.274h2.015l2.904-7.276V35.06h2.16V23.35h-3.338l-2.736%206.48-2.735-6.48zm32.12%2011.703h-7.61V23.36h7.533v1.738h-5.422v3.17h4.36v1.696h-4.36v3.273h5.5zm11.584%200V23.36h4.315c1.594%200%202.875.563%203.84%201.69.968%201.13%201.45%202.52%201.45%204.178%200%201.656-.496%203.04-1.49%204.155-.997%201.113-2.42%201.67-4.274%201.67zm2.17-1.722h1.76c.943%200%201.743-.352%202.4-1.06.66-.71.988-1.762.988-3.16%200-1.144-.288-2.11-.862-2.9-.575-.79-1.334-1.188-2.278-1.188h-2.008zm21.33%201.723h-2.11V23.36h2.11zM146.205%2023.366l-3.936%2011.687h2.254l.936-2.784h4.68l.937%202.782h2.255l-3.935-11.687h-3.192zm1.584%201.872l.07.12%201.73%205.23h-3.578l1.728-5.23.05-.12zM30.22%2035.053h-2.232c-.87-2.83-1.53-3.906-2.32-4.806h-2.94v4.806h-2.112V23.36h5.08c1.412%200%202.45.318%203.113.954.66.637.993%201.46.993%202.472%200%201.502-.703%202.536-2.11%203.1.657.786%201.52%201.997%202.525%205.167zm-7.493-6.494h2.625c.76%200%201.327-.16%201.698-.48.372-.32.558-.76.558-1.32%200-.515-.183-.93-.55-1.247-.365-.317-.877-.476-1.535-.476h-2.796zm89.3%206.493h-2.23c-.87-2.83-1.53-3.906-2.32-4.806h-2.94v4.806h-2.11V23.36h5.077c1.413%200%202.45.318%203.114.954.664.637.996%201.46.996%202.472%200%201.502-.704%202.536-2.11%203.1.656.786%201.52%201.997%202.524%205.167zm-7.49-6.494h2.624c.763%200%201.33-.16%201.7-.48.373-.32.558-.76.558-1.32%200-.515-.183-.93-.55-1.247-.365-.317-.877-.476-1.534-.476h-2.797zM45.89%2035.232c-1.557%200-2.768-.582-3.635-1.748-.866-1.165-1.3-2.604-1.3-4.317%200-1.702.46-3.126%201.382-4.27.92-1.146%202.136-1.72%203.646-1.72%201.52%200%202.724.574%203.607%201.72.884%201.144%201.326%202.576%201.326%204.295%200%201.805-.46%203.263-1.377%204.374-.92%201.11-2.137%201.666-3.65%201.666zm.016-1.696c.76%200%201.404-.314%201.93-.943.526-.628.79-1.767.79-3.418%200-1.342-.218-2.394-.653-3.157-.435-.764-1.11-1.145-2.024-1.145-1.81%200-2.713%201.453-2.713%204.36%200%201.41.23%202.48.69%203.21.46.727%201.12%201.09%201.978%201.09zm15.57-1.302l2.05-.437c.247%201.16%201.19%201.74%202.83%201.74.75%200%201.327-.15%201.73-.447.404-.295.605-.663.605-1.103%200-.32-.09-.615-.272-.886-.183-.27-.575-.484-1.175-.64l-2.24-.58c-.766-.2-1.332-.427-1.698-.68-.366-.256-.66-.614-.88-1.077-.22-.462-.33-.956-.33-1.482%200-1.044.39-1.882%201.167-2.513.78-.63%201.774-.947%202.987-.947%201.005%200%201.904.22%202.697.66.792.44%201.296%201.06%201.514%201.867l-2.01.496c-.307-.885-1.027-1.327-2.16-1.327-.657%200-1.16.137-1.505.41-.346.275-.52.623-.52%201.046%200%20.668.544%201.137%201.63%201.405l1.99.497c1.208.303%202.017.75%202.43%201.34.41.592.617%201.244.617%201.958%200%201.148-.433%202.052-1.3%202.712-.866.66-1.988.99-3.366.99-1.16%200-2.178-.244-3.05-.73-.872-.485-1.45-1.24-1.737-2.27zm19.862%200l2.05-.437c.246%201.16%201.19%201.74%202.83%201.74.75%200%201.327-.15%201.73-.447.403-.295.605-.663.605-1.103%200-.32-.092-.615-.275-.886-.183-.27-.575-.484-1.175-.64l-2.24-.58c-.766-.2-1.332-.427-1.698-.68-.366-.256-.66-.614-.88-1.077-.22-.462-.33-.956-.33-1.482%200-1.044.39-1.882%201.167-2.513.778-.63%201.773-.947%202.986-.947%201.006%200%201.906.22%202.698.66.792.44%201.296%201.06%201.514%201.867l-2.008.496c-.308-.885-1.03-1.327-2.16-1.327-.66%200-1.16.137-1.507.41-.346.275-.52.623-.52%201.046%200%20.668.544%201.137%201.63%201.405l1.99.497c1.208.303%202.017.75%202.43%201.34.41.592.617%201.244.617%201.958%200%201.148-.434%202.052-1.3%202.712-.866.66-1.99.99-3.367.99-1.16%200-2.178-.244-3.05-.73-.872-.485-1.45-1.24-1.737-2.27zm46.36%202.998c-1.556%200-2.767-.582-3.633-1.748-.867-1.165-1.3-2.604-1.3-4.317%200-1.702.46-3.126%201.38-4.27.922-1.146%202.137-1.72%203.647-1.72%201.522%200%202.724.574%203.608%201.72.883%201.144%201.325%202.576%201.325%204.295%200%201.805-.46%203.263-1.377%204.374-.918%201.11-2.134%201.666-3.65%201.666zm.017-1.696c.76%200%201.404-.314%201.93-.943.526-.628.79-1.767.79-3.418%200-1.342-.218-2.394-.652-3.157-.435-.764-1.11-1.145-2.025-1.145-1.807%200-2.71%201.453-2.71%204.36%200%201.41.23%202.48.69%203.21.46.727%201.12%201.09%201.977%201.09zm36.785%201.516V23.36h4.316c1.595%200%202.876.563%203.843%201.69.964%201.13%201.45%202.52%201.45%204.178%200%201.656-.5%203.04-1.495%204.155-.995%201.113-2.42%201.67-4.272%201.67zm2.17-1.722h1.76c.943%200%201.744-.352%202.402-1.06.657-.71.986-1.762.986-3.16%200-1.144-.287-2.11-.862-2.9s-1.334-1.188-2.278-1.188h-2.007zm17.994-1.095l2.05-.437c.246%201.16%201.19%201.74%202.83%201.74.75%200%201.326-.15%201.73-.447.403-.295.604-.663.604-1.103%200-.32-.09-.615-.274-.886-.183-.27-.575-.484-1.176-.64l-2.24-.58c-.765-.2-1.33-.427-1.697-.68-.364-.256-.657-.614-.88-1.077-.22-.462-.33-.956-.33-1.482%200-1.044.39-1.882%201.17-2.513.777-.63%201.772-.947%202.984-.947%201.007%200%201.906.22%202.698.66.793.44%201.298%201.06%201.515%201.867l-2.007.496c-.31-.885-1.03-1.327-2.162-1.327-.658%200-1.16.137-1.505.41-.345.275-.518.623-.518%201.046%200%20.668.543%201.137%201.63%201.405l1.99.497c1.207.303%202.016.75%202.428%201.34.41.592.617%201.244.617%201.958%200%201.148-.433%202.052-1.3%202.712-.866.66-1.988.99-3.367.99-1.16%200-2.177-.244-3.05-.73-.87-.485-1.45-1.24-1.736-2.27zM5.04%2023.183c-1.51%200-2.727.56-3.648%201.704C.472%2026.032%200%2027.457%200%2029.157c0%201.715.453%203.156%201.32%204.32.866%201.166%202.068%201.753%203.624%201.753%201.515%200%202.73-.545%203.647-1.656.36-.435.648-.923.866-1.464l-2.04-.672c-.13.48-.294.873-.528%201.152-.526.628-1.16.936-1.92.936-.857%200-1.53-.352-1.99-1.08-.462-.728-.697-1.805-.697-3.216%200-2.907.905-4.343%202.713-4.343.915%200%201.605.365%202.04%201.128.18.32.302.707.407%201.128l2.11-.552c-.217-.617-.52-1.195-.91-1.702-.884-1.145-2.08-1.704-3.6-1.704z%22%20font-size%3D%226.452%22%20font-family%3D%22Franklin%20Gothic%20Medium%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.no-svg .logo{
  background-image:url(a29fd160201c4a02623963b8ed89d381-270x30.png);
}
.descript{
  color:#357f62;
  margin:10px 0 0;
  font-size:1.6875rem;
  font-weight:700;
  width:500px;
}

@media (max-width: 500px){
	.descript{
		width:320px;
	}
}

@media (max-width: 480px){
	.descript{
		/* margin-left: 60px; */
	}
}

.section.header{
  padding:30px 0;
  background:-webkit-linear-gradient(top, #f2f2f2 83.5%, #b3b3b3);
  background:-moz-linear-gradient(top, #f2f2f2 83.5%, #b3b3b3);
  background:linear-gradient(to bottom, #f2f2f2 83.5%, #b3b3b3);
  height:100px;
}

@media (max-width: 480px){
	.section.header{
		 padding-top: 20px;
	}
}
.section{
  width:100%;
}
.section.titles{
  height:211px;
}
@media (max-width: 768px){
  .section.titles{
    height:265px;
  }
}

@media (max-width: 480px){
  .section.titles{
    height:235px;
  }
}
row{
  margin-bottom:0;
}
.container{
  width:1024px;
  margin:0 auto;
}
@media (max-width: 1440px){
  .container{
    width:960px;
  }
}
@media (max-width: 1280px){
  .container{
    width:796px;
  }
}

@media (max-width: 800px){
  .container{
    width:640px;
  }
}

@media (max-width: 640px){
  .container{
    width:480px;
  }
}


@media (max-width: 480px){
  .container{
    width:320px;
  }
}
@media (max-width: 322px){
  .container{
    width:300px;
  }
}


.section.price, .section.reviews, .section.main{
  padding-bottom:50px;
}
.section.advant{
  padding:50px 0;
  margin-top:0;
}

@media (max-width: 768px){
	.section.advant{
	  padding:50px 0 40px;
	  margin-top:0;
	}
}
row{
  margin-bottom:0;
}
row column{
  margin-right:0;
}
.section-head{
  padding:64px 0 13px;
}
.title-text{
  padding:50px 0;
  height:200px;
}
@media (max-width: 899px){
  /*
  .title-text{
    padding:50px 30px;
  }
  */
}
@media (max-width: 768px){
  .title-text{
    padding:30px 150px 30px 0;
    height:100px;
  }
}


@media (max-width: 480px){
  .title-text{
    padding:30px 150px 30px 0;
    height:70px;
  }
}

.orange-h1{
  color:#ff620a;
}
.red-h1{
  color:#e74600;
}
.pen{
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22164.614mm%22%20height%3D%22271.651mm%22%20viewBox%3D%220%200%20583.27903%20962.54378%22%3E%3Cdefs%3E%3ClinearGradient%20xlink%3Ahref%3D%22%23a%22%20id%3D%22c%22%20x1%3D%221589.805%22%20y1%3D%22-651.753%22%20x2%3D%221528.388%22%20y2%3D%22-614.163%22%20gradientUnits%3D%22userSpaceOnUse%22%2F%3E%3ClinearGradient%20id%3D%22a%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23b3b3b3%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f2f2f2%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20xlink%3Ahref%3D%22%23a%22%20id%3D%22b%22%20cx%3D%221206.52%22%20cy%3D%22-534.03%22%20fx%3D%221206.52%22%20fy%3D%22-534.03%22%20r%3D%2237.42%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22matrix(1.86923%200%200%201.14363%20-2677.2%20378.42)%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22%23f2f2f2%22%20d%3D%22M-1.148%20259.82h435.183v53.968H-1.148z%22%2F%3E%3Cpath%20d%3D%22M-421.942-275.108a78.466%2042.795%200%200%201%2078.466%2042.795h-78.466z%22%20fill%3D%22url(%23b)%22%20transform%3D%22translate(422.22%20544.8)%22%2F%3E%3Cpath%20d%3D%22M1641.087-566.68h-533.94l266.97-462.403z%22%20transform%3D%22matrix(-.83393%200%200%20-.55095%201368.553%20.12)%22%20fill%3D%22url(%23c)%22%2F%3E%3Cpath%20d%3D%22M439.397%200l-158.36%20347.126c-2.763%201.02-8.84%204.988-4.548%2014.636-42.447%2098.36-110.69%20290.456-136.053%20329.362l-1.186%202.714c-2.103%201.01-4.145%203.03-4.745%203.467-2.43%207.72%207.176%2013.955%2016.194%2020.006-21.796%2053.603-41.354%2085.6-52.62%20103.533-2.64%204.747-3.187%208.238-2.37%2012.82%2012.693%2040.523%203.876%2096.116-4.087%20115.04-3.354%206.093-3.757%208.928.855%2012.84l48.472-114.118c-4.837.625-2.85-16.02%207.578-11.464%2010.427%204.556-.436%2017.324-3.264%2013.35l-50.8%20113.1c6.003.728%207.81-1.496%2010-8.096%208.476-18.7%2043.278-62.94%2081.638-81.158%203.915-2.514%206.105-5.287%207.795-10.447%205.502-20.455%2015.692-56.545%2040.214-108.955%2010.567%202.506%2021.67%205.32%2025.68-1.71-.085-.736.014-3.607-.68-5.836l1.186-2.716c11.313-45.045%20105.9-225.63%20149.234-323.602%209.995-3.406%208.778-10.558%207.65-13.28L583.278%200h-143.88z%22%20fill%3D%22%23399d75%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cg%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20class%3D%22fil1%22%20d%3D%22M379.514%20341.095l14.69%206.527-7.797%2017.55c-4.033-.707-7.08.442-9.093%202.696-4.442%204.977-4.154%207.062-9.865%206.497-.75-.333-.204-1.41.16-2.082%202.446-4.51%205.91-11.292%2012.324-13.726-2.838-1.35-5.96.374-8.197%202.56-4.84%204.733-5.966%2011.7-12.714%2011.218-.825-.394-.823-.937-.532-1.53%204.058-8.276%209.45-16.922%2014.75-19.34-3.557-1.13-8.253%202.857-12.007%208.97-2.38%203.877-4.316%208.28-8.85%206.435-.49-.218-.604-.6-.333-1.22%204.493-10.272%2013.203-30.89%2027.464-24.555zm3.46-7.79l14.69%206.528%207.8-17.55c-3.228-2.52-4.418-5.55-4.094-8.556.716-6.632%202.456-7.815-1.79-11.675-.75-.332-1.184.796-1.438%201.515-1.708%204.838-4.418%2011.955-1.926%2018.347-2.905-1.2-3.717-4.675-3.593-7.8.268-6.763%204.683-12.27-.197-16.954-.846-.35-1.247.018-1.492.63-3.423%208.56-6.224%2018.357-4.467%2023.908-3.223-1.882-3.412-8.038-1.39-14.923%201.28-4.363%203.25-8.75-1.158-10.88-.49-.217-.85-.047-1.13.572-4.613%2010.218-14.077%2030.502.184%2036.838z%22%2F%3E%3Cpath%20d%3D%22M336.915%20314.02c7.66-2.527%2012.955-1.912%2018.305-.138%201.233.41%201.11%201.757-.545%201.44-3.098-.59-6.108-.604-8.84-.23.773%202.083%201.89%204.23%203.346%205.943%205.516-.177%2011.735%202.3%2021.064%206.793-2.577-4.437-.573-14.937%204.208-21.887-10.087-4.48-24.25-11.51-34.036-8.642.11%202.785%202.996%205.412%205.338%205.545%204.17.238%208.91%201.342%2012.07%203.05%201.35.73.48%201.71-.588%201.323-10.536-3.106-19.884-2.468-30.05%206.793%202.858%201.237%207.17.855%209.73.01z%22%2F%3E%3Cpath%20d%3D%22M334.336%20319.822c3.26%207.38%207.266%2010.896%2012.168%2013.677%201.13.64%202.047-.356.704-1.37-5.467-4.137-8.63-9.79-9.63-14.198%201.267-.495%203.816-1.753%205.267-2.06%201.147%203.195%202.573%205.302%204.368%207.664%203.484%204.584%209.61%207.643%2019.71%2011.765-5.02%201.06-11.47%209.587-13.422%2017.79-10.086-4.48-24.795-10.28-29.23-19.463%202.143-1.786%206.027-1.404%207.696.244%202.972%202.937%206.968%205.715%2010.353%206.914%201.447.514%201.59-.79.587-1.322-7.84-4.8-13.174-10.743-14.67-20.612%201.856.51%203.994.6%205.85.44.09.182.174.36.25.532z%22%2F%3E%3Cpath%20d%3D%22M281.828%20564.315l-1.32-3.236c2.153-.64%203.792-2.396%204.567-4.14%201.716-3.86-1.97-6.34-4.195-3.63-.788.96-1.547%201.944-2.32%202.915-1.935%202.43-4.142%203.495-6.37%202.39-3.88-1.922-3.588-5.597-2.377-8.368%201.37-3.138%203.1-4.048%204.768-4.927l1.16%202.898c-1.268.593-2.557%201.15-3.34%202.91-.78%201.76-.63%203.457.756%204.095%202.454%201.13%203.555-2.32%205.14-4.332%201.636-2.08%204.044-3.54%207.043-2.197%201.686.755%202.557%202.103%202.96%203.81.405%201.704.24%203.324-.744%205.598-.987%202.276-3.098%205.086-5.727%206.216zm67.516-151.955l-1.32-3.237c2.153-.638%203.793-2.394%204.567-4.137%201.718-3.862-1.97-6.34-4.192-3.63-.788.96-1.547%201.943-2.32%202.914-1.936%202.43-4.143%203.495-6.37%202.39-3.88-1.92-3.588-5.597-2.378-8.368%201.37-3.138%203.1-4.048%204.768-4.927l1.156%202.897c-1.266.593-2.556%201.15-3.338%202.91-.782%201.76-.63%203.457.756%204.095%202.453%201.13%203.554-2.32%205.138-4.332%201.638-2.08%204.045-3.543%207.045-2.2%201.687.756%202.557%202.104%202.96%203.81.405%201.706.243%203.325-.744%205.6-.985%202.274-3.096%205.085-5.725%206.214zm-80.548%20181.284l-1.32-3.236c2.153-.638%203.793-2.394%204.567-4.137%201.716-3.86-1.97-6.337-4.194-3.627-.79.96-1.55%201.942-2.323%202.913-1.934%202.43-4.14%203.495-6.37%202.39-3.88-1.92-3.587-5.597-2.376-8.368%201.37-3.138%203.1-4.048%204.77-4.927l1.155%202.898c-1.266.593-2.556%201.15-3.338%202.91-.782%201.76-.63%203.458.756%204.095%202.453%201.13%203.554-2.32%205.138-4.332%201.64-2.08%204.046-3.542%207.046-2.197%201.687.754%202.557%202.102%202.96%203.808.405%201.707.243%203.326-.744%205.6-.987%202.275-3.097%205.086-5.727%206.215zm40.534-131.59l14.617%2013.426%201.475-3.318-3.483-3.196%203.056-6.884%204.707.443%201.474-3.318-19.763-1.85-.392.883-1.694%203.813zm3.787-1.108l.224-.027%208.826.875-2.337%205.26-6.567-5.96-.145-.15zM250.715%20640.3l-1.458%203.282c-4.733-.567-6.747-.3-8.587.274l-1.92%204.325%207.068%203.143-1.38%203.104-17.2-7.643%203.32-7.47c.922-2.078%202.07-3.397%203.44-3.957s2.798-.51%204.285.152c2.21.98%203.27%202.69%203.183%205.13%201.584-.454%203.93-.93%209.25-.338zm-14.45%206.778l1.717-3.862c.497-1.12.632-2.056.404-2.812-.227-.756-.753-1.317-1.576-1.682-.756-.336-1.487-.34-2.192-.007-.706.33-1.274.98-1.703%201.948l-1.828%204.113zm67.918-127.115l-1.458%203.28c-4.733-.566-6.747-.3-8.587.275l-1.92%204.325%207.068%203.14-1.38%203.105-17.2-7.643%203.32-7.47c.922-2.078%202.07-3.397%203.44-3.956%201.37-.56%202.798-.51%204.285.15%202.21.98%203.273%202.69%203.185%205.13%201.584-.453%203.93-.93%209.25-.338zm-14.45%206.777l1.717-3.862c.497-1.12.632-2.056.404-2.812-.227-.756-.753-1.316-1.576-1.682-.756-.336-1.487-.338-2.192-.007-.706.33-1.273.98-1.703%201.948l-1.828%204.114zm-28.513%2090.63c-1.016%202.288-2.665%203.688-4.945%204.2-2.28.514-4.68.21-7.2-.91-2.504-1.11-4.297-2.72-5.38-4.822-1.082-2.103-1.13-4.265-.143-6.485.994-2.238%202.622-3.633%204.884-4.184%202.262-.553%204.657-.267%207.186.856%202.655%201.18%204.5%202.808%205.533%204.884%201.034%202.077%201.056%204.23.066%206.46zm-2.483-1.135c.497-1.118.455-2.27-.125-3.455-.58-1.184-2.084-2.316-4.512-3.395-1.974-.877-3.664-1.245-5.07-1.104-1.406.143-2.408.887-3.006%202.233-1.18%202.658.367%204.937%204.643%206.837%202.075.92%203.8%201.282%205.17%201.08%201.373-.2%202.34-.933%202.9-2.195zM314.69%20497.03c-1.018%202.29-2.666%203.69-4.947%204.203-2.28.513-4.68.21-7.2-.91-2.504-1.112-4.297-2.72-5.38-4.823-1.082-2.102-1.13-4.264-.143-6.485.994-2.238%202.622-3.633%204.884-4.184%202.262-.55%204.657-.263%207.186.86%202.655%201.18%204.5%202.808%205.533%204.884%201.034%202.076%201.056%204.23.066%206.458zm-2.485-1.132c.497-1.12.455-2.27-.125-3.456-.58-1.184-2.084-2.316-4.512-3.395-1.974-.877-3.664-1.245-5.07-1.104-1.406.14-2.407.885-3.006%202.23-1.18%202.66.367%204.938%204.643%206.838%202.075.924%203.8%201.285%205.17%201.083%201.373-.2%202.34-.933%202.9-2.194zm26.272-53.118l-17.2-7.644%202.82-6.347c1.042-2.35%202.71-3.865%205-4.55%202.29-.684%204.654-.485%207.09.598%202.437%201.08%204.15%202.718%205.137%204.91.987%202.192.876%204.65-.335%207.376zm-1.114-4.32l1.15-2.586c.616-1.388.618-2.797.006-4.227-.614-1.43-1.95-2.603-4.007-3.518-1.68-.748-3.29-.957-4.83-.63-1.538.33-2.616%201.188-3.233%202.576l-1.31%202.953zM216.798%20669.58c-.987%202.222-.96%204.377.122%206.48%201.083%202.103%202.87%203.727%205.374%204.84%202.52%201.12%204.936%201.394%207.216.88%202.28-.512%203.93-1.896%204.946-4.185.99-2.23.982-4.37-.052-6.447-.405-.813-.936-1.553-1.59-2.228l-2.32%202.56c.62.506%201.092%201.005%201.35%201.53.58%201.185.618%202.318.12%203.436-.56%201.262-1.517%202.023-2.89%202.225-1.37.203-3.11-.154-5.184-1.076-4.276-1.9-5.798-4.17-4.617-6.828.598-1.346%201.586-2.122%202.992-2.264.588-.058%201.238.02%201.926.14l.57-3.47c-1.053-.083-2.1-.015-3.102.23-2.262.55-3.865%201.943-4.86%204.18zM448.082%20149.766l14.62%2013.427%201.473-3.318-3.483-3.196%203.06-6.885%204.705.442%201.474-3.318-19.76-1.85-.393.882-1.694%203.813zm3.79-1.107l.222-.03%208.825.878-2.34%205.26-6.565-5.962-.145-.15zm-57.61%20122.174l17.227%207.654%201.394-3.142-15.073-6.697%2012.598.48%201.317-2.965-8.802-9.025%2015.073%206.698%201.412-3.177-17.227-7.652-2.18%204.907%207.748%208.26-11.323-.21zm38.208-39.6l-4.974%2011.194-17.2-7.643%204.92-11.08%202.56%201.137-3.544%207.975%204.663%202.072%202.848-6.413%202.495%201.11-2.848%206.41%204.814%202.138%203.594-8.088zm7.57-17.04l-17.2-7.64%202.82-6.35c1.042-2.346%202.71-3.862%205-4.546%202.29-.685%204.654-.486%207.09.597%202.437%201.082%204.15%202.72%205.137%204.91.987%202.193.876%204.652-.335%207.377zm-1.115-4.317l1.15-2.586c.617-1.387.62-2.796.007-4.226-.612-1.43-1.947-2.603-4.005-3.517-1.68-.747-3.29-.956-4.83-.627-1.538.327-2.616%201.185-3.233%202.573l-1.312%202.953zm16.475-30.25l-1.38%203.105-17.202-7.643%201.38-3.106z%22%20font-size%3D%226.452%22%20font-family%3D%22Franklin%20Gothic%20Medium%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size:188px 312px;
  width:188px;
  height:312px;
  position:absolute;
  top:-3px;
  left:50%;
  z-index:100;
}
.no-svg .pen{
  background-image:url(762256d5ba0c8c66e28781e0c95a5b59-188x312.png);
}

@media (max-width: 899px){
  .pen{
    display:none;
  }
}
@media (max-width: 768px){
  .pen{
    display:block;
    top:-3px;
    left:70%;
  }
}

@media (max-width: 480px){
	.pen{
		  background-size:72px 120px;
		  width:72px;
		  height:120px;
		  position:absolute;
		  top:-40px;
		  right:10px;
		  z-index:100;
	}
}
.head-button{
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22241454.695%22%20height%3D%22146632.762%22%20viewBox%3D%220%200%20226.36378%20137.46821%22%3E%3Cdefs%3E%3ClinearGradient%20xlink%3Ahref%3D%22%23a%22%20id%3D%22b%22%20x1%3D%221414.682%22%20y1%3D%22-709.355%22%20x2%3D%221547.883%22%20y2%3D%22-789.549%22%20gradientUnits%3D%22userSpaceOnUse%22%2F%3E%3ClinearGradient%20id%3D%22a%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23399d75%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23275e48%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20transform%3D%22matrix(-.42395%200%200%20.2973%20695.74%20305.936)%22%20d%3D%22M1641.087-566.68h-533.94l266.97-462.403z%22%20fill%3D%22url(%23b)%22%2F%3E%3C%2Fsvg%3E");
  background-size:75px 45px;
  background-repeat:no-repeat;
  background-position:bottom right 30%;
  padding:80px 0 30px 98px;
  height:212px;
}
.no-svg .head-button{
  background-image:url(789cf3ccf04ee214a179f3857d83b554-75x45.png);
}
@media (max-width: 899px){
  .head-button{
    padding:80px 0 30px 50px;
    background-position:bottom right 30%;
  }
}

@media (max-width: 800px){
  .head-button{
    padding: 46px 0 30px 35px;
    background-position:bottom right 30%;
    background-image:none;
  }
}


@media (max-width: 768px){
  .head-button{
    height:100px;
    padding-left: 0;
    background-image:none;
  }
}

button{
  border-radius:10px;
  width:238px;
  height:50px;
  font-size:2.0625rem;
  box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
}
button,button:hover, button:focus{
  background-color:#e74600;
  color:white;
}
button:hover, button:focus{
  box-shadow:0 0 4px rgba(0, 0, 0, 0.9);
}
.buynow{
  margin-left:100px;
}

@media (max-width: 800px){
	.buynow{
	  width: 150px;
	  height: 120px;
	  white-space: pre-line;
	}
}

@media (max-width: 768px){
	.buynow{
	  width: 250px;
	  height: 60px;
	  white-space: pre-line;
	  margin-left: 0;
	}
}

.advant, .stats, .main{
  background-color:#399d75;
}
.row-container{
  margin:0 auto;
}
.trigger-text-p{
  font-size:1.4375rem;
  line-height:110%;
}

column.trigger{
  margin-right:24px;
  width:33.33333333%;
}
column.trigger:last-child{
	margin-right:0;
}
@media (max-width: 768px){
	column.trigger:last-child{
		margin-right:0;
		margin-bottom:0;
	}

}

.trigger-icon{
  background-size:130px 130px;
  background-position:top left;
  background-repeat:no-repeat;
  width:130px;
  height:130px;
  margin:20px auto;
}

@media (max-width: 768px){
	.trigger-icon{
		background-size:220px 220px;
		width:220px;
		height:220px;
	}
}

.emailus{
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22467914.431%22%20height%3D%22467914.431%22%20viewBox%3D%220%200%20438.66978%20438.66978%22%3E%3Cpath%20d%3D%22M433.67%20219.335A214.335%20214.335%200%200%201%20219.335%20433.67%20214.335%20214.335%200%200%201%205%20219.335%20214.335%20214.335%200%200%201%20219.335%205%20214.335%20214.335%200%200%201%20433.67%20219.335z%22%20fill%3D%22%23357f62%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M317.614%20249.946h12.747q-5.982%2012.15-18.37%2019.032-14.184%207.9-34.59%207.9-19.75%200-34.115-6.703-14.363-6.643-21.365-19.63-7.003-13.047-7.003-28.367%200-16.817%207.96-31.3%207.96-14.543%2021.784-21.784%2013.826-7.302%2031.6-7.302%2015.08%200%2026.81%205.865%2011.73%205.865%2017.896%2016.698%206.224%2010.772%206.224%2023.58%200%2015.26-9.397%2027.588-11.79%2015.56-30.222%2015.56-4.965%200-7.48-1.735-2.512-1.736-3.35-5.087-7.062%206.824-16.28%206.824-9.933%200-16.516-6.822-6.523-6.88-6.523-18.252%200-14.064%207.9-25.674%209.576-14.124%2024.537-14.124%2010.653%200%2015.74%208.14l1.496-6.644h15.8l-9.037%2042.91q-.838%204.07-.838%205.266%200%201.497.658%202.275.718.717%201.676.717%202.874%200%207.422-3.47%206.104-4.55%209.875-12.21%203.77-7.66%203.77-15.86%200-14.722-10.654-24.596-10.652-9.935-29.743-9.935-16.218%200-27.53%206.643-11.25%206.583-16.995%2018.612-5.686%2011.97-5.686%2024.955%200%2012.628%206.343%2022.982%206.404%2010.353%2017.894%2015.08%2011.55%204.79%2026.39%204.79%2014.304%200%2024.597-4.01%2010.294-3.95%2016.578-11.91zM252.92%20225.35q0%207.6%203.052%2011.19%203.112%203.592%207.66%203.592%203.412%200%206.404-1.676%202.274-1.197%204.488-3.77%203.172-3.65%205.446-10.653%202.334-7.002%202.334-13.047%200-6.762-3.17-10.353-3.113-3.65-7.9-3.65-5.148%200-9.517%204.01-4.37%203.95-6.583%2011.31-2.214%207.36-2.214%2013.046z%22%20style%3D%22line-height%3A125%25%3B-inkscape-font-specification%3A'Arial%2C%20Bold'%3Btext-align%3Astart%22%20font-weight%3D%22bold%22%20font-size%3D%22118.474%22%20font-family%3D%22Arial%22%20letter-spacing%3D%220%22%20word-spacing%3D%220%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M199.49%20182.786h-71.74m59.168%2036.55h-71.003m83.575%2036.548h-71.74%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2215%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.categories{
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22467914.356%22%20height%3D%22467914.431%22%20viewBox%3D%220%200%20438.66971%20438.66979%22%3E%3Cpath%20d%3D%22M433.67%20219.335A214.335%20214.335%200%200%201%20219.335%20433.67%20214.335%20214.335%200%200%201%205%20219.335%20214.335%20214.335%200%200%201%20219.335%205%20214.335%20214.335%200%200%201%20433.67%20219.335z%22%20fill%3D%22%23357f62%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M102.565%20234.363h32.182c7.73%200%2013.956%206.224%2013.956%2013.956v32.18c0%207.732-6.225%2013.956-13.956%2013.956h-32.182c-7.732%200-13.956-6.224-13.956-13.956v-32.18c0-7.733%206.222-13.957%2013.954-13.957z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-opacity%3D%22.51%22%2F%3E%3Cpath%20d%3D%22M219.732%20277.747h2.348q1.96-1.743%202.687-8.932.726-7.188.726-22h15.757v30.932h3.34v9.972h-3.873v-6.2h-17.112v6.198h-3.873v-9.973zm7.358.048h10.093V250.54h-7.866l-.048%2011.16q-.026%205.13-.63%209.366-.606%204.212-1.55%206.73zm21.155-21.76l3.074-2.468q1.595%201.307%202.03%202.928.05.194.22.218.17%200%20.29-.218.46-1.21%202.032-2.202%201.574-1.017%203.607-1.017%202.347%200%203.92.678t2.76%202.638q1.814%203.098%201.742%2010.07%200%203.46-.605%206.583-.58%203.122-1.622%204.72-1.26%201.936-3.46%202.928-2.204.968-4.48.968-2.153%200-3.605-.385l.05%2012.44h-3.97v-30.98q-.048-2.857-.41-4.31-.34-1.45-1.575-2.59zm5.906%2022.075q1.77.508%203.656.387%202.857-.12%204.38-2.275%201.623-2.276%201.623-9.513%200-6.1-1.38-8.45-.993-1.67-3.317-1.67-1.597%200-2.856%201.163-1.258%201.162-1.718%203.05-.388%201.67-.388%204.816v12.49zm16.314%2014.014l2.033-2.93q1.162%201.235%202.227%201.09%201.283%200%202.154-1.5.896-1.477%201.912-5.882l.34-1.476-8.424-27.666h4.26l4.623%2016.46q.797%203.484.942%204.767.048.17.12.218.074.048.122%200%20.073-.073.097-.218.267-.992.51-2.13l5.034-19.097h4.115l-9.1%2033.015q-1.067%203.8-2.665%205.47-1.597%201.67-4.042%201.67-2.54%200-4.26-1.79zm24.398-10.602V253.76h13.53v3.68h-9.56v24.082h-3.97zm16.218-13.87q0-8.47%201.693-11.06%202.178-3.316%207.19-3.316%205.057%200%207.236%203.316%201.692%202.59%201.692%2011.06%200%208.158-1.79%2010.893-1.235%201.864-3.172%202.663-1.935.798-3.968.798-2.01%200-3.946-.798-1.936-.8-3.146-2.663-1.79-2.735-1.79-10.892zm4.162.05q0%207.334%201.307%209.1.603.87%201.547%201.33.944.46%201.912.46.943%200%201.863-.46.944-.482%201.55-1.33%201.306-1.815%201.306-9.1%200-7.673-1.308-9.49-1.186-1.67-3.413-1.67-2.276%200-3.46%201.67-1.31%201.817-1.31%209.49zm18.588-.05q0-8.252%201.84-11.06%202.18-3.316%207.092-3.316%204.865%200%207.043%203.316%201.065%201.622%201.332%204.575.266%202.928-.34%206.22h-12.803v.218q0%207.164%201.452%209.198%201.283%201.79%203.364%201.79%202.13%200%203.316-1.67.97-1.33.702-4.163l3.825-.266q.532%203.92-.848%206.05-1.234%201.865-3.146%202.664-1.89.798-3.9.798-1.984%200-3.872-.798-1.89-.8-3.123-2.663-1.936-2.953-1.936-10.892zm4.285-3.726h8.86q.216-1.767%200-3.316-.22-1.55-.85-2.396-1.185-1.67-3.315-1.67-2.178%200-3.364%201.67-1.065%201.5-1.33%205.712z%22%20style%3D%22line-height%3A125%25%3B-inkscape-font-specification%3A'Boblic%2C%20Normal'%3Btext-align%3Astart%22%20font-size%3D%2249.57%22%20font-family%3D%22Boblic%22%20letter-spacing%3D%220%22%20word-spacing%3D%220%22%20fill%3D%22%23fff%22%20fill-opacity%3D%22.51%22%2F%3E%3Cpath%20d%3D%22M102.565%20144.213h32.182c7.73%200%2013.956%206.224%2013.956%2013.956v32.18c0%207.73-6.225%2013.956-13.956%2013.956h-32.182c-7.732%200-13.956-6.225-13.956-13.956v-32.18c0-7.733%206.222-13.957%2013.954-13.957z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M223.218%20188.19v-34.708h16.313v3.727h-12.245v9.317q1.67-.387%203.46-.387%205.447%200%208.013%202.88%202.59%202.88%202.59%208.013%200%205.082-3.05%208.23-3.05%203.12-8.447%203.12-3.34%200-6.63-.192zm4.066-3.315q1.743.096%203.074.048%203.437-.073%205.13-2.13%201.695-2.057%201.695-5.712%200-3.556-1.5-5.42-1.477-1.864-5.083-1.864-1.767%200-3.316.557v14.523zm20.04%203.315v-27.76h3.97v10.505q0%208.738-.51%2011.86-.022.12.026.194.073.047.145.023.097-.023.12-.12l8.497-22.462h5.01v27.764h-3.97v-10.698q0-7.067.485-11.618.048-.145-.097-.193-.12-.048-.194.098l-8.423%2022.413h-5.058zm23.382-9.028l3.92.267q-.29%202.975.582%204.16%201.186%201.67%203.34%201.67%202.372%200%203.583-1.524%201.21-1.525%201.21-3.873%200-2.275-1.28-3.412-1.26-1.137-3.607-1.137h-2.397v-3.63h2.13q1.985%200%203.147-1.453%201.186-1.475%201.186-3.315%200-1.573-1.066-2.638-1.04-1.065-3.268-1.065-2.25%200-3.267%201.476-.39.58-.46%201.307-.05.727.072%201.477l-3.823.34q-.437-2.81.7-4.552%202.178-3.316%206.825-3.316%204.163%200%206.22%201.888%202.058%201.888%202.058%204.89%200%202.3-1.09%203.97-1.088%201.645-2.976%202.37-.146.025-.146.22%200%20.193.147.24%202.42.46%203.727%202.034%201.33%201.573%201.33%204.163%200%201.74-.507%203.29-.484%201.55-1.5%202.856-1.017%201.283-2.808%202.057-1.79.75-4.19.75-1.935%200-3.823-.798-1.888-.8-3.122-2.662-1.38-2.13-.847-6.052zm22.22%209.028v-27.76h3.97v11.255h8.81V160.43h3.97v27.763h-3.97v-12.876h-8.81v12.877h-3.97zm23.187-13.868q0-8.254%201.84-11.062%202.178-3.316%207.092-3.316%204.865%200%207.043%203.316%201.065%201.622%201.33%204.575.267%202.93-.338%206.22h-12.804v.218q0%207.165%201.453%209.198%201.28%201.793%203.362%201.793%202.13%200%203.316-1.67.967-1.33.7-4.163l3.825-.268q.533%203.922-.847%206.052-1.234%201.863-3.147%202.662-1.887.8-3.896.8-1.985%200-3.873-.8-1.887-.8-3.12-2.662-1.938-2.953-1.938-10.892zm4.284-3.728h8.86q.217-1.767%200-3.316-.22-1.55-.848-2.396-1.188-1.67-3.318-1.67-2.178%200-3.364%201.67-1.066%201.5-1.333%205.712zm17.693%203.728q0-8.254%201.84-11.062%202.18-3.316%207.092-3.316%204.962%200%207.14%203.316%201.283%201.937.702%205.543l-4.018-.34q.242-2.758-.605-3.87-.99-1.38-3.17-1.38-2.177%200-3.363%201.67-1.452%202.032-1.452%209.39%200%207.165%201.452%209.198%201.283%201.793%203.364%201.793%202.228%200%203.317-1.525.896-1.234.605-4.308l3.923-.268q.532%203.922-.848%206.052-1.234%201.863-3.146%202.662-1.89.8-3.897.8-1.985%200-3.873-.8-1.89-.8-3.123-2.662-1.936-2.953-1.936-10.892z%22%20style%3D%22line-height%3A125%25%3B-inkscape-font-specification%3A'Boblic%2C%20Normal'%3Btext-align%3Astart%22%20font-size%3D%2249.57%22%20font-family%3D%22Boblic%22%20letter-spacing%3D%220%22%20word-spacing%3D%220%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M105.09%20170.52l11.526%2015.84%2018.514-25.446%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.categories-en{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22438.67%22%20height%3D%22438.67%22%20viewBox%3D%220%200%20116.06469%20116.0647%22%3E%3Cpath%20d%3D%22M114.742%2058.032a56.71%2056.71%200%200%201-56.71%2056.71%2056.71%2056.71%200%200%201-56.71-56.71%2056.71%2056.71%200%200%201%2056.71-56.71%2056.71%2056.71%200%200%201%2056.71%2056.71z%22%20fill%3D%22%23357f62%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222.646%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M27.137%2062.01h8.515a3.684%203.684%200%200%201%203.692%203.69v8.516a3.684%203.684%200%200%201-3.692%203.692h-8.515a3.684%203.684%200%200%201-3.693-3.692V65.7a3.684%203.684%200%200%201%203.693-3.692z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222.646%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-opacity%3D%22.51%22%2F%3E%3Cpath%20d%3D%22M27.137%2038.156h8.515a3.684%203.684%200%200%201%203.692%203.693v8.514a3.684%203.684%200%200%201-3.692%203.692h-8.515a3.684%203.684%200%200%201-3.693-3.692V41.85a3.684%203.684%200%200%201%203.693-3.694z%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222.646%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20style%3D%22-inkscape-font-specification%3A'Clear%20Sans'%22%20d%3D%22M51.652%2050.084v-8.582h2.543q1.575%200%202.27.453.7.446.7%201.5%200%20.862-.385%201.315-.378.453-.948.626.85.118%201.358.627.508.508.508%201.544%200%201.32-.843%201.922-.844.594-2.406.594zm1.147-1.042h1.165q1.09%200%201.58-.142.49-.15.727-.478.236-.335.236-.905%200-.533-.21-.837-.206-.31-.64-.453-.434-.142-1.402-.142H52.8zm0-3.974h1.264q1.03%200%201.476-.33.447-.328.447-1.03%200-.656-.41-.923-.41-.272-1.457-.272H52.8zm6.616%202.858V43.58h1.066v3.84q0%20.93.094%201.24.1.31.31.452.21.136.613.136t.95-.31q.544-.316%201.052-.756V43.58h1.067v6.505H63.5v-.967q-.496.496-1.09.83-.596.33-1.167.33-.65%200-1.06-.242-.403-.248-.59-.738-.18-.496-.18-1.37zm6.834%201.178l.855-.52q.49.787%201.575.787.707%200%201.055-.266.353-.272.353-.73%200-.274-.124-.44-.124-.175-.384-.3-.26-.13-1.067-.346-1.16-.267-1.637-.738-.47-.472-.47-1.253%200-.862.62-1.383.62-.52%201.716-.52.85%200%201.427.334.575.335.842.806l-.85.52q-.508-.762-1.444-.762-.534%200-.906.236-.366.236-.366.732%200%20.44.323.638.32.2%201.01.366%201.103.286%201.525.534.422.248.62.614.205.36.205.917%200%20.91-.645%201.432-.645.515-1.836.515-.813%200-1.458-.304-.645-.31-.942-.87zm6.43-7.174q0-.33.16-.478.163-.155.53-.155.377%200%20.538.15.16.142.16.483%200%20.372-.166.508-.168.13-.533.13-.392%200-.54-.167-.15-.166-.15-.47zm.155%208.154V43.58h1.067v6.505zm3.175%200V43.58h1.067v.968q.453-.453%201.054-.8.603-.354%201.21-.354.943%200%201.383.54.44.533.44%201.81v4.34h-1.066v-3.83q0-.93-.093-1.24-.093-.31-.304-.448-.21-.142-.614-.142-.41%200-.955.31-.545.31-1.053.756v4.595zm6.89-3.2q0-1.785.694-2.635.7-.857%202.11-.857%201.264%200%201.896.732.633.725.633%202.24v.594h-4.23q0%201.29.44%201.84.44.546%201.415.546.434%200%20.762-.18.33-.186.633-.595l.88.547q-.372.558-.905.862-.533.297-1.445.297-1.45%200-2.17-.844-.713-.843-.713-2.55zm1.116-.762h3.175q-.012-.875-.37-1.358-.355-.484-1.155-.484-.762%200-1.147.44-.378.434-.502%201.402zm5.476%202.982l.855-.52q.49.787%201.575.787.707%200%201.055-.266.353-.272.353-.73%200-.274-.124-.44-.124-.175-.384-.3-.26-.13-1.067-.346-1.16-.267-1.637-.738-.47-.472-.47-1.253%200-.862.62-1.383.62-.52%201.716-.52.85%200%201.427.334.577.335.844.806l-.85.52q-.508-.762-1.444-.762-.534%200-.906.236-.366.236-.366.732%200%20.44.323.638.323.2%201.01.366%201.105.286%201.527.534.422.248.62.614.205.36.205.917%200%20.91-.645%201.432-.645.515-1.836.515-.81%200-1.456-.304-.645-.31-.942-.87zm6.15%200l.857-.52q.49.787%201.574.787.707%200%201.054-.266.354-.272.354-.73%200-.274-.124-.44-.124-.175-.385-.3-.26-.13-1.066-.346-1.16-.267-1.638-.738-.47-.472-.47-1.253%200-.862.62-1.383.62-.52%201.716-.52.85%200%201.426.334.577.335.844.806l-.85.52q-.508-.762-1.445-.762-.532%200-.904.236-.366.236-.366.732%200%20.44.322.638.323.2%201.01.366%201.105.286%201.527.534.42.248.62.614.203.36.203.917%200%20.91-.644%201.432-.646.515-1.837.515-.812%200-1.457-.304-.645-.31-.943-.87z%22%20font-size%3D%2248%22%20font-family%3D%22Clear%20Sans%22%20fill%3D%22%23fff%22%20font-weight%3D%22400%22%20letter-spacing%3D%220%22%20word-spacing%3D%220%22%2F%3E%3Cpath%20d%3D%22M27.805%2045.117l3.05%204.19%204.898-6.732%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222.646%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20style%3D%22-inkscape-font-specification%3A'Clear%20Sans'%22%20d%3D%22M51.26%2069.74q0-2.258.85-3.362.85-1.11%202.643-1.11%201.767%200%202.63%201.085.86%201.085.86%203.386%200%202.312-.873%203.39-.87%201.08-2.617%201.08-1.774%200-2.636-1.098-.856-1.097-.856-3.373zm1.204%200q0%201.79.54%202.622.546.83%201.75.83%201.195%200%201.74-.824.547-.824.547-2.63%200-1.78-.54-2.616-.532-.837-1.747-.837-1.216%200-1.755.837-.534.837-.534%202.617zm6.81-1.322v-.893h.93v-1.81h1.066v1.81h1.65v.893h-1.65v3.442q0%20.787.155%201.128.16.34.707.34.47%200%20.874-.172l.28.874q-.62.192-1.228.192-.993%200-1.427-.52-.427-.52-.427-1.638v-3.646zm5.276%205.612v-9.233h1.067v3.696q.453-.453%201.054-.8.603-.354%201.21-.354.943%200%201.383.54.44.532.44%201.81v4.34h-1.066v-3.832q0-.93-.093-1.234-.087-.31-.298-.453-.21-.14-.62-.14-.41%200-.955.31-.544.31-1.053.755v4.595zm6.89-3.2q0-1.786.694-2.635.7-.856%202.11-.856%201.264%200%201.896.73.633.726.633%202.24v.595h-4.23q0%201.29.44%201.842.44.545%201.415.545.434%200%20.763-.18.33-.186.633-.595l.88.546q-.37.558-.905.862-.533.297-1.444.297-1.452%200-2.17-.843-.714-.844-.714-2.55zm1.116-.762h3.175q-.01-.875-.37-1.358-.354-.484-1.154-.484-.763%200-1.148.44-.378.434-.502%201.402zm5.91%203.962v-6.505h1.066v1.054q.447-.453.937-.8.495-.354%201.096-.354.404%200%20.645.13l-.23%201.023q-.172-.075-.494-.075-.478%200-.924.223-.44.217-1.03.806v4.496z%22%20font-size%3D%2248%22%20font-family%3D%22Clear%20Sans%22%20font-weight%3D%22400%22%20letter-spacing%3D%220%22%20word-spacing%3D%220%22%20fill%3D%22%23fff%22%20fill-opacity%3D%22.51%22%2F%3E%3C%2Fsvg%3E");
}
.publish{
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22467914.469%22%20height%3D%22467914.431%22%20viewBox%3D%220%200%20438.66982%20438.66979%22%3E%3Cg%20fill%3D%22%23357f62%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M433.67%20219.335A214.335%20214.335%200%200%201%20219.335%20433.67%20214.335%20214.335%200%200%201%205%20219.335%20214.335%20214.335%200%200%201%20219.335%205%20214.335%20214.335%200%200%201%20433.67%20219.335z%22%20stroke-width%3D%2210%22%2F%3E%3Cpath%20d%3D%22M317.855%20119.037H206.002c-17.756%200-32.05%2014.295-32.05%2032.05v44.403c0%2017.755%2014.294%2032.05%2032.05%2032.05h111.853c17.756%200%2032.05-14.295%2032.05-32.05v-44.403c0-17.755-14.294-32.05-32.05-32.05z%22%20stroke-width%3D%226%22%20stroke-opacity%3D%22.099%22%2F%3E%3Cpath%20d%3D%22M310.127%20128.035h-112.76c-17.755%200-32.05%2014.294-32.05%2032.05v44.962c0%2017.756%2014.295%2032.05%2032.05%2032.05h112.76c17.756%200%2032.05-14.294%2032.05-32.05v-44.962c0-17.756-14.294-32.05-32.05-32.05z%22%20stroke-width%3D%227%22%20stroke-opacity%3D%22.234%22%2F%3E%3Cpath%20d%3D%22M300.586%20138.497H186.012c-17.756%200-32.05%2014.295-32.05%2032.05v46.1c0%2017.755%2014.294%2032.05%2032.05%2032.05h114.574c17.756%200%2032.05-14.295%2032.05-32.05v-46.1c0-17.755-14.294-32.05-32.05-32.05z%22%20stroke-width%3D%228%22%20stroke-opacity%3D%22.502%22%2F%3E%3Cpath%20d%3D%22M288.324%20151.002H171.936c-17.756%200-32.05%2014.294-32.05%2032.05v47.24c0%2017.757%2014.294%2032.05%2032.05%2032.05h116.388c17.755%200%2032.05-14.293%2032.05-32.05v-47.24c0-17.756-14.295-32.05-32.05-32.05z%22%20stroke-width%3D%229%22%20stroke-opacity%3D%22.743%22%2F%3E%3Cpath%20d%3D%22M273.34%20165.555H156.046c-17.756%200-32.05%2014.294-32.05%2032.05v47.814c0%2017.754%2014.294%2032.05%2032.05%2032.05H273.34c17.756%200%2032.05-14.296%2032.05-32.05v-47.816c0-17.756-14.294-32.05-32.05-32.05z%22%20stroke-width%3D%2210%22%2F%3E%3Cpath%20d%3D%22M256.997%20181.133H138.84c-17.756%200-32.05%2014.295-32.05%2032.05v48.362c0%2017.756%2014.294%2032.05%2032.05%2032.05h118.157c17.756%200%2032.05-14.294%2032.05-32.05v-48.362c0-17.755-14.294-32.05-32.05-32.05z%22%20fill%3D%22%23fff%22%20stroke-width%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.trigger-text{
  color:white;
  font-family:clear_sansregular;
  font-size:125%;
  line-height:120%;
  margin:0 auto;
}
@media (max-width: 1280px){
  .advant column[cols="4"] .trigger-text{
    /* width:80%; */
  }
}

/*
@media (max-width: 800px){
  .advant column[cols="4"] .trigger-text{
    width:100%;
  }
}

*/
.main column .trigger-text{
  text-align:center;
  width:160px;
}
@media (max-width: 2560px){
  .main column .trigger-text{
    margin:0 auto;
  }
}
@media (max-width: 1440px){
  .main column .trigger-text{
    margin:0 auto;
  }
}
@media (max-width: 1280px){
  .main column .trigger-text{
    margin:0 auto;
  }
}
.trigger-arrow{
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22126849.097%22%20height%3D%22111352.607%22%20viewBox%3D%220%200%20118.92103%20104.39307%22%3E%3Cpath%20d%3D%22M74.9%200v13.247H0v77.897h74.9v13.25l44.02-52.198L74.9%200z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size:40px 30px;
  background-repeat:no-repeat;
  background-position:bottom 15px center;
  width:60px;
}
.no-svg .trigger-arrow{
  background-image:url(57a0622519f25751c8ddf94935926858-40x30.png);
}
.trigger-pluse{
  width:60px;
  font-size:8.125rem;
  color:white;
}
.close{
  display:block;
}
.popup{
  display:none;
}
.popup .section-head h2{
  color:#00965b;
}
.modal-form-text{
  height:150px;
  padding:20px  20px;
  border:1px solid #ae9662;
  border-radius:10px;
  font-size:2.0625rem;
}
@media (max-width: 1920px){
  .modal-form-text{
    font-size:1.40625rem;
    padding:20px 20px;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp{
  padding:0;
  margin:0;
  border:0;
  outline:none;
  vertical-align:top;
}
.fancybox-wrap{
  position:absolute;
  top:0;
  left:0;
  z-index:8020;
}
.fancybox-skin{
  position:relative;
  background:#fff;
  color:#000;
  padding:40px;
  text-shadow:none;
  border-radius:4px;
}
.fancybox-opened{
  z-index:8030;
}
.fancybox-opened .fancybox-skin{
  box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner{
  position:relative;
}
.fancybox-inner{
  overflow:hidden;
}
.fancybox-type-iframe .fancybox-inner{
  -webkit-overflow-scrolling:touch;
}
.fancybox-error{
  color:#444;
  font:0.875rem/1.25rem clear_sansregular;
  margin:0;
  padding:15px;
  white-space:nowrap;
}
.fancybox-image, .fancybox-iframe{
  display:block;
  width:100%;
  height:100%;
}
.fancybox-image{
  max-width:100%;
  max-height:100%;
}
#fancybox-loading{
  position:fixed;
  top:50%;
  left:50%;
  margin-top:-22px;
  margin-left:-22px;
  background-position:0 -108px;
  opacity:0.8;
  cursor:pointer;
  z-index:8060;
}
#fancybox-loading div{
  width:44px;
  height:44px;
  background:url('../img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close{
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22%23ef7f3c%22%3E%3Cpath%20style%3D%22line-height%3Anormal%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration-line%3Anone%3Btext-decoration-style%3Asolid%3Btext-decoration-color%3A%23000000%3Btext-transform%3Anone%3Bblock-progression%3Atb%3Bisolation%3Aauto%3Bmix-blend-mode%3Anormal%22%20d%3D%22M3.97%200C2.877%200%201.886.447%201.167%201.166c-.18.18-.343.376-.486.588C.253%202.388%200%203.15%200%203.97v17.06C0%2023.215%201.788%2025%203.97%2025h17.06c2.184%200%203.97-1.786%203.97-3.97V3.97C25%201.785%2023.214%200%2021.03%200H3.97zm0%201.898h17.06c1.163%200%202.072.907%202.072%202.07V21.03c0%20.293-.058.568-.16.817-.31.746-1.04%201.256-1.913%201.256H3.97c-1.163%200-2.072-.907-2.072-2.07V3.968c0-.147.014-.29.04-.425.028-.136.07-.266.12-.39.104-.25.254-.473.44-.66.372-.37.89-.597%201.47-.597zm3.227%203.885L5.783%207.197l5.303%205.303-5.303%205.305%201.414%201.414%205.303-5.305%205.303%205.303%201.414-1.415-5.303-5.305%205.303-5.303-1.414-1.414-5.303%205.304L7.197%205.78z%22%20color%3D%22%23000%22%20font-family%3D%22sans-serif%22%20white-space%3D%22normal%22%20overflow%3D%22visible%22%20opacity%3D%22.98%22%20solid-color%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E");
  background-size:20px 20px;
  position:absolute;
  top:0px;
  right:0px;
  width:20px;
  height:20px;
  cursor:pointer;
  z-index:99999;
}
.no-svg .fancybox-close{
  background-image:url(e411163bf7c2bf115d072117c544256c-20x20.png);
}
.fancybox-nav{
  position:absolute;
  top:0;
  width:40%;
  height:100%;
  cursor:pointer;
  text-decoration:none;
  background:transparent url('../img/blank.gif');
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  z-index:8040;
}
.fancybox-prev{
  left:0;
}
.fancybox-next{
  right:0;
}
.fancybox-nav span{
  position:absolute;
  top:50%;
  width:36px;
  height:34px;
  margin-top:-18px;
  cursor:pointer;
  z-index:8040;
  visibility:hidden;
}
.fancybox-prev span{
  left:10px;
  background-position:0 -36px;
}
.fancybox-next span{
  right:10px;
  background-position:0 -72px;
}
.fancybox-nav:hover span, .fancybox-nav:focus span{
  visibility:visible;
}
.fancybox-tmp{
  position:absolute;
  top:-99999px;
  left:-99999px;
  visibility:hidden;
  max-width:99999px;
  max-height:99999px;
  overflow:visible !important;
}
.fancybox-lock{
  width:auto;
}
.fancybox-lock,.fancybox-lock body{
  overflow:hidden !important;
}
.fancybox-lock-test{
  overflow-y:hidden !important;
}
.fancybox-overlay{
  position:absolute;
  top:0;
  left:0;
  overflow:hidden;
  display:none;
  z-index:8010;
  background:url('../img/fancybox_overlay.png');
}
.fancybox-overlay-fixed{
  position:fixed;
  bottom:0;
  right:0;
}
.fancybox-lock .fancybox-overlay{
  overflow:auto;
  overflow-y:scroll;
}
.fancybox-title{
  visibility:hidden;
  font:400 0.8125rem/1.25rem clear_sansregular;
  position:relative;
  text-shadow:none;
  z-index:8050;
}
.fancybox-opened .fancybox-title{
  visibility:visible;
}
.fancybox-title-float-wrap{
  position:absolute;
  bottom:0;
  right:50%;
  margin-bottom:-35px;
  z-index:8050;
  text-align:center;
  background-color:#dfcfad;
}
.fancybox-title-float-wrap .child{
  display:inline-block;
  margin-right:-100%;
  padding:2px 20px;
  background:transparent;
  background:#000000;
  background:rgba(0, 0, 0, 0.8);
  border-radius:15px;
  text-shadow:0 1px 2px #222;
  color:#FFF;
  font-weight:700;
  line-height:1.5rem;
  white-space:nowrap;
}
.fancybox-title-outside-wrap{
  position:relative;
  margin-top:10px;
  color:#fff;
}
.fancybox-title-inside-wrap{
  padding-top:10px;
}
.fancybox-title-over-wrap{
  position:absolute;
  bottom:0;
  left:0;
  color:#fff;
  padding:10px;
  background:#000;
  background:rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{
    background-image:url('../img/fancybox_sprite@2x.png');
    background-size:44px 152px;
  }
  #fancybox-loading div{
    background-image:url('../img/fancybox_loading@2x.gif');
    background-size:24px 24px;
  }
}
.popup-form-close{
  top:-10px;
  right:-10px;
}
.top-form-title{
  font-weight:700;
  font-size:1.875rem;
  margin-bottom:20px;
  line-height:130%;
  color:#00965b;
}
input.top-form-text{
  margin-bottom:10px;
}
.scroll{
  display:block;
  width:48px;
  height:48px;
  background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2237%22%20height%3D%2237%22%20viewBox%3D%220%200%2037.000001%2037.000001%22%3E%3Cg%20transform%3D%22translate(-3674.79%20-10597.16)%22%3E%3Crect%20ry%3D%220%22%20rx%3D%220%22%20y%3D%2210600.751%22%20x%3D%223678.082%22%20height%3D%2230%22%20width%3D%2230.447%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20style%3D%22line-height%3Anormal%3B-inkscape-font-specification%3ASans%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration-line%3Anone%3Btext-transform%3Anone%3Bblock-progression%3Atb%22%20d%3D%22M3677.29%2010599.66v32h32v-32h-32zm2%202h28v28h-28v-28zm14%201.28l-2.25%202.5-10.564%2011.814%204.47%204%208.312-9.313%208.343%209.315%204.47-4-10.56-11.813-2.22-2.5z%22%20color%3D%22%23000%22%20font-family%3D%22Sans%22%20overflow%3D%22visible%22%20stroke-width%3D%225%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M3677.29%2010599.66v32h32v-32h-32zm2%202h28v28h-28v-28zm14%201.28l-2.25%202.5-10.564%2011.814%204.47%204%208.312-9.313%208.343%209.315%204.47-4-10.56-11.813-2.22-2.5z%22%20style%3D%22line-height%3Anormal%3B-inkscape-font-specification%3ASans%3Btext-indent%3A0%3Btext-align%3Astart%3Btext-decoration-line%3Anone%3Btext-transform%3Anone%3Bblock-progression%3Atb%22%20color%3D%22%23000%22%20font-family%3D%22Sans%22%20overflow%3D%22visible%22%20fill%3D%22%23ee6d21%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size:48px 48px;
  bottom:20px;
  right:25px;
  left:auto;
  position:fixed;
  -webkit-transition:all 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0s;
  transition:all 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0s;
  z-index:1000;
  opacity:0;
}
.no-svg .scroll{
  background-image:url(6ea65b5875c335282a0750a7400f1e98-48x48.png);
}
@media all and (max-width: 1440px){
  .scroll{
    width:32px;
    height:32px;
    background-size:32px 32px;
    bottom:20px;
    right:25px;
  }
}
th{
  white-space:nowrap;
}
td, th{
  text-align:center;
}
.red{
  color:#e74600;
}
.cell-head{
  text-align:left;
  font-weight:700;
  cursor:help;
}
button.simple, button.best, button.gold{
  width:120px;
  padding:0 15px;
  line-height:0;
}
button.simple{
  background-color:darkgray;
}
button.gold{
  background-color:#00965b;
}
.option-icon{
  cursor:help;
  width:16px;
  height:16px;
  background-size:16px 16px;
  background-repeat:no-repeat;
  background-position:top left;
  display:inline-block;
}
.photo-icon{
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%2300965b%22%3E%3Cpath%20d%3D%22M20.5%207C18%207%2016%209%2016%2011.5s2%204.5%204.5%204.5%204.5-2%204.5-4.5S23%207%2020.5%207zm0%207c-1.4%200-2.5-1.1-2.5-2.5S19.1%209%2020.5%209s2.5%201.1%202.5%202.5-1.1%202.5-2.5%202.5z%22%2F%3E%3Cpath%20d%3D%22M26.8%203H5.2C4%203%203%204%203%205.2v21.6C3%2028%204%2029%205.2%2029h21.6c1.2%200%202.2-1%202.2-2.2V5.2C29%204%2028%203%2026.8%203zM5%2026.8v-5.6l5-5L20.8%2027H5.2c-.1%200-.2-.1-.2-.2zm22%200c0%20.1-.1.2-.2.2h-3.2L10%2013.4l-5%205V5.2c0-.1.1-.2.2-.2h21.6c.1%200%20.2.1.2.2v21.6z%22%2F%3E%3C%2Fsvg%3E");
}
.video-icon{
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%2300965b%22%3E%3Cpath%20d%3D%22M30%209.2L24%2013V8H4.3C3%208%202%209%202%2010.2v11.7C2%2023%203%2024%204.3%2024H24v-4.9l6%203.8V9.2zM22%2022H4.3c-.2%200-.3-.1-.3-.2V10.2s.1-.2.3-.2H22v12zm6-2.8l-4-2.5v-1.4l4-2.5v6.4z%22%2F%3E%3C%2Fsvg%3E");
}
.user-icon{
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%2300965b%22%3E%3Cpath%20d%3D%22M28.3%2023.1c-.8-.6-1.8-.8-2.9-1.1-1.2-.3-2.4-.5-3.3-1.3l-.1-.1s-.5-.4-.6-.9c-.1-.5.1-1%20.6-1.6%201.9-2.4%202.8-4.8%202.8-7.2%200-5-4-8.9-8.8-8.9s-8.8%203.9-8.8%208.8c0%202.2.9%204.7%202.8%207.2.5.6.7%201.2.6%201.7-.1.6-.6.9-.6.9l-.2.1c-.9.8-2.1%201.1-3.3%201.3-1.1.2-2.1.5-2.9%201.1C2.2%2024.2%202%2025.8%202%2026.4V30h27.8v-3.5c.2-.7-.1-2.3-1.5-3.4zM4%2028v-1.7s0-1%20.9-1.7c.4-.3%201.2-.5%202-.7%201.3-.3%202.9-.6%204.2-1.8.3-.2%201.2-.9%201.4-2.1.2-1.1-.1-2.2-.9-3.3-1.6-2.2-2.4-4.3-2.4-6C9.2%207%2012.3%204%2016%204s6.8%203%206.8%206.8c0%202-.8%203.9-2.4%206-.8%201.1-1.2%202.2-1%203.2.2%201.3%201.2%202%201.5%202.2%201.3%201.1%202.9%201.5%204.2%201.8.8.2%201.6.4%202%20.7.9.7.8%201.7.8%201.8v1.6H4z%22%2F%3E%3C%2Fsvg%3E");
}
.navigate-icon{
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%2300965b%22%3E%3Cpath%20d%3D%22M15%2028.9L3.7%204.1l25.6%2011L18%2018l-3%2010.9zm-7.3-21l6.9%2015.2%201.9-6.7%206.8-1.8L7.7%207.9z%22%2F%3E%3C%2Fsvg%3E");
}
.link-icon{
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%2300965b%22%3E%3Cpath%20d%3D%22M27.3%2019.1L24%2015.8l-1.4%201.4%203.3%203.3c1.5%201.5%201.5%203.9%200%205.4-1.4%201.4-3.9%201.4-5.4%200l-5.8-5.8c-.7-.7-1.1-1.6-1.1-2.6.1-1%20.6-2.1%201.6-3.2.2-.2.3-.4.3-.7%200-.3-.1-.5-.3-.7-.4-.4-1-.4-1.4%200-1.4%201.4-2.1%202.9-2.2%204.5-.1%201.5.5%202.9%201.7%204.1l5.8%205.8c1.1%201.1%202.5%201.7%204.1%201.7%201.5%200%203-.6%204.1-1.7%202.3-2.3%202.3-5.9%200-8.2z%22%2F%3E%3Cpath%20d%3D%22M11.5%206.1l5.8%205.8c1.6%201.6%201.5%203.9-.5%205.8-.2.2-.3.5-.3.7s.1.5.3.7c.2.2.4.3.7.3s.5-.1.7-.3c3.2-3.2%202.5-6.6.5-8.7l-5.8-5.8C11.8%203.6%2010.3%203%208.8%203c-1.5%200-3%20.6-4.1%201.7C3.6%205.8%203%207.2%203%208.8s.6%203%201.7%204.1l3.4%203.4%201.4-1.4-3.4-3.4C5.4%2010.8%205%209.8%205%208.8c0-1%20.4-2%201.1-2.7%201.4-1.4%203.9-1.4%205.4%200z%22%2F%3E%3C%2Fsvg%3E");
}
.calendar-icon{
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%2300965b%22%3E%3Cpath%20d%3D%22M27.7%205H26v2h1.7c.2%200%20.3.1.3.3v19.4c0%20.2-.1.3-.3.3H4.3c-.2%200-.3-.1-.3-.3V7.3c0-.2.1-.3.3-.3H6V5H4.3C3%205%202%206%202%207.3v19.4C2%2028%203%2029%204.3%2029h23.4c1.3%200%202.3-1%202.3-2.3V7.3C30%206%2029%205%2027.7%205z%22%2F%3E%3Cpath%20d%3D%22M12%205h8v2h-8zm-3%205c.6%200%201-.4%201-1V4c0-.6-.4-1-1-1s-1%20.4-1%201v5c0%20.6.4%201%201%201zm14%200c.6%200%201-.4%201-1V4c0-.6-.4-1-1-1s-1%20.4-1%201v5c0%20.6.4%201%201%201zM8%2017h2v3H8zm5%200h2v3h-2zm5%200h2v3h-2zm5%200h2v3h-2zM8%2022h2v3H8zm5%200h2v3h-2zm5%200h2v3h-2zm5%200h2v3h-2z%22%2F%3E%3C%2Fsvg%3E");
}
sup{
  color:red;
}
.describe{
  font-size:small;
}
.roub{
  font-family:rouble;
}
.reviews .section-head h2, .price .section-head h2{
  color:#00965b;
}
.stats .section-head.stats h2{
    font-size: 24px;
}


.reviews .row-container{
  margin-top:20px;
}
.reviews p{
  line-height:125%;
  text-align:justify;
}
.review-name{
  font-weight:700;
  text-align:right;
  padding-bottom:10px;
  border-bottom:1px solid #00965b;
  margin-bottom:10px;
}
.footer{
  background-color:#00965b;
  padding:50px 0;
  color:white;
}
.copy-text{
  text-align:center;
}
.section.payment{
  border-top:3px solid #00965b;
}
.section.payment h2{
  color:#00965b;
}
.payform{
 /*  width:450px; */
  margin:20px auto;
}
ol li{
  margin-bottom:10px;
}
.bottom-buy{
  display:block;
  width: 300px;
}
.bottom-buy,.button-place{
  margin:0 auto;
}

.social{
    width: 320px;
    margin: 30px auto;
}



.icon{
  display:inline-block;
  background-size:32px 32px;
  background-repeat:no-repeat;
  background-position: top left;
  width:32px;
  height:32px;
  margin:5px;
}

@media ( max-width: 480px ){
	.icon{
	  background-size:28px 28px;
	  width: 28px;
	  height: 28px;
	  margin: 5px;
  }
	.social{
		width: 280px;
		margin: 30px auto;
	}
}

.icon-vk{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%23FFFFFF%22%3E%3Ctitle%3Evk%3C%2Ftitle%3E%3Cpath%20d%3D%22M29%200H3C1.35%200%200%201.35%200%203v26c0%201.65%201.35%203%203%203h26c1.65%200%203-1.35%203-3V3c0-1.65-1.35-3-3-3zm-3.08%2022.4l-2.926.044s-.63.125-1.456-.444c-1.094-.75-2.125-2.706-2.93-2.45-.814.256-.79%202.012-.79%202.012s.007.375-.18.575c-.2.22-.6.262-.6.262h-1.306s-2.888.174-5.43-2.476c-2.776-2.887-5.226-8.62-5.226-8.62s-.144-.374.013-.555c.174-.207.643-.22.643-.22l3.13-.02s.295.05.507.207c.175.125.27.37.27.37s.505%201.28%201.174%202.437c1.306%202.256%201.92%202.75%202.362%202.513.644-.35.45-3.194.45-3.194s.012-1.03-.325-1.488c-.26-.356-.755-.463-.968-.488-.175-.025.113-.43.488-.62.563-.274%201.556-.293%202.73-.28.914.006%201.182.07%201.54.15%201.08.262.71%201.27.71%203.68%200%20.776-.136%201.864.42%202.22.238.156.825.025%202.294-2.47.694-1.18%201.22-2.568%201.22-2.568s.112-.25.287-.357c.182-.106.426-.075.426-.075l3.294-.02s.988-.118%201.15.332c.17.47-.37%201.563-1.712%203.356-2.206%202.944-2.456%202.67-.62%204.37%201.75%201.624%202.114%202.418%202.176%202.518.712%201.2-.813%201.294-.813%201.294z%22%2F%3E%3C%2Fsvg%3E");
}
.icon-checkmark{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%23FFFFFF%22%3E%3Ctitle%3Echeckmark%3C%2Ftitle%3E%3Cpath%20d%3D%22M27%204L12%2019l-7-7-5%205%2012%2012L32%209z%22%2F%3E%3C%2Fsvg%3E");
}
.icon-checkmark2{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%23FFFFFF%22%3E%3Ctitle%3Echeckmark2%3C%2Ftitle%3E%3Cpath%20d%3D%22M12.42%2028.678L-.013%2016.44l6.168-6.07%206.265%206.166L25.846%203.322l6.168%206.07L12.42%2028.68zM3.372%2016.44l9.048%208.906L28.628%209.393l-2.782-2.74L12.42%2019.87%206.155%2013.7l-2.782%202.74z%22%2F%3E%3C%2Fsvg%3E");
}
.icon-cross{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%23FFFFFF%22%3E%3Ctitle%3Ecross%3C%2Ftitle%3E%3Cpath%20d%3D%22M31.708%2025.708L22%2016l9.708-9.708a1%201%200%200%200%200-1.414L27.122.292a1%201%200%200%200-1.414%200L16%209.998%206.292.29a.998.998%200%200%200-1.414.002L.292%204.878a1%201%200%200%200%200%201.414L10%2016%20.292%2025.708a1%201%200%200%200%200%201.414l4.586%204.586a1%201%200%200%200%201.414%200L16%2022l9.708%209.708a1%201%200%200%200%201.414%200l4.586-4.586a1%201%200%200%200%200-1.414z%22%2F%3E%3C%2Fsvg%3E");
}
.icon-mail{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%23FFFFFF%22%3E%3Ctitle%3Email%3C%2Ftitle%3E%3Cpath%20d%3D%22M26.666%200H5.334C2.4%200%200%202.4%200%205.333v21.333C0%2029.6%202.4%2032%205.334%2032h21.332C29.602%2032%2032%2029.6%2032%2026.666V5.333C32%202.4%2029.602%200%2026.666%200zM8%208h16c.286%200%20.563.06.817.177L16%2018.463%207.183%208.176C7.437%208.06%207.713%208%208%208zM6%2022V10c0-.042.002-.084.004-.125l5.864%206.842-5.8%205.8a1.983%201.983%200%200%201-.07-.517zm18%202H8c-.177%200-.35-.024-.517-.07l5.69-5.69L16%2021.537l2.826-3.297%205.69%205.69c-.166.046-.34.07-.516.07zm2-2c0%20.177-.024.35-.07.517l-5.8-5.8%205.865-6.842c.003.04.004.083.004.125v12z%22%2F%3E%3C%2Fsvg%3E");
}
.icon-equalizer{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%23FFFFFF%22%3E%3Ctitle%3Eequalizer%3C%2Ftitle%3E%3Cpath%20d%3D%22M14%204v-.5c0-.825-.675-1.5-1.5-1.5h-5C6.675%202%206%202.675%206%203.5V4H0v4h6v.5c0%20.825.675%201.5%201.5%201.5h5c.825%200%201.5-.675%201.5-1.5V8h18V4H14zM8%208V4h4v4H8zm18%205.5c0-.825-.675-1.5-1.5-1.5h-5c-.825%200-1.5.675-1.5%201.5v.5H0v4h18v.5c0%20.825.675%201.5%201.5%201.5h5c.825%200%201.5-.675%201.5-1.5V18h6v-4h-6v-.5zM20%2018v-4h4v4h-4zm-6%205.5c0-.825-.675-1.5-1.5-1.5h-5c-.825%200-1.5.675-1.5%201.5v.5H0v4h6v.5c0%20.825.675%201.5%201.5%201.5h5c.825%200%201.5-.675%201.5-1.5V28h18v-4H14v-.5zM8%2028v-4h4v4H8z%22%2F%3E%3C%2Fsvg%3E");
}
.icon-facebook2{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%23FFFFFF%22%3E%3Ctitle%3Efacebook2%3C%2Ftitle%3E%3Cpath%20d%3D%22M29%200H3C1.35%200%200%201.35%200%203v26c0%201.65%201.35%203%203%203h13V18h-4v-4h4v-2c0-3.306%202.694-6%206-6h4v4h-4c-1.1%200-2%20.9-2%202v2h6l-1%204h-5v14h9c1.65%200%203-1.35%203-3V3c0-1.65-1.35-3-3-3z%22%2F%3E%3C%2Fsvg%3E");
}
.icon-google-plus2{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%23FFFFFF%22%3E%3Ctitle%3Egoogle-plus2%3C%2Ftitle%3E%3Cpath%20d%3D%22M29%200H3C1.35%200%200%201.35%200%203v26c0%201.65%201.35%203%203%203h26c1.65%200%203-1.35%203-3V3c0-1.65-1.35-3-3-3zM12%2024c-4.425%200-8-3.575-8-8s3.575-8%208-8c2.162%200%203.97.787%205.363%202.094l-2.175%202.088c-.594-.57-1.63-1.23-3.188-1.23-2.73%200-4.963%202.262-4.963%205.05s2.23%205.05%204.963%205.05c3.17%200%204.356-2.276%204.538-3.45H12v-2.745h7.557c.07.4.125.8.125%201.325%200%204.575-3.063%207.82-7.68%207.82zm16-8h-2v2h-2v-2h-2v-2h2v-2h2v2h2v2z%22%2F%3E%3C%2Fsvg%3E");
}
.icon-telegram{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%23FFFFFF%22%3E%3Ctitle%3Etelegram%3C%2Ftitle%3E%3Cpath%20d%3D%22M16%200C7.162%200%200%207.162%200%2016s7.162%2016%2016%2016%2016-7.163%2016-16S24.837%200%2016%200zm7.863%2010.97l-2.625%2012.368c-.18.88-.712%201.087-1.45.68l-4-2.955-1.92%201.87c-.224.218-.4.4-.8.4-.518%200-.43-.195-.605-.69L11.1%2018.17l-3.956-1.232c-.856-.262-.862-.85.194-1.27L22.75%209.72c.7-.318%201.38.17%201.113%201.25z%22%2F%3E%3C%2Fsvg%3E");
}
.icon-twitter{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%23FFFFFF%22%3E%3Ctitle%3Etwitter%3C%2Ftitle%3E%3Cpath%20d%3D%22M32%207.075a12.94%2012.94%200%200%201-3.77%201.03%206.6%206.6%200%200%200%202.888-3.63%2013.21%2013.21%200%200%201-4.17%201.594A6.565%206.565%200%200%200%2022.156%204a6.563%206.563%200%200%200-6.563%206.563c0%20.512.056%201.012.17%201.494A18.635%2018.635%200%200%201%202.23%205.195a6.56%206.56%200%200%200-.887%203.3%206.557%206.557%200%200%200%202.92%205.463%206.565%206.565%200%200%201-2.976-.82v.082a6.565%206.565%200%200%200%205.27%206.437%206.574%206.574%200%200%201-2.97.112A6.588%206.588%200%200%200%209.72%2024.33a13.17%2013.17%200%200%201-9.726%202.72A18.568%2018.568%200%200%200%2010.064%2030c12.074%200%2018.68-10.007%2018.68-18.682%200-.287-.006-.57-.02-.85A13.216%2013.216%200%200%200%2032%207.076z%22%2F%3E%3C%2Fsvg%3E");
}
.icon-youtube{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%23FFFFFF%22%3E%3Ctitle%3Eyoutube%3C%2Ftitle%3E%3Cpath%20d%3D%22M31.68%209.6s-.312-2.206-1.274-3.175c-1.22-1.275-2.58-1.28-3.206-1.356-4.475-.326-11.194-.326-11.194-.326h-.012s-6.72%200-11.194.325c-.625.074-1.987.08-3.206%201.355C.63%207.395.324%209.6.324%209.6s-.318%202.588-.318%205.18v2.426c0%202.587.32%205.18.32%205.18s.312%202.207%201.268%203.176c1.22%201.275%202.82%201.23%203.53%201.37%202.564.243%2010.882.318%2010.882.318s6.725-.012%2011.2-.33c.625-.076%201.988-.082%203.206-1.357.962-.97%201.275-3.175%201.275-3.175s.32-2.587.32-5.18V14.78c-.007-2.588-.326-5.18-.326-5.18zM12.695%2020.15v-8.994l8.644%204.513-8.644%204.48z%22%2F%3E%3C%2Fsvg%3E");
}
.icon-equalizer{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%23FFFFFF%22%3E%3Ctitle%3Eequalizer%3C%2Ftitle%3E%3Cpath%20d%3D%22M14%204v-.5c0-.825-.675-1.5-1.5-1.5h-5C6.675%202%206%202.675%206%203.5V4H0v4h6v.5c0%20.825.675%201.5%201.5%201.5h5c.825%200%201.5-.675%201.5-1.5V8h18V4H14zM8%208V4h4v4H8zm18%205.5c0-.825-.675-1.5-1.5-1.5h-5c-.825%200-1.5.675-1.5%201.5v.5H0v4h18v.5c0%20.825.675%201.5%201.5%201.5h5c.825%200%201.5-.675%201.5-1.5V18h6v-4h-6v-.5zM20%2018v-4h4v4h-4zm-6%205.5c0-.825-.675-1.5-1.5-1.5h-5c-.825%200-1.5.675-1.5%201.5v.5H0v4h6v.5c0%20.825.675%201.5%201.5%201.5h5c.825%200%201.5-.675%201.5-1.5V28h18v-4H14v-.5zM8%2028v-4h4v4H8z%22%2F%3E%3C%2Fsvg%3E");
}

.counts{
	background: #357F62;
	padding: 30px 0;
	border-radius: 0 0 10px 10px;
	box-shadow: 1px 2px 2px #2F7A5C;
}

.countdown{
	width: 400px;

	margin: 0 auto;
	text-align: center;
	font-family:'Cleanvertising';
	font-size: 20px;
	font-weight: bold;
	color:#fff;

}

#clock{
	color:#fff;
	background: #357F62
}

.counter { width: 310px; height: 45px; margin: 15px auto 0px; font-family: Tahoma,Arial; font-size: 24px; color: rgb(0, 0, 0); font-weight: bold; overflow: hidden; }
.counter p { float: left; padding: 0px; margin: 0px 17px 0px 13px; }
.counter div { float: left; position: relative; margin: 0px 3px 0px 0px; padding: 0px; background: url('bg_figure.png') repeat-x scroll left center transparent; }
.counter div:before, #counter div:after { position: absolute; bottom: -4px; left: 1px; right: 1px; top: 0px; z-index: -1; }
.counter div:after { left: 2px; right: 2px; bottom: -7px; z-index: -2; }
.digit { width: 45px; position: absolute; top: 0px; left: 15px; padding: 0px; }
.counter div p { position: relative; width: 45px; height: 45px; line-height: 45px; padding: 0px; margin: 0px; }
.counter .countDays { display: none; }
.counter .countHours { margin: 0px 10px 0px 0px; float: left; }
.counter .countMinutes { margin: 0px 10px 0px 0px; float: left; }
.text { width: 310px; margin: 5px auto 30px; font-family: "Century Gothic",Arial; font-size: 12px; color: rgb(255, 255, 255); text-transform: uppercase; overflow: hidden; }
.hours, .minutes, .seconds { float: left; }
.hours { margin: 0px 0px 0px 30px; }
.minutes { margin: 0px 0px 0px 63px; }
.seconds { margin: 0px 0px 0px 52px; }
.breads{
	padding: 30px 0 0;
	font-size: 16px;
}
.sub-head{
    text-align: center;
    color: white;
}
.section-cols{
    padding: 30px 0 50px 0;
}
.stat-col{
    text-align: center;
    font-size: 20px;
    color: white;
    line-height: normal;
}
.button-sects{
    background: white;
    padding: 50px;
}
.saveinfo{
	font-size: 14px;
}

.oldprice{
	font-size: 25px;
	color: #B72B10;
}


.customize-col{
	margin: 0 auto; width: 290px; text-align: center;
}


.scroller-line{
	width:260px; margin:15px; height: 10px;
}

@media (max-width: 800px){
	.customize-col{
		margin: 0 auto; width: 200px; text-align: center;
	}

	.scroller-line{
		width:180px; margin:15px; height: 10px;
	}
}


@media (max-width: 760px){
	.customize-col{
		margin: 0 auto; width: 260px; text-align: center;
	}

	.scroller-line{
		width:240px; margin:15px; height: 10px;
	}
}

.email_form{
  display: none;
  width: 300px;
  height: 210px;
  text-align: center;
}
.email_form input, button.continue{ 
   width: 250px;
}


.price-tabs{
  margin-top: 40px;
}

.price-tabs row{
 /* border-bottom: 1px solid #399D75;   */
}

.tab{
  text-align: center;
  font-size: 16px;
  height: 32px;
  background-color: white;
  padding-top: 8px;
  border-radius: 10px 10px 0 0;
  border: 3px solid #32795D;  
  border-bottom: none;  
  margin-right: 5px;
  /*  box-shadow: -1px -1px 3px #333; */
  
}

.tab.current{
  background-color: #32795D;
  box-shadow:none;
  border: none;
}

.tab a{
  color: black;
  text-decoration: none;
}

.tab.current a{
  color: white;
  font-weight: bold;

}
.notab{
  background-color: white; 
}

.price-content{
  display: none;
}

#price-packages{
  display: block;
}

.content-head{
  background-color: #32795D;
  color: white;
  height: 50px;
  text-align: center;
  padding-top: 16px;
  margin-bottom: 25px;
}

.content-head h3{
 text-align: center; 
 color: white;

}

.prices-row{
  margin-bottom: 40px;
}

.days{
  width: 120px;
  // padding: 3px;
  background-color: #fff;
  border: 3px solid #32795D;
  border-radius: 10px;
  // height: auto;
  margin: 0 auto;
}

.d0{
  width: 100px;
  display: block;
  background-color: #fff;
  text-align: center;
}



.d1{
  width: 30px;
  float: left;
  display: block;
}

.d2{
  width: 30px;
  float: left;
}

.day{
  border: 1px solid white;
  width: 28px;
  padding: 5px;
  height: 25px;
  text-align: center;
}
.d0 .day{
  // margin: 0 auto;
  width: 88px;
}
.day-no{
  background-color: #A9A9A9;
  border-spacing: 3px;
  padding: 3px;
  font-size: 12px;
  color: white;
}

.day-ok{
  background-color: #32795D;
  color: white;
  text-align: center;
  border-spacing: 3px;
  padding: 3px;
  font-size: 12px;
  font-weight: bold;
}

.tdays{
  background-color:  #fff;
  text-align: center;
  border-spacing: 3px;
  width: 112px;
  margin: 0 auto;
  border-collapse:separate;
}
.tdays tr{
  background-color: #fff;
  border-spacing: 3px;
}


@media (max-width: 768px){
  row column[cols].tab, row column[cols].tab.current{
    margin-bottom: 3px;
    border-radius: 10px;
    border: 3px solid #32795D;  
  }  

  row column[cols].tab:last-child, row column[cols].tab.current:last-child{
    margin-bottom: 0;
  }
  .notab{display:none;}
  
  div.content-head{
    height: auto;
    padding-bottom: 15px;

  }
  .content-head h3{
    line-height: 120%;
  }
}

.payment-head h2{
  line-height: 120%;
}

.trywin{
  display: none;
  padding: 0 50px;
}
.trywin .section-head h2{
  color: #32795D;
}