@charset "UTF-8";

.u-screenreader {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}


@font-face {
  font-family: 'Drystick-Regular';
  src: url("../fonts/drystick/drystick-regular.eot");
  src: url("../fonts/drystick/drystick-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/drystick/drystick-regular.woff2") format("woff2"), url("../fonts/drystick/drystick-regular.woff") format("woff"), url("../fonts/drystick/drystick-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Drystick-Medium';
  src: url("../fonts/drystick/drystick-medium.eot");
  src: url("../fonts/drystick/drystick-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/drystick/drystick-medium.woff2") format("woff2"), url("../fonts/drystick/drystick-medium.woff") format("woff"), url("../fonts/drystick/drystick-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'TTCommons-Regular';
  src: url("../fonts/ttcommons/ttcommons-regular.eot");
  src: url("../fonts/ttcommons/ttcommons-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ttcommons/ttcommons-regular.woff2") format("woff2"), url("../fonts/ttcommons/ttcommons-regular.woff") format("woff"), url("../fonts/ttcommons/ttcommons-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TTCommons-Demi-Bold';
  src: url("../fonts/ttcommons/ttcommons-demi-bold.eot");
  src: url("../fonts/ttcommons/ttcommons-demi-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ttcommons/ttcommons-demi-bold.woff2") format("woff2"), url("../fonts/ttcommons/ttcommons-demi-bold.woff") format("woff"), url("../fonts/ttcommons/ttcommons-demi-bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

a,
button {
  cursor: pointer;
}

ul {
  list-style: none;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

* > :last-child {
  margin-bottom: 0;
}

iframe,
img {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  border-style: none;
}

p,
ul {
  margin: 0 0 25px 0;
}

* + p,
* + ul {
  margin-top: 25px;
}

hr {
  border: 0;
  background: rgba(164, 164, 164, 0.3);
  height: 1px;
  margin: 30px 0;
}

html {
  font-family: arial;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff;
  color: #000;
}

h1, h2, h3 {
  font-family: arial;
  font-weight: normal;
}

h1 {
  font-size: 3rem;
  line-height: 3.375rem;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 6.25rem;
    line-height: 6.625rem;
  }
}

@media (min-width: 1800px) {
  h1 {
    font-size: 11.25rem;
    line-height: 11.625rem;
  }
}

h2 {
  font-size: 3rem;
  line-height: 3.375rem;
  letter-spacing: -0.04em;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 5rem;
    line-height: 5.375rem;
  }
}

@media (min-width: 1800px) {
  h2 {
    font-size: 7.5rem;
    line-height: 7.875rem;
  }
}

h3 {
  font-size: 1.875rem;
  line-height: 2rem;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 3rem;
    line-height: 3.375rem;
  }
}

@media (min-width: 1800px) {
  h3 {
    font-size: 5rem;
    line-height: 5.625rem;
  }
}

[type="text"], [type="password"] {
  font-size: 1.3125rem;
  line-height: 1.6875rem;
  font-family: arial;
}

@media (min-width: 1800px) {
  [type="text"], [type="password"] {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

ul {
  list-style-type: disc;
}

ul {
  padding-left: 30px;
  margin: 0;
}

@media all and (min-width: 768px) {
  ul {
    padding-right: 30px;
  }
}

@media all and (min-width: 1366px) {
  ul {
    padding-left: 40px;
  }
}

ul li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding-left: 10px;
}

@media all and (min-width: 1366px) {
  ul li {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    padding-left: 20px;
  }
}

.dd-columns {
  font-family: "TTCommons-Regular", Arial;
  font-size: 16px;
  line-height: 18px;
}

@media all and (min-width: 1024px) {
  .dd-columns {
    font-size: 18px;
    line-height: 20px;
  }
}

.dd-columns h1 {
  font-family: "Drystick-Bold", arial;
  font-size: 38px;
  line-height: 40px;
}

@media all and (min-width: 768px) {
  .dd-columns h1 {
    font-size: 48px;
    line-height: 50px;
  }
}

@media all and (min-width: 1024px) {
  .dd-columns h1 {
    font-size: 58px;
    line-height: 60px;
  }
}

@media all and (min-width: 1366px) {
  .dd-columns h1 {
    font-size: 68px;
    line-height: 70px;
  }
}

.dd-columns h2 {
  font-family: "Drystick-Bold", arial;
  font-size: 28px;
  line-height: 30px;
}

@media all and (min-width: 768px) {
  .dd-columns h2 {
    font-size: 38px;
    line-height: 40px;
  }
}

@media all and (min-width: 1024px) {
  .dd-columns h2 {
    font-size: 44px;
    line-height: 46px;
  }
}

@media all and (min-width: 1366px) {
  .dd-columns h2 {
    font-size: 48px;
    line-height: 50px;
  }
}

.dd-columns h3 {
  font-family: "Drystick-Bold", arial;
  font-size: 24px;
  line-height: 26px;
}

@media all and (min-width: 768px) {
  .dd-columns h3 {
    font-size: 30px;
    line-height: 32px;
  }
}

@media all and (min-width: 1024px) {
  .dd-columns h3 {
    font-size: 32px;
    line-height: 34px;
  }
}

@media all and (min-width: 1366px) {
  .dd-columns h3 {
    font-size: 36px;
    line-height: 38px;
  }
}

.dd-columns p {
  font-family: "TTCommons-Regular", Arial;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 25px 0;
}

@media all and (min-width: 1024px) {
  .dd-columns p {
    font-size: 18px;
    line-height: 20px;
  }
}

.dd-columns strong {
  font-family: "TTCommons-Demi-Bold", Arial;
}

a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: arial;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 1800px) {
  a {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.dd-link {
  position: relative;
  padding-bottom: 3px;
  padding-right: 18px;
  font-family: "TTCommons-Regular", Arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

@media all and (min-width: 1024px) {
  .dd-link {
    font-size: 18px;
    line-height: 22px;
  }
}

.dd-link:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background: url("../images/bg-dd-link-mobile.png") repeat left -0.3px;
  background-size: auto 18px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

@media all and (min-width: 1024px) {
  .dd-link:before {
    background: url("../images/bg-dd-link.png") repeat left -0.3px;
    background-size: auto 22px;
  }
}

.dd-link:after {
  position: absolute;
  right: 0;
  bottom: 8px;
  background: url("../images/link-arrow.svg") no-repeat right top;
  content: '';
  width: 14px;
  height: 8px;
  display: inline-block;
}

@media all and (min-width: 1024px) {
  .dd-link:after {
    bottom: 9px;
  }
}

.icon-logo {
  width: 88px;
}

@media (min-width: 768px) {
  .icon-logo {
    width: 120px;
  }
}

.container {
  box-sizing: content-box;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container::before, .container::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.container::after {
  clear: both;
}

.container > :last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1366px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1800px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.dd-row {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .dd-row {
    padding: 0 12px;
  }
}

.dd-row .dd-columns {
  width: 100%;
  padding: 0 8px;
}

.dd-row .dd-columns::before, .dd-row .dd-columns::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.dd-row .dd-columns::after {
  clear: both;
}

@media (min-width: 768px) {
  .dd-row .dd-columns {
    padding: 0 12px;
  }
}

.header {
  position: relative;
  display: block;
  background: transparent;
  color: #fff;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 50;
  transition: all 0.5s ease-in-out;
}

.header::before, .header::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.header::after {
  clear: both;
}

@media (min-width: 768px) {
  .header {
    height: 60px;
  }
}

.footer {
  background: #fff;
  font-family: "TTCommons-Regular", Arial;
  color: #000;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media (min-width: 768px) {
  .footer {
    margin-top: auto;
  }
}

@media (min-width: 1024px) {
  .footer {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer ul li {
  margin: 0;
  padding: 0;
}

.footer a {
  font-family: "TTCommons-Regular", Arial;
  font-size: 1rem;
  line-height: 1.375rem;
  line-height: 1.1875rem;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .footer a {
    font-size: 1.125rem;
    line-height: 1.5rem;
    line-height: 1.3125rem;
  }
}

.footer .container {
  padding: 16px 8px 0 8px;
}

@media (min-width: 768px) {
  .footer .container {
    padding: 10px 12px 0 12px;
  }
}

.footer .footermeta {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 768px) {
  .footer .footermeta {
    padding-left: 12px;
    padding-right: 12px;
  }
}



@media (min-width: 560px) {
  .footer .footermeta {
    float: left;
    display: inline-block;
    padding-top: 8px;
    content: '';
    clear: both;
    display: table;
  }
}

.footer .footermeta ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 560px) {
  .footer .footermeta ul {
    display: inline-block;
  }
}

.footer .footermeta ul .footermeta__item {
  padding: 0 8px 0 0;
}

@media (min-width: 560px) {
  .footer .footermeta ul .footermeta__item {
    display: inline-block;
    float: left;
    padding: 0 0 0 24px;
  }
}

.footer .footermeta ul .footermeta__item:first-child {
  padding-left: 0;
}

.footer .footermeta ul .footermeta__item a {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #9b9b9b;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .footer .footermeta ul .footermeta__item a {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.footer .footermeta ul .footermeta__item a:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: translateX(-100%);
}

.footer .footermeta ul .footermeta__item a:hover:after {
  transform: translateX(0);
}

.footer .footermeta ul .footermeta__item.footermeta__item--is-active a {
  font-family: "TTCommons-Demi-Bold", Arial;
  color: #000;
}

.navigation-bar {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 6px 16px 0 16px;
  background-color: transparent;
  display: table;
}

@media (min-width: 768px) {
  .navigation-bar {
    padding: 16px 24px 4px 24px;
  }
}

.navigation-bar__secondary {
  float: left;
  display: inline-block;
}

@media (min-width: 768px) {
  .navigation-bar__secondary {
    float: right;
  }
}

.navigation-bar__logo {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  display: inline-block;
}

@media (min-width: 768px) {
  .navigation-bar__logo {
    margin-left: -60px;
  }
}

.navigation-bar__primary {
  float: right;
  display: inline-block;
}

@media (min-width: 768px) {
  .navigation-bar__primary {
    float: left;
  }
}

.site-page-wrapper {
  position: relative;
  background-color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
}

.site-page-wrapper::before, .site-page-wrapper::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.site-page-wrapper::after {
  clear: both;
}

.site-main {
  position: relative;
  display: block;
  background-color: #000;
  color: #fff;
  width: 100%;
}

.site-main::before, .site-main::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.site-main::after {
  clear: both;
}

@media (min-width: 768px) {
  .site-main {
    min-height: calc(100vh - 60px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

[type="text"], [type="password"] {
  position: relative;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 14px;
  height: 50px;
}

@media (min-width: 1280px) {
  [type="text"], [type="password"] {
    padding: 16px 18px;
    height: 70px;
  }
}

[type="password"]::-ms-clear, [type="password"]::-ms-reveal, [type="text"]::-ms-clear, [type="text"]::-ms-reveal {
  display: none;
}

[type="text"], [type="password"]:focus {
  background-color: #ededed;
  border-color: #ededed;
}

.form__input-wrapper--search .form__searchfield:not(:valid) ~ .search__reset {
  display: none;
}

.dd-form *:focus,
.dd-form input:focus {
  outline-color: #50af47;
}

.dd-form__input-wrapper {
  position: relative;
  padding-bottom: 16px;
  z-index: 10;
}

.dd-form__input-wrapper--password {
  margin-right: 40px;
}

.dd-form__input-wrapper--password .toggle-password {
  position: absolute;
  right: -30px;
  top: 17px;
  background: url("../images/password-toggle-sprite.svg") no-repeat 0px 0px;
  background-size: auto 13px;
  width: 20px;
  height: 13px;
  content: '';
  display: inline-block;
}

.dd-form label {
  font-family: "TTCommons-Regular", Arial;
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 768px) {
  .dd-form label {
    font-size: 18px;
    line-height: 20px;
  }
}

.dd-form [type="password"] + label, .dd-form [type="text"] + label {
  position: absolute;
  top: 14px;
  left: 14px;
  cursor: text;
  color: #9b9b9b;
  height: 18px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  transition: top 150ms,font-size 150ms,color 150ms ease-in-out;
  text-overflow: ellipsis;
  z-index: 12;
}

.dd-form .dd-input,
.dd-form [type="password"], .dd-form [type="text"] {
  background-color: #fff;
  border: 2px solid #fff;
  font-family: "TTCommons-Regular", Arial;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  padding: 16px 12px 2px 12px;
  height: 46px;
}

@media (min-width: 768px) {
  .dd-form .dd-input,
  .dd-form [type="password"], .dd-form [type="text"] {
    font-size: 18px;
    line-height: 20px;
  }
}

.dd-form .dd-input:disabled,
.dd-form [type="password"]:disabled, .dd-form [type="text"]:disabled {
  background-color: #9b9b9b;
  color: #000;
  border: 2px solid #9b9b9b;
  opacity: 1;
}

.dd-form .dd-input:disabled,
.dd-form [type="password"]:disabled + label, .dd-form [type="text"]:disabled + label {
  color: #000;
}

.dd-form__error-message {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.dd-form__error-message ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.dd-form__error-message ul li {
  background-color: #d91515;
  width: 100%;
  display: inline-block;
  color: #fff;
  padding: 1px 8px;
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 768px) {
  .dd-form__error-message ul li {
    font-size: 16px;
    line-height: 18px;
  }
}

.dd-form__error-message ul li:first-child {
  margin-top: 2px;
  padding-top: 2px;
}

.dd-form__error-message ul li:last-child {
  padding-bottom: 4px;
}

.dd-button {
  position: relative;
  display: inline-block;
  padding: 12px 25px 10px 25px;
  background-color: #50af47;
  border: 1px solid #50af47;
  border-radius: 26px;
  font-family: "Drystick-Medium", arial !important;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  text-align: center;
  color: #000;
  -webkit-appearance: none;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.5s ease-out;
  overflow: hidden;
  z-index: 5;
}

.dd-button:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-color: #50af47;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-out;
  z-index: -2;
}

.dd-button:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-color: #3f9936;
  width: 0%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-out;
  z-index: -2;
}

.dd-button:hover {
  border-color: #3f9936;
}

.dd-button:hover:after {
  width: 100%;
  opacity: 1;
}

.dd-button--secondary {
  border-color: #fff;
  background-color: #fff;
  color: #fff;
}

.dd-button--secondary:before {
  background-color: #000;
}

.dd-button--secondary:after {
  background-color: #fff;
  width: 0;
}

.dd-button--secondary:hover {
  color: #000;
  border-color: #fff;
}

.dd-button--is-disabled {
  pointer-events: none;
  border-color: #9b9b9b;
  background-color: #9b9b9b;
  color: #000;
}

.dd-button--is-disabled:before {
  background-color: #9b9b9b;
}

.dd-button--is-disabled:after {
  background-color: #9b9b9b;
  width: 0;
}

.dd-button--is-disabled:hover {
  color: #000;
}

.dd-button--download {
  padding-left: 47px;
}

.dd-button--download:before {
  position: absolute;
  top: 4px;
  left: 19px;
  width: 24px;
  height: 24px;
  background: url("../images/download-btn.svg") no-repeat left 4px;
  background-size: 24px auto;
  display: inline-block;
  transition: none;
  opacity: 1;
  z-index: 20;
}

.user-menu {
  float: right;
  width: auto;
  display: inline-block;
}

.user-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.user-menu__item {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 8px;
}

@media (min-width: 768px) {
  .user-menu__item {
    position: relative;
    padding: 0 0 0 25px;
  }
}

.user-menu__item:first-child {
  padding: 0;
}

.user-menu__item > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-family: "TTCommons-Regular", Arial;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 4px 0 6px 0;
}

@media (min-width: 768px) {
  .user-menu__item > a {
    font-family: "TTCommons-Demi-Bold", Arial;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 4px 0 8px 0;
  }
}

@media (min-width: 1024px) {
  .user-menu__item > a {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

.user-menu__item > a.user--login {
  padding: 5px 0 9px 0;
}

@media (min-width: 768px) {
  .user-menu__item > a.user--login {
    padding: 4px 0 8px 0;
  }
}

.user-menu__item > a:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translateX(-100%);
}

.user-menu__item > a:hover:after {
  transform: translateX(0);
}

.user-menu__avatar {
  position: relative;
  float: left;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #000;
  margin-left: 3px;
  margin-right: 3px;
  font-family: "TTCommons-Demi-Bold", Arial;
  text-align: center;
  z-index: 5;
}

@media (min-width: 768px) {
  .user-menu__avatar {
    margin-right: 7px;
  }
}

.user-menu__avatar:before {
  position: absolute;
  top: -3px;
  left: -3px;
  background-color: #fff;
  content: '';
  width: 26px;
  height: 26px;
  border-radius: 26px;
  display: inline-block;
  z-index: -1;
}

.user-menu__avatar > img {
  width: 20px;
  height: 20px;
  margin-top: -1px;
}

.user-menu__title {
  float: left;
  display: inline-block;
  padding-top: 1px;
}

@media (max-width: 767px) {
  .user-menu__title {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    z-index: -1;
  }
}

.main-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  font-family: "TTCommons-Regular", Arial;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .main-menu ul li {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.main-menu__item {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .main-menu__item {
    position: relative;
    float: left;
    display: inline-block;
    padding: 0 22px 0 0;
  }
}

.main-menu__item > a {
  font-family: "Drystick-Bold", arial;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-decoration: none;
}

@media (max-width: 767px) {
  .main-menu__item > a {
    position: relative;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 14px 50px 14px 16px;
    width: 100%;
    display: inline-block;
    text-align: left;
  }
  .main-menu__item > a:after {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -9px;
    background: url("../images/plus.svg") no-repeat left center;
    background-size: 18px auto;
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .main-menu__item > a {
    position: relative;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    font-family: "TTCommons-Demi-Bold", Arial;
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 5px 0 8px 0;
  }
}

@media (min-width: 1024px) {
  .main-menu__item > a {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .main-menu__item > a:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
    left: -1px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: translateX(-100%);
  }
}

@media (min-width: 768px) {
  .main-menu__item > a:hover:after {
    transform: translateX(0);
  }
}

.morphsearch__input:not(:valid) ~ .morphsearch__reset {
  display: none;
}

.site-page-wrapper {
  overflow: visible;
}

.dd-inline-hint {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-bottom: 18px;
  padding: 22px 22px 22px 50px;
  border: solid #fff 2px;
}

@media all and (min-width: 768px) {
  .dd-inline-hint {
    margin-bottom: 22px;
  }
}

#close {
  margin-top: -7px;
}

.dd-inline-hint:before {
  position: absolute;
  top: 1px;
  left: 0;
  background: url("../images/checkmark.svg") no-repeat left top;
  background-size: 20px auto;
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
}
.dd-inline-hint--info:before {
  background: url("../images/info.svg") no-repeat left top;
  background-size: 20px auto;
  margin: 18px;
}

.dd-hintbox {
  position: relative;
  border: 2px solid #50af47;
  padding: 16px 16px 16px 10px;
  margin: 0 auto 6px auto;
  width: 100%;
  max-width: 540px;
  display: table;
}

@media all and (min-width: 560px) {
  .dd-hintbox {
    padding: 22px 22px 22px 16px;
    margin-bottom: 12px;
  }
}

.dd-hintbox--error {
  border: 2px solid #d91515;
}

.dd-hintbox__image {
  width: 66px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

@media all and (min-width: 560px) {
  .dd-hintbox__image {
    width: 100px;
    padding-right: 20px;
  }
}

.dd-hintbox__image img {
  width: 100%;
  margin: 0 auto;
}

.dd-hintbox__content {
  display: table-cell;
}

.dd-hintbox__content .headline {
  width: 100%;
  padding-bottom: 6px;
  display: inline-block;
}

@media all and (min-width: 560px) {
  .dd-hintbox__content .headline {
    padding-bottom: 12px;
  }
}

.dd-hintbox__content p {
  margin-bottom: 0;
}

.dd-hintbox__image + .dd-hintbox__content {
  width: calc(100% - 66px);
}

@media all and (min-width: 560px) {
  .dd-hintbox__image + .dd-hintbox__content {
    width: calc(100% - 100px);
  }
}

.dd-liability-data .dd-liabdata-form .address-selection__suggestions::-webkit-scrollbar:vertical,
.dd-liability-data .dd-pdata-form .address-selection__suggestions::-webkit-scrollbar:vertical,
.dd-personal-data .dd-liabdata-form .address-selection__suggestions::-webkit-scrollbar:vertical,
.dd-personal-data .dd-pdata-form .address-selection__suggestions::-webkit-scrollbar:vertical {
  width: 10px;
}

@supports not (-webkit-touch-callout: none) {
}

.dd-sim-activation {
  padding-top: 24px;
  padding-bottom: 40px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

@media all and (min-width: 1024px) {
  .dd-sim-activation {
    padding-top: 60px;
    padding-bottom: 110px;
  }
}

.dd-sim-activation .dd-columns {
  max-width: 1024px;
  margin: 0 auto;
}

.dd-sim-activation .dd-simact-intro {
  padding-top: 10px;
  padding-bottom: 22px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation .dd-simact-intro {
    padding-top: 0;
    padding-bottom: 26px;
  }
}

.dd-sim-activation .dd-hintbox {
  margin-bottom: 25px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation .dd-hintbox {
    margin-bottom: 35px;
  }
}

.dd-sim-activation .dd-hintbox__image img {
  width: auto;
  max-width: 100%;
}

.dd-sim-activation .dd-simact-intro__wrapper {
  max-width: 400px;
}

.dd-sim-activation .dd-simact-intro h1 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation .dd-simact-intro h1 {
    font-size: 24px;
    line-height: 26px;
  }
}

.dd-sim-activation .dd-simact-intro p {
  margin: 0 0 8px 0;
}

@media all and (min-width: 768px) {
  .dd-sim-activation .dd-simact-intro p {
    margin: 0 0 10px 0;
  }
}

@media all and (min-width: 1024px) {
  .dd-sim-activation .dd-simact-intro p {
    margin: 0 0 25px 0;
  }
}

@media all and (min-width: 768px) {
  .dd-sim-activation .dd-simact-inner-col {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
}

.dd-sim-activation .dd-simact-inner-col:first-child {
  margin-bottom: 65px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation .dd-simact-inner-col:first-child {
    margin-bottom: 0;
    padding-right: 65px;
  }
}

.dd-sim-activation .dd-simact-form__block {
  margin-bottom: 20px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation .dd-simact-form__block {
    margin-bottom: 25px;
  }
}

.dd-sim-activation .dd-simact-form .ctas {
  width: auto;
  text-align: center;
}

.dd-sim-activation .dd-simact-form .ctas button {
  margin: 0 auto;
}

@media all and (max-width: 559px) {
  .dd-sim-activation .dd-simact-form .ctas button {
    width: 100%;
  }
}

.dd-sim-activation .dd-simact-faq {
  border-top: 1px solid #fff;
}

.dd-sim-activation .dd-simact-faq__expander {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.dd-sim-activation .dd-simact-faq__expander-controller {
  position: relative;
  margin: 0;
}

.dd-sim-activation .dd-simact-faq__expander-controller a {
  font-family: "TTCommons-Demi-Bold", Arial;
  font-size: 16px;
  line-height: 18px;
  padding: 20px 48px 20px 16px;
  color: #fff;
  text-decoration: none;
  letter-spacing: normal;
  display: block;
}

@media all and (min-width: 768px) {
  .dd-sim-activation .dd-simact-faq__expander-controller a {
    font-size: 18px;
    line-height: 20px;
  }
}

.dd-sim-activation .dd-simact-faq__expander-controller a:after {
  position: absolute;
  right: 16px;
  top: 50%;
  background: url("../images/arrow-expander-sprite.svg") left top;
  width: 13px;
  height: 9px;
  margin-top: -4px;
  content: '';
  display: inline-block;
}

.dd-sim-activation .dd-simact-faq__expander-controller a:hover {
  color: #3f9936;
}

.dd-sim-activation .dd-simact-faq__expander-controller a:hover:after {
  background-position: -17px top;
}

.dd-sim-activation .dd-simact-faq__expander-content {
  display: none;
  padding: 0 16px;
}

.dd-sim-activation .dd-simact-result {
  max-width: 650px;
  font-size: 16px;
  line-height: 18px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation .dd-simact-result {
    font-size: 18px;
    line-height: 20px;
  }
}

@media all and (min-width: 768px) {
  .dd-sim-activation .dd-simact-result {
    padding-top: 20px;
  }
}

.dd-sim-activation .dd-simact-result h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation .dd-simact-result h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.dd-sim-activation .dd-simact-result h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation .dd-simact-result h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.dd-sim-activation .dd-simact-result p,
.dd-sim-activation .dd-simact-result ul {
  max-width: 830px;
}

.dd-sim-activation .dd-simact-result ul {
  margin-bottom: 20px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation .dd-simact-result ul {
    margin-bottom: 24px;
  }
}

.dd-sim-activation .dd-simact-result ul li {
  font-family: "TTCommons-Regular", Arial;
  font-size: 16px;
  line-height: 18px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation .dd-simact-result ul li {
    font-size: 18px;
    line-height: 20px;
  }
}

.dd-sim-activation .dd-simact-result .footnote {
  font-size: 14px;
  line-height: 18px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation .dd-simact-result .footnote {
    font-size: 16px;
    line-height: 20px;
  }
}

.dd-sim-activation .dd-simact-result hr {
  background-color: transparent;
  border: 0;
  margin: 30px 0;
}

.dd-sim-activation .dd-simact-result .dd-link {
  margin-left: 4px;
  margin-right: 4px;
}

.dd-sim-activation .homepage-app-section-2020 {
  padding-top: 76px;
  padding-bottom: 30px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation .homepage-app-section-2020 {
    padding-top: 20px;
  }
}

.dd-sim-activation .homepage-app-section-2020-left {
  padding-left: 0;
}

.dd-sim-activation .homepage-app-section-2020-left h3 {
  max-width: 360px;
}

.dd-sim-activation .homepage-app-section-2020-right {
  padding-right: 0;
  -ms-flex-align: start;
      align-items: start;
}

.dd-sim-activation .homepage-app-section-2020-right img {
  max-width: 350px;
}

.dd-sim-activation.esim .dd-hintbox {
  margin-bottom: 35px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation.esim .dd-hintbox {
    margin-bottom: 55px;
  }
}

@media all and (min-width: 1024px) {
  .dd-sim-activation.esim .dd-hintbox {
    margin-bottom: 75px;
  }
}

.dd-sim-activation.esim .additional-input-info {
  margin-top: 8px;
}

.dd-sim-activation.esim .dd-simact-result {
  max-width: 650px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation.esim .dd-simact-result {
    padding-top: 20px;
  }
}

.dd-sim-activation.esim .dd-simact-result h1 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 12px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation.esim .dd-simact-result h1 {
    font-size: 34px;
    line-height: 40px;
  }
}

.dd-sim-activation.esim .dd-simact-result hr.spacer-big {
  margin-top: 0;
  margin-bottom: 40px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation.esim .dd-simact-result hr.spacer-big {
    margin-bottom: 72px;
  }
}

.dd-sim-activation.esim .dd-simact-result hr.spacer-small {
  margin-top: 0;
  margin-bottom: 20px;
}

@media all and (min-width: 768px) {
  .dd-sim-activation.esim .dd-simact-result hr.spacer-small {
    margin-bottom: 30px;
  }
}

@media all and (min-width: 560px) {
  .dd-sim-activation.esim .dd-simact-result .qr-code {
    display: -ms-flexbox;
    display: flex;
  }
}

.dd-sim-activation.esim .dd-simact-result .qr-code__image {
  width: 100%;
  margin-bottom: 16px;
}

@media all and (min-width: 560px) {
  .dd-sim-activation.esim .dd-simact-result .qr-code__image {
    width: 45%;
    padding-right: 8px;
    margin-bottom: 0;
  }
}

.dd-sim-activation.esim .dd-simact-result .qr-code__image {
	order: 0;
}

@media all and (min-width: 768px) {
  .dd-sim-activation.esim .dd-simact-result .qr-code__image {
    padding-right: 16px;
  }
}

.dd-sim-activation.esim .dd-simact-result .qr-code__image img {
  width: 100%;
  max-width: 100%;
  padding: 10px 10px 10px 10px;
  background-color: white;
}

.dd-sim-activation.esim .dd-simact-result .qr-code__description {
    order: 1;
}

@media all and (min-width: 560px) {
  .dd-sim-activation.esim .dd-simact-result .qr-code__description {
    width: 55%;
    padding-left: 8px;
  }
}

@media all and (min-width: 768px) {
  .dd-sim-activation.esim .dd-simact-result .qr-code__description {
    padding-left: 16px;
  }
}

.dd-sim-activation.esim .dd-simact-result .pins-and-pucks-table {
  width: auto;
  display: table;
  margin-bottom: 18px;
}

.dd-sim-activation.esim .dd-simact-result .pins-and-pucks-table__row {
  display: table-row;
}

.dd-sim-activation.esim .dd-simact-result .pins-and-pucks-table__col {
  display: table-cell;
}

.dd-sim-activation.esim .dd-simact-result .pins-and-pucks-table__col:first-child {
  padding-right: 32px;
}

.dd-sim-activation.esim .dd-simact-result .pins-and-pucks-table__col .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dd-sim-activation.esim .dd-simact-result .pins-and-pucks-table__col .inner span:first-child {
  width: 50px;
}

.dd-sim-activation.esim .dd-simact-result .spacer-right {
  padding-right: 16px;
}

.dd-sim-activation.esim .dd-simact-result .small-width-content-wrapper {
  max-width: 420px;
}

@keyframes drawrect {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.dd-tariff-detail__device-slider-wrapper .device-slider__item input[type="radio"]:not(:checked) + label:hover {
  cursor: pointer;
}

.dd-tariff-detail__device-slider-wrapper .device-slider__item input[type="radio"]:not(:checked) + label:hover .device-slider__rect svg.animation-rect polygon {
  animation: drawrect 0.6s linear forwards;
}

@keyframes drawrect {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

* {
  -ms-flex-preferred-size: auto !important;
}

.homepage-app-section-2020 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  background: #000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media (max-width: 767px) {
  .homepage-app-section-2020 {
    padding: 30px 0 0 0;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .homepage-app-section-2020 {
    padding-bottom: 80px;
  }
}

.homepage-app-section-2020-flex {
  display: -ms-flexbox;
  display: flex;
}

.homepage-app-section-2020-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #fff;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  height: 100%;
  padding-left: 124px;
}

@media (min-width: 768px) {
  .homepage-app-section-2020-left {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .homepage-app-section-2020-left {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 9;
  }
}

.homepage-app-section-2020-left h3 {
  font-family: 'Drystick-Bold';
  font-style: normal;
  font-weight: bold;
  color: #fff;
  font-family: 'Drystick-Bold';
  font-size: 24px;
  line-height: 28.6px;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .homepage-app-section-2020-left h3 {
    font-size: 32px;
  }
}

.homepage-app-section-2020-left-points {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 30px;
}

.homepage-app-section-2020-left-point {
  position: relative;
  padding-left: 20px;
  font-family: 'TTCommons-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 768px) {
  .homepage-app-section-2020-left-point {
    font-size: 16px;
  }
}

.homepage-app-section-2020-left-point:before {
  content: '';
  background: url("../images/arrow-2020.svg");
  position: absolute;
  height: 6px;
  width: 11px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .homepage-app-section-2020-left-mobile {
    max-width: 70%;
    width: 70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media (max-width: 559px) {
  .homepage-app-section-2020-left-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    max-width: 50%;
    width: 50%;
  }
}

.homepage-app-section-2020-left-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}

@media (max-width: 559px) {
  .homepage-app-section-2020-left-icons {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    max-width: 150px;
  }
}

.homepage-app-section-2020-left-icons-store {
  width: 134px;
  height: 38px;
  margin-right: 14px;
}

@media (max-width: 767px) {
  .homepage-app-section-2020-left-icons-store {
    padding-right: 15px;
    padding-bottom: 13px;
    height: auto;
  }
}

.homepage-app-section-2020-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  padding-right: 124px;
}

@media (max-width: 767px) {
  .homepage-app-section-2020-right {
    display: none;
  }
}

.homepage-app-section-2020-right-mobile {
  display: none;
}

@media (max-width: 767px) {
  .homepage-app-section-2020-right-mobile {
    max-width: 30%;
    width: 30%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 15px;
  }
}

@media (max-width: 559px) {
  .homepage-app-section-2020-right-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    max-width: 50%;
    width: 50%;
  }
}

.homepage-app-section-2020-right img {
  height: auto;
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-device-width: 480px) and (max-device-width: 813px) and (orientation: landscape) {
  .homepage-app-section-2020-right img {
    max-width: 90%;
  }
}

@media print {
  .navigation-bar__primary,
  .navigation-bar__secondary {
    display: none !important;
  }
  footer {
    display: none;
  }
  .dd-button--secondary {
    border-color: #000;
    color: #000;
  }
  .dd-form .dd-input,
  .dd-form [type="password"], .dd-form [type="text"] {
    border-color: #9b9b9b;
  }
}

.dd-form__input-wrapper--password .toggle-password.is-visible {
  background-position: -22px 0px;
}

.fonts-loaded .dd-sim-activation .dd-simact-faq__expander-controller a:hover:after,
.dd-sim-activation .dd-simact-faq__expander-controller a:hover:after {
  background-position: -17px top;
}

.fonts-loaded .dd-sim-activation .dd-simact-faq__expander-controller a.is-open:after,
.dd-sim-activation .dd-simact-faq__expander-controller a.is-open:after {
  background-position: -34px top;
}

.fonts-loaded .dd-sim-activation .dd-simact-faq__expander-controller a.is-open:hover:after,
.dd-sim-activation .dd-simact-faq__expander-controller a.is-open:hover:after {
  background-position: -51px top;
}

.dd-form .dd-input + label .dd-input + input[type="hidden"] + label,
.dd-form [type="text"] + label, .dd-form [type="password"] + label {
  position: absolute;
  top: 14px;
  left: 14px;
  cursor: text;
  color: #9b9b9b;
  height: 18px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  transition: top 150ms,font-size 150ms,color 150ms ease-in-out;
  text-overflow: ellipsis;
  z-index: 12;
}

.dd-form .dd-input:not(.is-empty) + label,
.dd-form .dd-input:not(.is-empty) + input[type="hidden"] + label,
.dd-form [type="text"]:not(.is-empty) + label, .dd-form [type="password"]:not(.is-empty) + label {
  top: 6px;
  font-size: 12px;
  line-height: 14px;
}

app-footer {
    margin-top: auto;
}