@charset "UTF-8";/* ------------------------ Reset --------------------------------- */html,body,div,span,object,iframe,p,blockquote,pre,a,abbr,img,ins,q,small,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,article,aside,canvas,embed,footer,header,nav,section,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol,ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,th,td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,blockquote {
  quotes: none;
}

q:before,q:after,blockquote:before,blockquote:after {
  content: "";
  content: none;
}

a {
  outline: none;
}

a img {
  border: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}/* Forms normalize.css
   ================================================================ */button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}/* ------------------------- Fonts -------------------------------- *//* -------------------------- Base -------------------------------- */html,body {
  font-size: 14px;
  width: 100%;
  height: 100%;
}

body {
  min-width: 320px;
  font-family: 'OpenSans';
  font-weight: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: 0.5px;
  background: #fff;
  color: #666;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}/* --------------------------- Font icon -------------------------- */.fonticon {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'fonticon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fonticon-arrow-bottom:before {
  content: "\e900";
}

.fonticon-arrow-top:before {
  content: "\e901";
}

.fonticon-arrow-left:before {
  content: "\e902";
}

.fonticon-arrow-right:before {
  content: "\e903";
}

.fonticon-cross:before {
  content: "\e904";
}

.fonticon-facebook:before {
  content: "\e905";
}

.fonticon-mail:before {
  content: "\e906";
}

.fonticon-twitter:before {
  content: "\e907";
}

.fonticon-linkedin:before {
  content: "\e908";
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  display: block;
  content: '';
  height: 0;
  overflow: hidden;
  clear: both;
}

.ta__left {
  text-align: left;
}

.ta__center {
  text-align: center;
}

.ta__right {
  text-align: right;
}

.ta__top {
  vertical-align: top;
}

.ta__bottom {
  vertical-align: bottom;
}

.show-768 {
  display: none !important;
}

.hide-768 {
  display: block !important;
}

.show-640 {
  display: none !important;
}

.hide-640 {
  display: block !important;
}

.show-540 {
  display: none !important;
}

.hide-540 {
  display: block !important;
}

.block-640 {
  white-space: nowrap;
}

.block-540 {
  white-space: nowrap;
}/* -------------------------- Typo -------------------------------- */a {
  color: inherit;
  text-decoration: none;
}

.h1 {
  margin-bottom: 23px;
  font: bold 38px/1.1 'OpenSans';
  color: #000;
}

.h2 {
  margin-bottom: 12px;
  font: bold 18px/1.1 'OpenSans';
  color: inherit;
}

.h3 {
  margin-bottom: 20px;
  font: bold 15px/1.3 'OpenSans';
  color: #000;
}

em,i {
  font-style: italic;
}

strong,b {
  font-weight: bold;
}

.custom_text {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.custom_text a {
  text-decoration: underline;
}

.custom_text a:hover {
  text-decoration: none;
}

.custom_text p {
  margin-bottom: 10px;
}

.custom_text ul,.custom_text ol {
  margin: 20px 0 20px 0;
}

.custom_text ul li,.custom_text ol li {
  padding-left: 5px;
  padding-bottom: 4px;
  list-style: disc inside;
}

.custom_text ol li {
  list-style: decimal inside;
}

.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 55px;
  padding: 16px 20px 16px;
  font: normal bold 15px 'OpenSans';
  line-height: 19.5px;
  border: none;
  background: #0294d3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease 0s, background 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s, background 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s, background 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s, background 0.2s ease 0s;
  transition: color 0.2s ease 0s, background 0.2s ease 0s;
}

.btn:hover {
  text-decoration: none;
  background: #0bb4fd;
  color: #fff;
}

.btn:hover .fonticon {
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -o-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.btn .fonticon {
  top: -1px;
  font-size: 13px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}

.btn.disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: default;
  background: #0294d3;
  color: #fff;
}

.btn.disabled:hover,.btn.disabled:active {
  background: #0294d3;
  color: #fff;
}

.link {
  font-size: 13px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
}

.link .fonticon {
  top: -1px;
  font-size: 13px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}

.link:hover {
  text-decoration: none;
}

.link:hover .text {
  text-decoration: underline;
}

.link:hover .fonticon {
  -webkit-transform: translateX(-3px);
  -moz-transform: translateX(-3px);
  -o-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}

.bf-row {
  margin-bottom: 10px;
}

.bf-row:after {
  display: block;
  content: '';
  height: 0;
  overflow: hidden;
  clear: both;
}

.bf-label {
  display: inline-block;
  margin-bottom: 7px;
  font-weight: bold;
  color: #000;
}

.bf-errors_holder {
  padding-top: 10px;
  color: #f00;
}

.bf-required_mark {
  color: #0294d3;
}

.field_holder .errors_holder {
  display: none;
  color: #f00;
  font-size: 16px;
}

.field_holder.error .errors_holder {
  display: block;
}

.std_tbx {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.std_tbx input::-ms-clear,.std_tbx input:-ms-clear {
  display: none;
}

.st-input {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  background: #fff;
  border: solid 1px #ccc;
  font: normal 16px 'OpenSans';
  line-height: 23px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.st-input:focus {
  outline: none;
}

.st-input::-ms-clear {
  display: none;
}

.st-input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.7);
}

.st-input:-moz-placeholder {
  color: rgba(0,0,0,0.7);
}

.st-input::-moz-placeholder {
  color: rgba(0,0,0,0.7);
}

.st-input:-ms-input-placeholder {
  color: rgba(0,0,0,0.7);
}

.field_holder.error .st-input {
  border-color: #f00;
}

.std_tar {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sta-input {
  display: block;
  width: 100%;
  min-height: 137px;
  padding: 8px 10px;
  background: #fff;
  border: solid 1px #ccc;
  font: normal 16px 'OpenSans';
  line-height: 23px;
  color: #000;
  letter-spacing: 0;
  -webkit-appearance: none;
  resize: none;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sta-input:focus {
  outline: none;
}

.sta-input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.7);
}

.sta-input:-moz-placeholder {
  color: rgba(0,0,0,0.7);
}

.sta-input::-moz-placeholder {
  color: rgba(0,0,0,0.7);
}

.sta-input:-ms-input-placeholder {
  color: rgba(0,0,0,0.7);
}

.std_tar__focus .st-input {
  border: solid 1px #0e4e91;
  -webkit-box-shadow: 0 0 2px #0e4e91;
  box-shadow: 0 0 2px #0e4e91;
}

.field_holder.error .sta-input {
  border: solid 2px #f00;
}

.std_rbn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 30px;
  cursor: pointer;
}

.std_rbn:first-child {
  margin-left: 0;
}

.std_rbn:hover .sr-input:checked + .sr-ico,.std_rbn:hover .sr-input:not(:checked) + .sr-ico {
  border-color: #b3b3b3;
}

.sr-input {
  display: inline-block;
  vertical-align: middle;
}

.sr-input:checked,.sr-input:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.sr-input:checked + .sr-ico,.sr-input:not(:checked) + .sr-ico {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: 32px;
  margin-right: 14px;
  background: #fff;
  border: solid 1px #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sr-input:checked + .sr-ico:before,.sr-input:not(:checked) + .sr-ico:before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0294d3;
}

.sr-input:checked + .sr-ico:before {
  display: block;
}

.sr-text {
  vertical-align: middle;
  padding-bottom: 5px;
  font: bold 15px 'OpenSans';
  line-height: 23px;
  color: #000;
}

.std_rbn__block {
  width: 100%;
  margin-bottom: 0;
}

.std_rbn__block .sr-input:checked + .sr-ico,.std_rbn__block .sr-input:not(:checked) + .sr-ico {
  float: left;
  margin-right: 18px;
}

.std_rbn__block .sr-text {
  display: block;
  padding-top: 2px;
  padding-bottom: 0;
  overflow: hidden;
}

.field_holder.error .sr-input:not(:checked) + .sr-ico,.field_holder.error .sr-input:checked + .sr-ico {
  border-color: #f00;
}

.std_cbx {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 30px;
  cursor: pointer;
}

.std_cbx:first-child {
  margin-left: 0;
}

.std_cbx:hover .sc-input:checked + .sc-ico,.std_cbx:hover .sc-input:not(:checked) + .sc-ico {
  border-color: #b3b3b3;
}

.sc-input {
  display: inline-block;
  vertical-align: middle;
}

.sc-input:checked,.sc-input:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.sc-input:checked + .sc-ico,.sc-input:not(:checked) + .sc-ico {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  width: 28px;
  margin-right: 14px;
  background: #fff;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sc-input:checked + .sc-ico:before,.sc-input:not(:checked) + .sc-ico:before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  background: #0294d3;
}

.sc-input:checked + .sc-ico:before {
  display: block;
}

.sc-text {
  vertical-align: middle;
  padding-bottom: 3px;
  font: bold 15px 'OpenSans';
  line-height: 23px;
  color: #000;
}

.std_cbx__block {
  width: 100%;
  margin-bottom: 0;
}

.std_cbx__block .sc-input:checked + .sc-ico,.std_cbx__block .sc-input:not(:checked) + .sc-ico {
  float: left;
  margin-right: 18px;
}

.std_cbx__block .sc-text {
  display: block;
  padding-top: 1px;
  padding-bottom: 0;
  overflow: hidden;
}

.field_holder.error .sc-input:not(:checked) + .sc-ico,.field_holder.error .sc-input:checked + .sc-ico,.field_holder.error .sc-input:not(:checked) + input + .sc-ico,.field_holder.error .sc-input:checked + input + .sc-ico {
  border-color: #f00;
}

.std_select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border: solid 2px #ccc;
  overflow: hidden;
  background: #fff url("../img/select_arrow__ie.png") right center no-repeat;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.std_select select:focus,.std_select option:focus,.std_select select::-moz-focus-inner,.std_select option::-moz-focus-inner {
  outline: none;
  border: none;
}

.std_select option.placeholder {
  display: none;
}

.std_select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.sst-input {
  display: block;
  height: 35px;
  width: 100%;
  padding: 0 2em 0 4px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: normal 16px 'OpenSans';
  line-height: 23px;
  color: #000;
 /*Hack for ie 9*/
  padding-right: 5px 9 0;
  width: 121% 9 0;
 /*End Hack for ie 9*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sst-input::-ms-expand {
  display: none;
}

.sst-input option {
  padding: 3px 8px;
}

.std_select__placeholder .sst-input {
  color: rgba(0,0,0,0.7);
}

.field_holder.error .std_select {
  border: solid 2px #f00;
}

.wrapper {
  width: 100%;
  padding: 0 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper.wide {
  padding-left: 0;
  padding-right: 0;
}

.page_container {
  position: relative;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: 10;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

body.app_loaded .page_container {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.page_table {
  display: table;
  width: 100%;
}

.page_cell {
  display: table-cell;
  vertical-align: top;
}

.page_cell__aside {
  width: 355px;
  background: #0294d3;
}

.page_cell__main {
  width: 640px;
  overflow: hidden;
}

body.vunits .page_cell__main > .scroll_holder {
  min-height: 100vh;
}

.page_cell__image {
  background-color: #ddd;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

.page_cell__aside_mob {
  display: none;
  background: #0294d3;
}/* -------------------------- Aside table ------------------------- */.aside_table {
  display: table;
  width: 100%;
}

.at-row {
  display: table-row;
}

.at-row__top {
  height: 100%;
}

.at-row__top .at-cell {
  padding-top: 101px;
  padding-bottom: 30px;
}

.at-row__bottom {
  height: 1%;
}

.at-row__bottom .at-cell {
  padding-bottom: 22px;
}

.at-cell {
  display: table-cell;
  padding-left: 2px;
}/* ------------------------- Pages holder ------------------------- */.pages_holder {
  position: relative;
  z-index: 1;
}

.page {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 2;
  background: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.page:last-child {
  position: relative;
}

.page.ng-enter {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(20px) translateZ(0);
  -moz-transform: translateX(20px) translateZ(0);
  -o-transform: translateX(20px) translateZ(0);
  -ms-transform: translateX(20px) translateZ(0);
  transform: translateX(20px) translateZ(0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  -ms-transition: opacity 0.4s, -ms-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
}

.page.ng-enter-active {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0px) translateZ(0);
  -moz-transform: translateX(0px) translateZ(0);
  -o-transform: translateX(0px) translateZ(0);
  -ms-transform: translateX(0px) translateZ(0);
  transform: translateX(0px) translateZ(0);
}

.page.ng-leave {
  position: relative;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translateX(0px) translateZ(0);
  -moz-transform: translateX(0px) translateZ(0);
  -o-transform: translateX(0px) translateZ(0);
  -ms-transform: translateX(0px) translateZ(0);
  transform: translateX(0px) translateZ(0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  -ms-transition: opacity 0.4s, -ms-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
}

.page.ng-leave-active {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(20px) translateZ(0);
  -moz-transform: translateX(20px) translateZ(0);
  -o-transform: translateX(20px) translateZ(0);
  -ms-transform: translateX(20px) translateZ(0);
  transform: translateX(20px) translateZ(0);
}/* -------------------------Popups holder ------------------------- */.popups_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 355px;
  background: rgba(0,0,0,0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 10;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -moz-transition: opacity 0.3s, visibility 0s;
  -o-transition: opacity 0.3s, visibility 0s;
  -ms-transition: opacity 0.3s, visibility 0s;
  transition: opacity 0.3s, visibility 0s;
}

body.popup_open .popups_holder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}

body.popup_open .popups_holder .popup_box {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.popup_outer {
  width: 640px;
  padding-top: 173px;
}

.popup_box {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  padding: 40px 0;
  background: #fff;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: -webkit-transform 0.3s ease 0.1s;
  -moz-transition: -moz-transform 0.3s ease 0.1s;
  -o-transition: -o-transform 0.3s ease 0.1s;
  -ms-transition: -ms-transform 0.3s ease 0.1s;
  transition: transform 0.3s ease 0.1s;
}

.pb-close {
  position: absolute;
  top: 5px;
  right: 6px;
  display: block;
  padding: 3px 6px;
}

.pb-close .fonticon {
  font-size: 15px;
}

.pb-close:hover {
  color: #0294d3;
}

.popup_title {
  margin-bottom: 12px;
}

.popup_text {
  margin-bottom: 24px;
}

.popup_form {
  max-width: 282px;
  margin-bottom: 30px;
}

.popup_form.base_form .bf-row {
  margin-bottom: 13px;
}

.popup_form.base_form .bf-row__submit {
  margin-top: 25px;
}

.popup_form.base_form .bf-row__submit .btn {
  width: 100%;
}/* ---------------------------- Angular --------------------------- *//* Include this file in your html if you are using the CSP mode. */[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

ng\:form {
  display: block;
}

.ng-animate-shim {
  visibility: hidden;
}

.ng-anchor {
  position: absolute;
}

.my-template {
  display: none;
}

my-popup,my-progress-bar {
  display: block;
}/* ------------------------- Full-height -------------------------- */body.vunits .my-full-height {
  height: 100vh;
}/* ------------------------- Social links ------------------------- */.social_links {
  color: #fff;
  text-align: left;
}

.social_links .title {
  margin-bottom: 5px;
  font: bold 15px/1.3 'OpenSans';
}

.social_links ul {
  white-space: nowrap;
}

.social_links li {
  display: inline-block;
  padding-left: 8px;
}

.social_links li:first-child {
  margin-left: -2px;
  padding-left: 0;
}

.social_links li.whatsapp {
  display: none;
}

.social_links a {
  display: block;
  color: inherit;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}

.social_links a .fonticon {
  top: -1px;
  font-size: 30px;
  line-height: 45px;
}

.social_links a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}/* --------------------------- ngProgress -------------------------- *//* Styling for the ngProgress itself */#ngProgress {
  margin: 0;
  padding: 0;
  z-index: 99998;
  background-color: green;
  color: green;
  box-shadow: 0 0 10px 0;
 /* Inherits the font color */
  height: 2px;
  opacity: 0;
 /* Add CSS3 styles for transition smoothing */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}/* Styling for the ngProgress-container */#ngProgress-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

#ngProgress {
  -webkit-box-shadow: 0 0 7px 0;
  box-shadow: 0 0 7px 0;
}/* -------------------------- Aside block -------------------------- */.aside_block .custom_text {
  font-size: 12px;
  line-height: 1.83;
  color: #a4d1e5;
}

.aside_block .custom_text a {
  color: #fff;
}/* ------------------------- Scroll holder ------------------------- */.scroll_holder {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
}

body.vunits .scroll_holder {
  max-height: 100vh;
}/* ------------------------- Partners logo ------------------------- */.partners_logo {
  margin: 18px 0 37px;
}

.partners_logo ul {
  text-align: right;
}

.partners_logo li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}

.partners_logo li:first-child {
  padding-left: 0;
}

.partners_logo a {
  display: block;
}/* ------------------------ Page components ------------------------ */.page_subtitle {
  padding-top: 16px;
  color: #0294d3;
}

.page_title b {
  color: #0294d3;
}

.page_text {
  max-width: 400px;
  margin-bottom: 25px;
}

.page_text.wide {
  max-width: none;
}

.page_btns {
  margin-bottom: 20px;
}

.page_btns .btn {
  margin-bottom: 10px;
}

.page_form {
  margin-bottom: 40px;
}/* -------------------------- Progress bar ------------------------- */.progress_bar {
  max-width: 200px;
  margin-bottom: 15px;
  padding-top: 20px;
  color: #0294d3;
}

.pb-holder {
  position: relative;
  padding: 2px;
  border: solid 1px #ccc;
}

.pb-line {
  float: left;
  height: 7px;
  width: 0%;
  background: #0294d3;
  -webkit-transition: width 0.4s linear;
  -moz-transition: width 0.4s linear;
  -o-transition: width 0.4s linear;
  -ms-transition: width 0.4s linear;
  transition: width 0.4s linear;
}

.pb-text {
  position: absolute;
  bottom: 106%;
  left: 0%;
  font-size: 13px;
  font-weight: bold;
  -webkit-transform: translateX(-45%);
  -moz-transform: translateX(-45%);
  -o-transform: translateX(-45%);
  -ms-transform: translateX(-45%);
  transform: translateX(-45%);
  -webkit-transition: left 0.4s linear;
  -moz-transition: left 0.4s linear;
  -o-transition: left 0.4s linear;
  -ms-transition: left 0.4s linear;
  transition: left 0.4s linear;
}/* ---------------------- Question navigation ---------------------- */.question_navigation {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: solid 1px #ccc;
}

.question_navigation .btn {
  padding-left: 18px;
  padding-right: 18px;
}

.qn-table {
  display: table;
  width: 100%;
}

.qn-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.qn-cell:first-child {
  text-align: left;
}

.question_navigation__top {
  margin-bottom: 29px;
  padding-top: 17px;
  padding-bottom: 8px;
  border-top: none;
  border-bottom: solid 1px #ccc;
}/* ------------------------- Chart holder -------------------------- */.chart_holder {
  margin-bottom: 20px;
  text-align: center;
}

.chart_holder img {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  height: auto;
}/* -------------------------- Media block -------------------------- */.media_block {
  max-width: 475px;
  margin-bottom: 30px;
}

.mb-title {
  margin-bottom: 20px;
}

.mb-media_holder {
  float: left;
  max-width: 80px;
  margin-right: 13px;
}

.mb-media {
  display: block;
  width: 100%;
  height: auto;
}

.mb-text_holder {
  margin-top: -4px;
}/* -------------------------- Page header ------------------------- *//* ----------------------------- Logo ----------------------------- */.logo {
  max-width: 142px;
  margin-bottom: 31px;
}

.logo a {
  display: block;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}/* -------------------------- Page footer ------------------------- *//* ------------------------- Social links ------------------------- *//* --------------------------- Page home -------------------------- *//* ------------------------- Page question ------------------------ */#questionPage .question_navigation__top {
  display: none;
}/* -------------------------- Page result ------------------------- */@font-face {
  font-family:'OpenSans';src:url("../fonts/OpenSans-Regular.eot");src:url("../fonts/OpenSans-Regular.eot?v=0#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Regular.woff2?v=0") format('woff2'), url("../fonts/OpenSans-Regular.woff?v=0") format('woff'), url("../fonts/OpenSans-Regular.ttf?v=0") format('truetype');font-weight:normal;font-style:normal;
}

@font-face {
  font-family:'OpenSans';src:url("../fonts/OpenSans-Bold.eot");src:url("../fonts/OpenSans-Bold.eot?v=0#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Bold.woff2?v=0") format('woff2'), url("../fonts/OpenSans-Bold.woff?v=0") format('woff'), url("../fonts/OpenSans-Bold.ttf?v=0") format('truetype');font-weight:bold;font-style:normal;
}

@font-face {
  font-family:'OpenSans';src:url("../fonts/OpenSans-Italic.eot");src:url("../fonts/OpenSans-Italic.eot?v=0#iefix") format('embedded-opentype'), url("../fonts/OpenSans-Italic.woff2?v=0") format('woff2'), url("../fonts/OpenSans-Italic.woff?v=0") format('woff'), url("../fonts/OpenSans-Italic.ttf?v=0") format('truetype');font-weight:normal;font-style:italic;
}

@font-face {
  font-family:'fonticon';src:url("../fonts/fonticon.eot");src:url("../fonts/fonticon.eot?v=1#iefix") format('embedded-opentype'), url("../fonts/fonticon.woff?v=1") format('woff'), url("../fonts/fonticon.ttf?v=1") format('truetype');font-weight:normal;font-style:normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sst-input {
    padding: 0 2em 0 8px;
    width: 100%;
  }
}

@media all and (max-width: 1025px) {
  .page_cell__aside {
    width: 34%;
  }

  .page_cell__main {
    width: auto;
  }

  .page_cell__image {
    display: none;
  }

  .popups_holder {
    padding-left: 0;
  }

  .popup_outer {
    width: auto;
    padding-left: 34%;
    padding-top: 18%;
  }
}

@media all and (max-width: 768px) {
  .show-768 {
    display: block !important;
  }

  .hide-768 {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .page_table {
    display: block;
  }

  .page_cell {
    display: block;
  }

  .page_cell__aside {
    width: auto;
  }

  body.vunits .page_cell__main > .scroll_holder {
    min-height: 1px;
  }

  .page_cell__image {
    display: block;
    padding-top: 55%;
  }

  .page_cell__aside_mob {
    display: block;
  }

  .aside_table {
    display: block;
  }

  .aside_table .wrapper.desktop {
    display: none;
  }

  .at-row {
    display: block;
  }

  .at-row__top .at-cell {
    padding-top: 52px;
    padding-bottom: 0;
  }

  .at-row__bottom .at-cell {
    padding-bottom: 0;
  }

  .at-cell {
    display: block;
    padding-left: 0;
  }

  .aside_table__mobile .at-row__top .at-cell {
    padding-top: 27px;
    padding-bottom: 25px;
  }

  .aside_table__mobile .at-row__bottom .at-cell {
    padding-bottom: 22px;
  }

  .popup_outer {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 9%;
  }

  .popup_box {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .my-full-height {
    height: auto !important;
  }

  .social_links li.whatsapp {
    display: inline-block;
  }

  body.vunits .scroll_holder {
    max-height: none;
  }

  .partners_logo {
    margin-bottom: 15px;
  }

  .partners_logo ul {
    text-align: left;
  }

  .page_btns {
    margin-bottom: 35px;
  }

  .logo {
    margin-bottom: 25px;
  }

  #questionPage .question_navigation__top {
    display: block;
  }

  body.question_page .page_cell__aside {
    display: none;
  }

  body.question_page .partners_logo {
    display: none;
  }
}

@media all and (max-width: 660px) {
  .sta-input {
    padding: 5px;
    font-size: 13.6px;
    line-height: 20.7px;
  }

  .sst-input {
    height: 39.6px;
    padding-left: 0;
    font-size: 13.6px;
    line-height: 20.7px;
  }

  .sst-input option {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media all and (max-width: 660px) and (-ms-high-contrast: none) {
  .sst-input {
    padding-left: 5px;
  }
}

@media all and (max-width: 640px) {
  .show-640 {
    display: block !important;
  }

  .hide-640 {
    display: none !important;
  }

  .block-640 {
    display: block !important;
  }
}

@media all and (max-width: 540px) {
  .show-540 {
    display: block !important;
  }

  .hide-540 {
    display: none !important;
  }

  .block-540 {
    display: block !important;
  }
}

@media all and (max-width: 500px) {
  .h1 {
    margin-bottom: 19px;
    font-size: 25px;
    line-height: 1.25;
  }

  .h2 {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .partners_logo ul {
    text-align: left;
  }

  .chart_holder {
    margin-top: -25px;
  }

  .chart_holder img {
    width: 114%;
    left: -7%;
    max-width: none;
  }
}
