html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, footer, header, menu, nav, section, summary, time, mark, audio, video{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

a{
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

td, td img{
  vertical-align: top;
}

input, select, button, textarea{
  margin: 0;
  font-size: 100%;
}

input[type="text"], input[type="password"], textarea{
  padding: 0;
}

input[type="checkbox"]{
  vertical-align: bottom;
}

input[type="radio"]{
  vertical-align: text-bottom;
}

sub{
  vertical-align: sub;
  font-size: smaller;
}

sup{
  vertical-align: super;
  font-size: smaller;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
  display: block;
}

nav ul{
  list-style: none;
}

html, body{
  height: 100%;
}

body{
  line-height: 1;
  text-align: left;
}

input, select, button, textarea{
  font-family: "Roboto", serif, sans-serif, serif, sans-serif;
}

label, input[type="button"], input[type="submit"], button{
  cursor: pointer;
}

*, *::before, *::after{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.ios, body.ios *{
  cursor: pointer;
}

button::-moz-focus-inner{
  border: none;
}

input[type=number]::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]{
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}

input[type=text]::-ms-clear{
  display: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img{
  border: none;
}

.tablet *,
.mobile *{
  outline: none;
}

.flex-row, .flex-row.reverse{
  -webkit-box-orient: horizontal;
}

.container-fluid{
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.flex-row{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row.reverse{
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse{
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.col-xs{
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1{
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2{
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3{
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4{
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5{
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6{
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7{
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8{
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9{
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10{
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11{
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}


.col-xs-offset-1{
  margin-left: 8.333%;
}

.col-xs-offset-2{
  margin-left: 16.667%;
}

.col-xs-offset-3{
  margin-left: 25%;
}

.col-xs-offset-4{
  margin-left: 33.333%;
}

.col-xs-offset-5{
  margin-left: 41.667%;
}

.col-xs-offset-6{
  margin-left: 50%;
}

.col-xs-offset-7{
  margin-left: 58.333%;
}

.col-xs-offset-8{
  margin-left: 66.667%;
}

.col-xs-offset-9{
  margin-left: 75%;
}

.col-xs-offset-10{
  margin-left: 83.333%;
}

.col-xs-offset-11{
  margin-left: 91.667%;
}

.start-xs{
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs{
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 600px){
  .end-xs{
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
}


.top-xs{
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs{
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs{
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs{
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs{
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs{
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs{
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em){
  .container{
    width: 46rem;
  }

  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .col-sm{
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1{
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2{
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3{
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4{
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5{
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7{
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8{
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9{
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10{
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11{
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1{
    margin-left: 8.333%;
  }

  .col-sm-offset-2{
    margin-left: 16.667%;
  }

  .col-sm-offset-3{
    margin-left: 25%;
  }

  .col-sm-offset-4{
    margin-left: 33.333%;
  }

  .col-sm-offset-5{
    margin-left: 41.667%;
  }

  .col-sm-offset-6{
    margin-left: 50%;
  }

  .col-sm-offset-7{
    margin-left: 58.333%;
  }

  .col-sm-offset-8{
    margin-left: 66.667%;
  }

  .col-sm-offset-9{
    margin-left: 75%;
  }

  .col-sm-offset-10{
    margin-left: 83.333%;
  }

  .col-sm-offset-11{
    margin-left: 91.667%;
  }

  .start-sm{
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm{
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm{
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm{
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm{
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm{
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm{
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm{
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm{
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 62em){
  .container{
    width: 61rem;
  }

  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .col-md{
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1{
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2{
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3{
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4{
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5{
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7{
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8{
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9{
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10{
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11{
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1{
    margin-left: 8.333%;
  }

  .col-md-offset-2{
    margin-left: 16.667%;
  }

  .col-md-offset-3{
    margin-left: 25%;
  }

  .col-md-offset-4{
    margin-left: 33.333%;
  }

  .col-md-offset-5{
    margin-left: 41.667%;
  }

  .col-md-offset-6{
    margin-left: 50%;
  }

  .col-md-offset-7{
    margin-left: 58.333%;
  }

  .col-md-offset-8{
    margin-left: 66.667%;
  }

  .col-md-offset-9{
    margin-left: 75%;
  }

  .col-md-offset-10{
    margin-left: 83.333%;
  }

  .col-md-offset-11{
    margin-left: 91.667%;
  }

  .start-md{
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md{
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md{
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md{
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md{
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md{
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md{
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md{
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md{
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 75em){
  .container{
    width: 71rem;
  }

  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .col-lg{
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1{
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2{
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3{
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4{
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5{
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7{
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8{
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9{
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10{
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11{
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1{
    margin-left: 8.333%;
  }

  .col-lg-offset-2{
    margin-left: 16.667%;
  }

  .col-lg-offset-3{
    margin-left: 25%;
  }

  .col-lg-offset-4{
    margin-left: 33.333%;
  }

  .col-lg-offset-5{
    margin-left: 41.667%;
  }

  .col-lg-offset-6{
    margin-left: 50%;
  }

  .col-lg-offset-7{
    margin-left: 58.333%;
  }

  .col-lg-offset-8{
    margin-left: 66.667%;
  }

  .col-lg-offset-9{
    margin-left: 75%;
  }

  .col-lg-offset-10{
    margin-left: 83.333%;
  }

  .col-lg-offset-11{
    margin-left: 91.667%;
  }

  .start-lg{
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg{
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg{
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg{
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg{
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg{
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg{
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg{
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg{
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@-webkit-keyframes fadeIn{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

@keyframes fadeIn{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}

.fadeIn{
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}

@-webkit-keyframes fadeOut{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
  }
}

@keyframes fadeOut{
  from{
    opacity: 1;
  }
  to{
    opacity: 0;
  }
}

.fadeOut{
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}

@font-face{
  font-family: 'Myriad';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/MyriadPro-Light.otf") format("opentype");
}

@font-face{
  font-family: 'Myriad';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}

@font-face{
  font-family: 'Myriad';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/MyriadPro-Semibold.otf") format("opentype");
}

@font-face{
  font-family: 'Myriad';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/MyriadPro-Bold.otf") format("opentype");
}

section, header, footer{
  display: block;
}

html{
  visibility: visible !important;
}

*{
  -webkit-text-size-adjust: none;
}

p{
  padding-bottom: 1rem;
}

p:last-child{
  padding-bottom: 0;
}

h1, h2, h3, h4, h5{
  font-family: "Myriad", "Roboto", serif, sans-serif;
}

[disabled]{
  pointer-events: none;
  opacity: 0.4;
  -webkit-filter: saturate(0);
  filter: saturate(0);
}


.icon-calendar svg{
  width: 24px;
  height: 24px;
}

.flex-row.form-row{
  margin-left: -2rem;
  margin-right: -2rem;
}
.flex-row.form-row > [class^="col-"]{
  padding: 1rem;
}

.flex-row.flex-row-padding{
  margin-left: -20px;
  margin-right: -20px;
}
.flex-row.flex-row-padding > [class^="col-"]{
  padding: 20px 20px;
}

.flex-row.flex-row-padding-half{
  margin-left: -10px;
  margin-right: -10px;
}
.flex-row.flex-row-padding-half > [class^="col-"]{
  padding: 10px 10px;
}

.flex-row.flex-row-padding-x{
  margin-left: -20px;
  margin-right: -20px;
}
.flex-row.flex-row-padding-x > [class^="col-"]{
  padding: 10px 20px;
}

.flex-row .col-collapse{
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.flex-row .flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-captcha .col-xs{
  min-width: 220px;
}

.input{
  position: relative;
}
.input label{
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.input span{
  display: block;
  padding-bottom: 0.5rem;
}
.input .input-calendar{
  position: absolute;
  width: 16px;
  height: 16px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.input .input-clear{
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}

.input.input--decorated input{
  padding-left: 45px;
}

.label-title,
.input-label{
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 0.5rem;
}

input[type="reset"]{
  font-family: "Roboto", serif, sans-serif;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea{
  min-height: 220px;
  padding: 1rem;
  resize: vertical;
}



input[type="text"]:disabled,
input[type="search"]:disabled,
input[type="email"]:disabled,
input[type="date"]:disabled,
textarea:disabled{
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.5;
}

input[type="text"]:focus:invalid,
input[type="search"]:focus:invalid,
input[type="email"]:focus:invalid,
input[type="date"]:focus:invalid,
textarea:focus:invalid{
  -webkit-box-shadow: 0 0 0px 2px #950001;
  box-shadow: 0 0 0px 2px #950001;
}



label input[type="checkbox"] + span:hover,
label input[type="radio"] + span:hover{
  color: #000;
}

label input[type="checkbox"]:disabled + span,
label input[type="radio"]:disabled + span{
  color: #c3c3c3;
}

label input[type="checkbox"]:focus + span:before,
label input[type="radio"]:focus + span:before{
  /*-webkit-box-shadow: inset 0 0 0 2px #77777b;*/
  /*box-shadow: inset 0 0 0 2px #77777b;*/
  /*-webkit-box-shadow: inset 0 0 0 2px currentColor;*/
  /*box-shadow: inset 0 0 0 2px currentColor;*/
	box-shadow: none;
}

input[type="checkbox"],
input[type="radio"]{
  height: 20px;
  width: 20px;
  visibility: visible;
  position: absolute;
  opacity: 0;
}


input[type="checkbox"] + span:before{
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 3px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  -webkit-transform: background-color 0.2s, border-color 0.2s;
  -ms-transform: background-color 0.2s, border-color 0.2s;
  transform: background-color 0.2s, border-color 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"] + span:after{
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 4px;
  left: 1px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

input[type="checkbox"]:checked + span:before{
	/*background-color: #77777b;*/
	/*border-color: #77777b;*/
	background-color: currentColor;
	border-color: currentColor;
}

input[type="checkbox"]:checked + span:after{
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgaGVpZ2h0PSIyNHB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIxLjY1MiwzLjIxMWMtMC4yOTMtMC4yOTUtMC43Ny0wLjI5NS0xLjA2MSwwTDkuNDEsMTQuMzQgIGMtMC4yOTMsMC4yOTctMC43NzEsMC4yOTctMS4wNjIsMEwzLjQ0OSw5LjM1MUMzLjMwNCw5LjIwMywzLjExNCw5LjEzLDIuOTIzLDkuMTI5QzIuNzMsOS4xMjgsMi41MzQsOS4yMDEsMi4zODcsOS4zNTEgIGwtMi4xNjUsMS45NDZDMC4wNzgsMTEuNDQ1LDAsMTEuNjMsMCwxMS44MjNjMCwwLjE5NCwwLjA3OCwwLjM5NywwLjIyMywwLjU0NGw0Ljk0LDUuMTg0YzAuMjkyLDAuMjk2LDAuNzcxLDAuNzc2LDEuMDYyLDEuMDcgIGwyLjEyNCwyLjE0MWMwLjI5MiwwLjI5MywwLjc2OSwwLjI5MywxLjA2MiwwbDE0LjM2Ni0xNC4zNGMwLjI5My0wLjI5NCwwLjI5My0wLjc3NywwLTEuMDcxTDIxLjY1MiwzLjIxMXoiIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
  background-size: 12px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}



input[type="radio"] + span:after{
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 9px;
  left: 6px;
  border-radius: 5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-color: transparent;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, -webkit-transform 0.2s;
  -o-transition: background-color 0.2s, transform 0.2s;
  transition: background-color 0.2s, transform 0.2s;
  transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

input[type="radio"]:checked + span:after{
  background-color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.img-responsive{
  display: block;
  height: auto;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.hide{
  display: none;
}

.hidden{
  visibility: hidden;
  pointer-events: none;
}

.usercontent{
  font-size: 18px;
  line-height: 1.6;
}
.usercontent h2{
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.usercontent > p:first-child{
  font-weight: 400;
}

.usercontent img,
.usercontent p > img{
  max-width: 100%;
  display: block;
  margin: 0 auto 2rem;
}

.usercontent ul{
  padding-bottom: 1em;
  padding-left: 0;
}

.usercontent ul ul{
  padding-bottom: 0;
  padding-left: 20px;
}

.usercontent ul li{
  padding: 5px 0;
}

.usercontent ol{
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 2rem;
  list-style: none;
  counter-reset: num;
}

.usercontent ol ul{
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 20px;
}

.usercontent ol ul li:last-child{
  padding-bottom: 0.3rem;
}

.usercontent ol li{
  padding-bottom: 20px;
  position: relative;
  padding-left: 2.75rem;
}



.usercontent ol ul li:before{
  border: 0;
}

.usercontent ol ol{
  padding-top: 1rem;
  padding-bottom: 0;
}

.usercontent ul{
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 2rem;
  list-style: none;
  counter-reset: num;
}

.usercontent ul li{
  padding-bottom: 10px;
  position: relative;
  padding-left: 1.5rem;
}



.usercontent ul ul{
  padding-top: 1rem;
  padding-bottom: 0;
}

.usercontent > img{
  display: block;
  margin-left: -8rem;
  max-width: 100%;
  max-width: calc(100% + 16rem);
}

.usercontent figure{
  padding: 0;
  margin: 0 0 2rem;
}



.usercontent table p{
  padding-bottom: 0.5rem;
}

.object-contain{
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: 'object-fit: contain; object-position: 50% 50%;';
}

.object-cover{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

.info:before{
  content: "?";
  display: block;
  width: 100%;
  height: 100%;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
}


.button-group{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}
.button-group > div{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 10px;
  position: relative;
}
.button-group > div .info{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}


.button:active{
  -webkit-box-shadow: none;
  box-shadow: none;
}


.button-info:hover{
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}

.button-wide{
  width: 100%;
}

.button--white:focus{
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-small{
  font-size: inherit;
  vertical-align: middle;
  height: 28px;
  line-height: 28px;
  padding: 0 0.5rem;
  font-weight: 400;
  text-transform: none;
}

.button-expand{
  padding: 0 4rem;
}

.page-wrap{
  font-size: 1.6em;
  /*min-height: 100vh;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-row{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  width: 100%;
  z-index: 20;
}

.layout-row{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.l-layout{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.l-main{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.logo{
  display: inline-block;
  vertical-align: middle;
  height: 58px;
  width: 90px;
  margin-top: 0;
}
.logo object,
.logo img,
.logo svg{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.logo object{
  pointer-events: none;
}
.c-ico > img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-ico.ico-25{
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.c-ico.ico-30{
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.c-ico.ico-40{
  width: 40px;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  font-size: 16px;
}
.c-ico.ico-40 svg,
.c-ico.ico-40 img{
  width: 24px;
  height: 24px;
}
.c-ico.ico-50{
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.c-ico.ico-50 svg,
.c-ico.ico-50 img{
  width: 32px;
  height: 32px;
}
.c-ico.ico-60{
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.c-ico.ico-100{
  width: 100px;
  height: 100px;
}
.c-ico.ico-100 svg,
.c-ico.ico-100 img{
  width: 42px;
  height: 42px;
}
.c-ico.ico-120{
  width: 120px;
  height: 120px;
}
.c-ico.ico-120 svg,
.c-ico.ico-120 img{
  width: 60px;
  height: 60px;
}
.c-ico.ico-150{
  width: 150px;
  height: 150px;
}
.c-ico.ico-150 svg,
.c-ico.ico-150 img{
  width: 70px;
  height: 70px;
}
.c-ico.svg-20 svg{
  width: 20px;
  height: 20px;
}
.c-ico.img-20 img{
  width: 20px;
  height: 20px;
}
.c-ico.ico--white{
  border-color: rgba(255, 255, 255, 0.5);
}
.c-ico.ico--white svg,
.c-ico.ico--white img{
  fill: #fff;
}
.c-ico.ico--blue{
  border-color: rgba(0, 110, 147, 0.5);
}
.c-ico.ico--blue svg,
.c-ico.ico--blue img{
  fill: #48484c;
}
.c-ico.ico--orange{
  border-color: rgba(246, 116, 58, 0.5);
}
.c-ico.ico--orange svg,
.c-ico.ico--orange img{
  fill: #e1e1e0;
}
.c-ico + span{
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.ico-arrow{
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
}

.ico-plus{
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}



.card .readmore:hover .c-ico:before{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}


a.card:hover .readmore .c-ico:before{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}



.nav-toggle{
  height: 70px;
  display: block;
  line-height: 70px;
  font-size: 20px;
  font-size: 18px;
  font-weight: 500;
  padding: 0 30px;
  text-decoration: none;
  position: relative;
}



.nav-toggle-ctrl.rotate-180{
  -webkit-transform: translateY(-50%) rotate(179.99deg);
  -ms-transform: translateY(-50%) rotate(179.99deg);
  transform: translateY(-50%) rotate(179.99deg);
}

.nav{
  will-change: top;
  overflow: hidden;
}

.nav-list{
  margin: 0 30px;
  padding-bottom: 40px;
}
.nav-list a{
  font-size: 16px;
  font-family: "Roboto", serif, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.nav-list .is-active{
  font-weight: 700;
}
.nav-list > li{
  padding: 0.5rem 0;
}

.nav-list > li > ul > li ul{
  display: none;
}
.nav-list > li > ul > li > a{
  position: relative;
}
.nav-list > li > ul > li > a:after{
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 10px;
  width: 5px;
  height: 5px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate(-100%, -50%) rotate(-45deg);
  -ms-transform: translate(-100%, -50%) rotate(-45deg);
  transform: translate(-100%, -50%) rotate(-45deg);
  border: 1px solid #000;
  border-left: 0;
  border-top: 0;
}

.nav-list .is-open > ul{
  display: block !important;
}
.nav-list ul{
  padding-top: 0.5rem;
  padding-left: 15px;
}
.nav-list li{
  position: relative;
}
.nav-list li > a{
  overflow: hidden;
}
.nav-list li .labels-list{
  display: inline-block;
}

.backnav ul{
  padding: 0;
  margin: 0;
}

.backnav li{
  list-style: none;
  display: inline-block;
}

.backnav li:after{
  content: "/";
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
  margin-left: 0.3rem;
}

.backnav li:last-child,
.backnav li:nth-last-child(2):after{
  display: none;
}

.maxwrap{
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.b-content-title > .maxwrap{
  position: relative;
}
.b-content-title > .maxwrap:after{
  content: "";
  display: block;
  clear: both;
}
.b-content-title a{
  color: inherit;
  -webkit-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}
.b-content-title a svg{
  fill: currentColor;
  -webkit-transition: fill 0.1s;
  -o-transition: fill 0.1s;
  transition: fill 0.1s;
}

.b-content-title picture{
  display: none;
}
/*.b-content-title > img > picture,
      .b-content-title > picture img {
        filter: grayscale(0.7);
        -webkit-filter: grayscale(0.7);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 0%;
        object-position: 50% 0%;
        font-family: 'object-fit: cover; object-position: 50% 0%;';
        -webkit-transition: opacity 0.5s cubic-bezier(1, 0, 0, 1);
        -o-transition: opacity 0.5s cubic-bezier(1, 0, 0, 1);
        transition: opacity 0.5s cubic-bezier(1, 0, 0, 1); }*/

.b-content-title .backnav{
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.bg-video{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.bg-video video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
  font-family: 'object-fit: cover; object-position: 50% 0%;';
}

.b-content-title-text{
  position: relative;
  margin-top: -40px;
  padding-bottom: 0;
}

.box-letter.nopadd{
  padding: 1rem 2rem;
}
.box-letter .box-letter-in{
  padding: 3vw 10%;
}
.box-letter .hash-list{
  padding-top: 2rem;
}

.b-content-title + .maxwrap > .usercontent:first-child{
  margin-top: -110px;
  position: relative;
}

.b-content-title + .maxwrap .box-letter + .box-letter{
  margin-top: 0;
}

.b-content-title + .maxwrap > .usercontent:first-child:not(.box-letter){
  padding-bottom: 40px;
}

.card-title{
  font-size: 30px;
  /*position: absolute;*/
  bottom: 100%;
  left: 0;
}


.card-shape:before{
  content: "";
  padding-top: 60%;
  display: block;
}

.card-shape .card-shape-in{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-shape-sender{
  z-index: 10;
}


.b-aside-card img{
  display: block;
  max-width: 100%;
}



.box-row{
  padding: 20px;
}
.box-row [class^="col-xs"]{
  padding: 20px;
}
.box-row .box{
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.choices *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.choices .choices__inner{
  min-height: 50px;
}
.choices.is-open{
  z-index: 40;
  position: relative;
}

.choices .choices__list--single{
  padding: 2px 24px 0 16px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.choices .choices__list--dropdown .choices__item--selectable{
  padding: 10px;
}
.choices[data-type*=select-one]:after{
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvLWRvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDUwIDUwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDUwdjUwSDB6Ij48L3BhdGg+PHBhdGggZD0iTTQ3LjI1IDE1bC0yLjA4Ni0yLjA4NkwyNSAzMy4wNzggNC44MzYgMTIuOTE0IDIuNzUgMTUgMjUgMzcuMjUiPjwvcGF0aD48L3N2Zz4=);
  border: 0;
  width: 12px;
  height: 12px;
  margin-top: -5px;
}
.choices[data-type*=select-one].is-open:after{
  margin-top: -5px;
}


.developer span{
  margin-right: .5em;
}

.developer span,
.developer img{
  display: inline-block;
  vertical-align: top;
  -webkit-overflow-scrolling: touch;
}

.developer img{
  -webkit-filter: saturate(0);
  filter: saturate(0);
  -webkit-transition: -webkit-filter 0.1s;
  transition: -webkit-filter 0.1s;
  -o-transition: filter 0.1s;
  transition: filter 0.1s;
  transition: filter 0.1s, -webkit-filter 0.1s;
}

.developer:hover img{
  -webkit-filter: saturate(1);
  filter: saturate(1);
}

.footer-row{
  padding: 20px 0;
}
.footer-row [class^="col-"]{
  padding: 20px 40px;
}

.f-search{
  margin-bottom: 40px;
}

.f-search .submit input{
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  outline: 0;
}

.f-search .search{
  overflow: hidden;
  height: 50px;
}

.f-phone:after{
  content: "";
  display: block;
  clear: both;
}
.f-phone .c-ico{
  display: block;
  float: left;
}
.f-phone .c-ico svg{
  width: 24px;
  height: 24px;
}
.f-phone > span{
  padding-top: 7px;
  display: block;
  overflow: hidden;
}


.topline-iblogin{
  padding: 0 0.3rem;
  float: right;
}


.link-iblogin svg{
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  fill: currentColor;
  margin-top: 6px;
}
.link-iblogin span{
  margin-left: 5px;
}

.form-row .choices__inner{
  font-size: 16px;
  min-height: 50px;
}

.form-row .choices__inner,
.form-row .is-open .choices__inner,
.form-row .is-focused .choices__inner{
  border-radius: 5px;
}

.form-row .choices .choices__list--single{
  padding-top: 3px;
  padding-bottom: 2px;
}

.form-row .flex-row > [class^="col-"]{
  padding: 1rem;
}

.ico-link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ico-link i,
.ico-link .c-ico{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ico-link span{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.ico-link .ico-50 + span{
  padding-top: 8px;
}
.ico-link .ico-40 + span{
  padding-top: 6px;
}
.ico-link .ico-30 + span{
  padding-top: 4px;
}

.link-attention i,
.link-attention .c-ico{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.link-attention .c-ico{
  margin-right: 1rem;
}
.link-attention > span{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0;
}
.link-attention > span span{
  border-bottom: 1px dotted;
}

.socials{
  padding-bottom: 2rem;
}
.socials .socials-header{
  font-size: 20px;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 1rem;
}
.socials ul{
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.socials li{
  padding: 0.4rem;
}

.social:hover{
  background-color: #0081ad;
}

.social-fb{
  background-color: #3b5998;
}
.social-fb:hover{
  background-color: #4264aa;
}

.social-vk{
  background-color: #3a6694;
}
.social-vk:hover{
  background-color: #4173a6;
}

.social-ok{
  background-color: #eb722e;
}
.social-ok:hover{
  background-color: #ed8245;
}

.social-ig{
  background: #ffb140;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZiMTQwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzIlIiBzdG9wLWNvbG9yPSIjZmY1NDQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZmMyYjgyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhlNDBiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-linear-gradient(-45deg, #ffb140 0%, #ff5445 32%, #fc2b82 60%, #8e40b7 100%);
  background: -webkit-linear-gradient(315deg, #ffb140 0%, #ff5445 32%, #fc2b82 60%, #8e40b7 100%);
  background: -o-linear-gradient(315deg, #ffb140 0%, #ff5445 32%, #fc2b82 60%, #8e40b7 100%);
  background: linear-gradient(135deg, #ffb140 0%, #ff5445 32%, #fc2b82 60%, #8e40b7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb140', endColorstr='#8e40b7', GradientType=1);
}
/*.social-ig:hover {
		-webkit-filter: brightness(0.95);
		        filter: brightness(0.95); }*/

.social-yt{
  background-color: #f00;
}
.social-yt:hover{
  background-color: #e60000;
}

.social-tw{
  background-color: #0084b4;
}
.social-tw:hover{
  background-color: #00719b;
}

.f-logos{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding: 1rem 0;
}
.f-logos a{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 140px;
  height: 120px;
  border: 1px solid #ddd;
  margin: 0.5rem;
}
.f-logos img{
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  width: auto;
}

.remittance{
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.5;
}
.remittance a:hover{
  text-decoration: none;
}

.rem-header{
  padding: 40px 10px;
}

.rem-row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rem-col{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 440px;
  flex: 0 1 440px;
  -ms-flex: 0 1 calc(50% - 50px);
  flex: 0 1 calc(50% - 50px);
  padding: 15px 0;
}

.rem-col-gap{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
  text-align: center;
}
.rem-col-gap svg{
  display: block;
  margin: 0 auto;
}

.rem-col.rem-col-all{
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.card-shape-inputs{
  padding: 40px 20px;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.receiverMsg {
  resize: none;
  min-height: 100px;
  outline: none;
  padding: 1rem;
}

.bg--dark label input[type="checkbox"] + span{
  /*color: #fff;*/
}
.bg--dark label input[type="checkbox"] + span:before{
  /*border-color: rgba(255, 255, 255, 0.5);*/
  border-color: currentColor;
  top: 0;
}
.bg--dark label input[type="checkbox"] + span:after{
  top: 1px;
}

.baloon-amination{
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -30%);
  -ms-transform: translate(50%, -30%);
  transform: translate(50%, -30%);
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: -webkit-transform 2s ease-in-out;
  transition: -webkit-transform 2s ease-in-out;
  -o-transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;

	display: none;
}
.baloon-amination img{
  filter: grayscale(0.8);
  -webkit-filter: grayscale(0.8);
  max-width: 100%;
}
.baloon-amination.finish{
  -webkit-transform: translate(100vw, -70%);
  -ms-transform: translate(100vw, -70%);
  transform: translate(100vw, -70%);
}

.card-input, phone-input{
  position: relative;
}

.support-card img{
  /*filter: grayscale(0.8);*/
  /*-webkit-filter: grayscale(0.8);*/
  max-width: 60px;
  max-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

input.visa ~ .type-visa{
  display: block;
  background-image: url("../i/payment-visa-input.png");
}

input.mastercard ~ .type-mastercard{
  display: block;
  background-image: url("../i/payment-mastercard.png");
}

input.maestro ~ .type-maestro{
  display: block;
  background-image: url("../i/payment-maestro.png");
}

input.belkart ~ .type-belkart{
  display: block;
  background-image: url("../i/payment-belkart.png");
}

.price{
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}
.price b{
  font-weight: 600;
  font-size: 24px;
}

.input-helper{
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ig-wrap{
  border-radius: 4px;
  overflow: hidden;
}

.input-graphics img{
  width: 100%;
  display: block;
  filter: grayscale(0.8);
  -webkit-filter: grayscale(0.8);
}

.input-helper:hover + .input-graphics{
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.about-comission span{
  display: inline-block;
  vertical-align: middle;
}

.about-comission .price b{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

@media only screen and (max-width: 979px){
  .footer-row .col-xs{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .footer-row .col-xs:last-child{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 859px){
  .hide-860{
    display: none !important;
  }

  .remittance{
    padding: 10px;
  }

  .rem-title{
    padding: 0 0 20px;
  }

  .rem-row{
    position: relative;
  }

  .rem-col-gap{
    -webkit-box-flex: 0;
    -ms-flex: 0 1 0px;
    flex: 0 1 0px;
  }

  .rem-col-gap svg{
    display: none;
  }

  .rem-col{
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 10px;
  }

  .card-title{
    left: 10px;
    font-size: 24px;
  }

  .ico-card-direction{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .card-shape-inputs{
    padding: 20px;
  }
}

@media only screen and (max-width: 679px){
  .b-content-title::before{
    left: -240px;
    bottom: -150px;
    height: 560px;
    width: 560px;
  }

  .logo{
    height: 40px;
    width: 62px;
  }

  .hide-680{
    display: none !important;
  }

  .remittance{
    max-width: 450px;
    margin: 0 auto;
  }

  .rem-header{
    padding: 10px 0 0;
  }

  .rem-col-gap{
    display: none;
  }

  .rem-row{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rem-col{
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }

  .card-title{
    position: static;
    padding: 0 0 10px;
    left: 0;
  }

  .l-header{
    padding: 0 10px;
    height: 50px;
  }

  .link-iblogin span{
    display: none;
  }

  .card-shape{
    border-radius: 10px;
  }

  .footer-row .col-xs{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .footer-row [class^="col-"]{
    padding: 20px;
  }

  .f-phone a{
    font-size: 20px;
  }
}


.ts-success{
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 30px;
}

.ts-success p{
  padding-bottom: 0.25em;
}

.ts-success-header{
  font-size: 24px;
  font-weight: 500;
  padding: 30px 0;
}

.ts-success-title{
  font-size: 24px;
  font-weight: 600;
  padding: 20px 30px 0;
}

.ts-success-details{
  padding-top: 20px;
}

.ts-success-details .flex-row{
  padding: 5px 25px;
}

.ts-success-details .flex-row > div{
  padding: 5px;
}

.ts-success-about p{
  padding-bottom: 10px;
}

.ts-footer{
  padding-top: 50px;
}

.ts-footer p:not(:last-child){
  padding-bottom: 20px;
}

.ts-error{
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 30px;
}

.ts-error p{
  padding-bottom: 1em;
}

.ts-error-header{
  font-size: 24px;
  font-weight: 500;
  padding: 30px 0;
}

.success-to-email{
  border: 1px solid red;
}

.to-email-form:after{
  content: "";
  display: block;
  clear: both;
}

.to-email-input-wrap{
  overflow: hidden;
}

.to-email-form input[type="submit"]{
  float: right;
  margin-left: 10px;
}


 /* The switch - the box around the slider */
 .switch-container {
  margin: 24px 0;
  font-size: 1rem;
}

.switch-box {
  width: 84px;
  height: 44px;
  display: inline-block;
  vertical-align: text-top;
  position: relative;
}

.switch-box.phone .switch-circle {
  left: calc(100% - 44px)
}

.switch-label.first {
  margin-right: 6px
}

.switch-label.second {
  margin-left: 6px
}

.switch-sub-label {
  display: inline
}

@media (max-width:500px) {
  .switch-container{
    margin: 0;
  }
  .switch-sub-label {
   display:block
  }
}

/* end of switch box */




@media screen and (max-width: 599px){

  .col-xxs, .col-xxs-1, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs-12, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }

  .end-xxs{
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .col-xxs-12{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .end-xxs{
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
}

@media print{
  .page-wrap,
  .layout-row,
  .l-layout,
  .l-main,
  .main-content{
    display: block;
    flex: none;
    overflow: hidden;
    padding: 0;
    min-height: auto;
  }

  .b-content-title > img,
  .b-content-title > picture img{
    display: none;
  }

  .ts-success{
    padding: 0;
    max-width: none;
  }

  .ts-footer{
    display: none;
  }

  .l-header{
    padding: 0;
  }

  .l-footer{
    display: none;
  }

  .topline-iblogin{
    display: none;
  }
}

.up-banner-link
{
  display: block;
  width: 100%;
}

.up-banner-image {
  width: 100%;
  border-radius: 0.6vw;
}

@media only screen and (max-width: 679px) {

  .up-banner-image-small {
    display: none;
  }
  .up-banner-image-large {
    display: block;
  }
}
@media only screen and (min-width: 679px) {

  .up-banner-image-small {
    display: block;
  }

  .up-banner-image-large {
    display: none;
  }
}
