html {
  font-family: sans-serif;
}

body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #373737;
  font: 300 16px / 1.385 'Roboto', Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

a {
  color: #0083d0;
  text-decoration: none;
}

a:hover {
  color: #0073b7;
  text-decoration: underline;
}

a:active {
  color: #00639d;
}

img {
  border: 0;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d2d2d2;
  margin: 1em 0;
  padding: 0;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

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

/* Header */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 960px;
}

@media screen and (max-width: 1019px) {
  .container {
      max-width: 728px;
  }
}

@media screen and (max-width: 787px) {
  .container {
      width: 100%;
      max-width: 100%;
      min-width: 320px;
  }
}

/* Header */

.brand-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.brand-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.container.brand-container {
  padding-right: 0;
}

.logo-aff {
  display: inline-block;
}

.logo-aff img {width: 100%;}

.lang-dropdown {
  font-family: Arial, sans-serif;
  font-size: 14px;
  position: relative;
  z-index: 1;
  display: inline-block;
  float: right;
  height: 40px;
  text-align: left;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  text-decoration: none;
  color: #222;
}

.w-dropdown-toggle {
  display: inline-block;
  padding-right: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggle-dropdown {
  position: relative;
  display: inline-block;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px 10px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  text-decoration: none;
  color: #222;
  background: no-repeat 20px 14px;
  background-size: auto;
}

.dropdown-text>.flag-icon {
  width: 16px;
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../img/arrow.svg) center no-repeat;
  background-size: 10px;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
}

.w-dropdown-list {
  position: absolute;
  display: none;
  min-width: 100%;
  background: #ddd;
}

.w-dropdown-list.open {
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.w-dropdown-link {
  display: block;
  padding: 10px 20px;
  color: #222;
}

.dropdown-element {
  line-height: 18px;
  background-color: #fff;
}

.dropdown-element>.flag-icon {
  margin-right: 5px;
  width: 16px;
}

.dropdown-element:hover {
  text-decoration: none;
  background-color: #eef0f5;
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
  margin-right: 6px;
}

.flag-icon:before {
  content: "\00a0";
}

.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-ru {
  background-image: url(../img/flags/ru.svg);
}

.flag-icon-gb,
.flag-icon-en {
  background-image: url(../img/flags/gb.svg);
}

.flag-icon-es,
.flag-icon-es-es {
  background-image: url(../img/flags/es.svg);
}

.flag-icon-cn,
.flag-icon-zh-hans {
  background-image: url(../img/flags/cn.svg);
}

.flag-icon-cn-tr,
.flag-icon-zh-hant {
  background-image: url(../img/flags/cn-tr.svg);
}

.flag-icon-it {
  background-image: url(../img/flags/it.svg);
}

.flag-icon-fr {
  background-image: url(../img/flags/fr.svg);
}

.flag-icon-de {
  background-image: url(../img/flags/de.svg);
}

.flag-icon-mx,
.flag-icon-es-mx {
  background-image: url(../img/flags/mx.svg);
}

.btn {
  display: inline-block;
  vertical-align: middle;
  max-width: 380px;
  padding: 14px 0;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 5px;
  color: #9498a9;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  outline: none;
}

.btn--block {
  width: 100%;
  max-width: none;
}

.btn--orange {
  color: #fff;
  border: 0;
  background-color: #ff8000;
  box-shadow: 0 2px 0 0 #e7540c, 0 2px 7px rgba(0,0,0,0.25);
}
.btn--orange:hover {
  color: #fff;
  background-color: #ff8c18;
}
.btn--orange:active {
  margin-top: 2px;
  margin-bottom: -2px;
  color: #fff;
  box-shadow: none;
}

.btn--green {
  color: #fff;
  border: 0;
  background-color: #438eff;
  background-image: linear-gradient(270deg,#01dfdc 0,#438eff 33.33%,#715eff 67.19%,#ce4dff 99.99%,rgba(207,77,255,.13) 100%,rgba(207,77,255,0) 100%,#cf4dff 100%);
  box-shadow: 0 2px 0 0 #715eff, 0 2px 7px rgba(0,0,0,0.25);
}
.btn--green:hover {
  color: #fff;
  text-shadow: 0 0 15px hsla(0,0%,0%,.5);
}
.btn--green:active {
  margin-top: 2px;
  margin-bottom: -2px;
  color: #fff;
  box-shadow: none;
}

.btn--mint {
  border-radius: 40px;
  background-color: #21bea1;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}