@font-face {
  font-family: 'Montserrat-black';
  src: url('../assets/fonts/Montserrat-Black.ttf') format('truetype'),
    url('../assets/fonts/Montserrat-Black.woff') format('woff'),
    url('../assets/fonts/Montserrat-Black.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-b';
  src: url('../assets/fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../assets/fonts/Montserrat-Bold.woff') format('woff'),
    url('../assets/fonts/Montserrat-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-m';
  src: url('../assets/fonts/Montserrat-Medium.ttf') format('truetype'),
    url('../assets/fonts/Montserrat-Medium.woff') format('woff'),
    url('../assets/fonts/Montserrat-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-r';
  src: url('../assets/fonts/Montserrat-Regular.ttf') format('truetype'),
    url('../assets/fonts/Montserrat-Regular.woff') format('woff'),
    url('../assets/fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  font-family: 'Montserrat-r', Arial, sans-serif;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  position: relative;
  min-height: 568px;
}

b,
strong {
  font-family: 'Montserrat-b', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.visually-hidden:focus + *,
*:focus {
  outline: rgba(0, 103, 244, 0.247) auto 5px;
}

.c-r {
  color: #f22800;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

header,
footer,
section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-container {
  overflow: hidden;
}

.main-btn {
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  height: 30px;
  cursor: pointer;
  padding: 4px 6px;
  border: 1px solid transparent;
  transition: all 200ms ease;
}

.main-btn:hover {
  border: 1px solid #000;
}

.main-btn:not(:first-child) {
  margin-left: 8px;
}

.main-btn.plus-btn svg {
  margin-left: 4px;
}

.bg-imgs {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
}

.stripe1 {
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
}

.stripe2 {
  width: 30%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.stripe3 {
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
}

.stripe4 {
  width: 20%;
  position: absolute;
  left: 45%;
  bottom: 0;
}

.bg-stripe {
  z-index: 10;
}
.bg-stripe img {
  width: 100%;
  float: left;
}

.bg-skull {
  width: 40%;
  position: absolute;
  left: 12%;
  bottom: 12vh;
  z-index: 5;
}
.bg-skull img {
  max-width: 100%;
}

.bg-sand {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 0;
}

.bg-sand img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.main-wrapper {
  padding: 0 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  min-width: 650px;
  min-height: 100vh;
  z-index: 999;
}

section.main-wrapper {
  min-height: 100vh;
}

.top-header {
  padding-top: 50px;
}

.logo-link {
  padding-right: 30px;
}

.header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Montserrat-r', Arial, serif;
  font-size: 14px;
}

.header-title b {
  text-transform: uppercase;
}

.index-center-wrapper {
  margin: 50px 0;
  position: relative;
  min-height: 348px;
}

.h1,
.h2 {
  text-transform: uppercase;
  font-family: 'Montserrat-black', serif;
  font-style: italic;
}

.h1 {
  font-size: 140px;
  line-height: 100px;
}

.h2 {
  font-size: 30px;
  line-height: 33px;
}

.m-t-20 {
  margin-top: 20px;
}

/* SWITCHER ROLE START */

.role-switcher-wrapper {
  width: 100%;
  margin: 18px 0 16px;
}

.role-switcher-wrapper__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  margin-top: 5px;
}

.role-switcher-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.role-switcher-wrapper .role-selector {
  width: 100%;
  font-family: 'Montserrat-r', Arial, sans-serif;
  font-weight: 800;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.role-switcher-wrapper .radio-line {
  margin: 0;
}

.role-switcher-wrapper .role-name {
  font-size: 14px;
}

.role-switcher-wrapper input:checked ~ .role-name {
  font-family: 'Montserrat-b', Arial, sans-serif;
}

.publisher-mode .role-switcher-wrapper .publisher-role,
.advertiser-mode .role-switcher-wrapper .advertiser-role {
  background-color: black;
  color: white;
}

/* SWITCHER ROLE END */

.index-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show-popup .index__group-btn-wrapper,
.show-popup .offer-recital {
  opacity: 0;
  transition: opacity 400ms ease-in 0.2s;
}

.main-title {
  margin: 0 auto;
  position: relative;
}

.index-line1,
.index-line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}

.index-line2 {
  margin-left: 100px;
}

.index-line2 {
  margin-top: 20px;
}

.index-line1 .h1 {
  height: 60px;
  overflow: hidden;
  padding-right: 15px;
}

.index-line2 .h1 {
  padding-right: 7px;
}

.index-line2 .h2 {
  padding-top: 40px;
}

.not-found-line {
  display: flex;
  align-items: flex-end;
}
.not-found-line .h1 {
  padding-right: 15px;
}
.not-found-line .h2 {
  max-width: 640px;
  color: #000;
}

.play-btn {
  width: 140px;
  height: 140px;
  border-radius: 100px;
  border: 10px solid #ffbf00;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 90px;
  right: -180px;
  z-index: 20;
}

.play-btn-text {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 120%;
  white-space: nowrap;
  font-family: 'Montserrat-b', serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}

.play-btn svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -5px;
}

.play-btn i {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #ffbf00;
  border-radius: 200px;
  background-color: transparent;
  left: 0;
  top: 0;
  animation: playIdleAnimation 5s ease infinite;
}

.group-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1000px;
  opacity: 1;
  transition: opacity 400ms ease;
}

.group-btn-wrapper__header {
  margin-bottom: 25px !important;

  width: 100%;

  font-family: 'Montserrat-b', Arial, serif;
  font-weight: 700;
}

.group-btn-wrapper .fieldset {
  margin-top: 0;
  width: 40%;
}

.group-btn-wrapper .fieldset .black-btn {
  margin-top: 0;
}

.group-btn-wrapper .fieldset .black-btn i {
  font-weight: lighter;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.group-btn-wrapper .delimiter {
  flex-grow: 1;
  margin-left: 20px;
  margin-right: 20px;
}

.popup-title__header {
  font-family: 'Montserrat-b', Arial, sans-serif;
  color: #000;
  font-size: 50px;
  font-weight: 900;
  line-height: 48px;
  font-style: italic;
  text-align: left;
  letter-spacing: normal;
  text-transform: uppercase;
}

.popup-title__header.popup-title__header--collapse {
  margin: 0;
  margin-bottom: auto;
}

.popup-title__flex-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popup-title__flex-wrapper--role-webmaster .popup-title__header {
  font-size: 40px;
  line-height: 38px;
}

.popup-title__header .color-attention {
  color: #f22800;
}

.features-list {
  margin: 0;
  padding: 0;

  list-style: none;
}

.features-list__item {
  margin-top: 4%;
  padding-left: 60px;
  min-height: 40px;

  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40px 40px;
}

.features-list__item--wordwide {
  background-image: url('../assets/imgs/icons/icon-worldwide.svg');
}

.features-list__item--targeting {
  background-image: url('../assets/imgs/icons/icon-targening.svg');
}

.features-list__item--support {
  background-image: url('../assets/imgs/icons/icon-support.svg');
}

.features-list__item--models {
  background-image: url('../assets/imgs/icons/icon-models.svg');
}

.features-list__item--revenue {
  background-image: url('../assets/imgs/icons/icon-revenue.svg');
}

.features-list__item--payment {
  background-image: url('../assets/imgs/icons/icon-payment.svg');
}

.group-btn-wrapper .fieldset .black-btn:hover {
  border: 2px solid #000;
}

@keyframes playIdleAnimation {
  from {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

footer {
  padding-bottom: 30px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 12px;
}

footer a {
  color: #f22800;
}

.terms-block {
  width: 50%;
}

.terms-block p {
  margin: 10px 0;
  padding: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

.footer-menu,
.header-menu {
  display: block;
  text-align: right;
}

#arrow_icon {
  fill: #fff;
}

.popup-back-bg {
  position: fixed;
  top: -50%;
  right: 0;
  width: 50%;
  height: 200%;
  background-color: #ffbf00;
  z-index: 99999;
}

.popup {
  position: relative;
  /* position: fixed; */
  width: 100%;
  height: 50%;
  background-image: url('data:image/png;base64,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');
  background-color: #ffbf00;
  background-size: cover;
  top: 25%;
  /* left: 0; */
  z-index: 100;
  transition: all 500ms ease;
}

.popup-header {
  position: fixed;
  top: 28%;
  right: 16%;

  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  padding-right: 1px;
}

.index-title,
.popup-title {
  position: absolute;
}

.popup-title {
  width: 50%;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-name {
  margin: 0;
  margin-bottom: 16px;
  padding: 0;

  font-family: 'Montserrat-black', serif;
  font-size: 24px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
}

.closeBtn {
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  color: #000;
  font-size: 14px;
  font-family: 'Montserrat-black', Arial, sans-serif;
  float: left;
}

.closeBtn svg {
  margin-right: 14px;
}

.contactus-btn {
  cursor: pointer;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-family: 'Montserrat-b', Arial, sans-serif;
  position: absolute;
  right: 5%;
  bottom: 7vh;
  z-index: 50;
}

.contacts-popup .contactus-btn {
  display: none;
}
.main-btn .main-btn__info-label,
.contactus-btn .contactus-btn__info-label {
  display: none;
  align-items: baseline;
  text-transform: uppercase;
}
.main-btn .info-icon,
.contactus-btn .info-icon {
  width: 6px;
  height: 12px;
  margin-left: 8px;
  background-size: cover;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAYBAMAAAA8HAFZAAAAAXNSR0IB2cksfwAAAB5QTFRFAAAA////////////////////////////////////JHyblQAAAAp0Uk5TABCP33+Q//DggPuFIyoAAAA0SURBVHicY2BgVDZhAALWtLQAIMWelmYAoRqAFGda2gSQZEQnAzpIAwJcFIhBDpUGBlgpANGTHGaXTJJ3AAAAAElFTkSuQmCC');
}

.popup-change-btn {
  float: right;
  text-align: right;
  cursor: pointer;
}

.popup-change-btn i {
  font-size: 14px;
  color: #fff;
  vertical-align: text-top;
}

.auth-type-switch {
  box-sizing: border-box;
  display: flex;

  width: 100%;
  height: 60px;
  border: 2px solid #fff;

  background-color: #fff;
}

.auth-type-switch__btn {
  display: flex;

  width: 50%;

  font-family: 'Montserrat-b', Arial, sans-serif;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  text-align: center;
  cursor: pointer;

  transition: all 200ms ease;
}

.auth-type-switch__btn:hover {
  background-color: #ffdd77;
  text-decoration: underline;
}

.auth-type-switch__btn span {
  margin: auto;
}

.auth-type-switch__btn.auth-type-switch__btn--active {
  color: #fff;
  background-color: #000;
  cursor: auto;
}

.auth-type-switch__btn.auth-type-switch__btn--active:hover {
  background-color: #000;
  text-decoration: none;
  cursor: auto;
}

.popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 60px 70px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}

#form-popup {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

#contacts-popup,
#form-popup {
  width: 100%;
}

#contacts-popup.display,
#form-popup.display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 80px;
  position: relative;
}

#contacts-popup h2 {
  margin-bottom: 30px;
}

#contacts-popup .cont-block {
  margin-top: 20px;
}

#contacts-popup .cont-section {
  border-top: 1px solid #ffd400;
  margin: 10px 0;
  padding-top: 10px;
}

.popup-menu {
  float: right;
  text-align: right;
}

.popup-menu li {
  position: relative;
  margin: 3px 0;
  font-family: 'Montserrat-b', serif;
  cursor: pointer;
}

.popup-menu-bg {
  background-color: #000000;
  position: absolute;
  right: -20px;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

.popup-menu-title {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: #000;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.login-mode .change-login .popup-menu-bg,
.signup-mode .change-signup .popup-menu-bg,
.pass-mode .change-pass .popup-menu-bg {
  width: 100%;
  padding: 0 20px;
}

.login-mode .change-login .popup-menu-title,
.signup-mode .change-signup .popup-menu-title,
.pass-mode .change-pass .popup-menu-title {
  color: #fff;
}

#section-form {
  clear: both;
  width: 100%;
  max-width: 500px;
}

.section-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: none;
}

.section-wrapper.show {
  opacity: 1;
}

.section-wrapper.display {
  display: block;
}

.popup-terms {
  font-size: 12px;
  margin-top: 20px;
  line-height: 16px;
}

.popup-terms a {
  color: #f22800;
}

.indent {
  margin-right: 5%;
}

.fieldset {
  margin-top: 20px;
  position: relative;
}
.fieldset.common-fieldset {
  margin: 0;
}
.fieldset.common-fieldset.error {
  margin: 30px 0 10px;
}

.fieldset.common-fieldset.error + .black-btn {
  margin-top: 10px;
}

.fieldset.common-fieldset .common-error-block {
  position: static;
  text-align: left;
}

.fieldset .input-block {
  position: relative;
  z-index: 10;
  border: 1px solid transparent;
}
.fieldset .input-block input {
  border: none;
  width: 100%;
  height: 60px;
  padding: 15px 25px;
  line-height: 30px;
  font-family: 'Montserrat-b', serif;
  font-size: 14px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fieldset .input-block input::-moz-placeholder {
  transition: all 200ms ease;
  color: #e67300;
  font-family: 'Montserrat-r', serif;
  opacity: 1;
}
.fieldset .input-block input::-webkit-input-placeholder {
  transition: all 200ms ease;
  color: #e67300;
  font-family: 'Montserrat-r', serif;
  opacity: 1;
}
.fieldset .input-block input:-ms-input-placeholder {
  transition: all 200ms ease;
  color: #e67300;
  font-family: 'Montserrat-r', serif;
  opacity: 1;
}
.fieldset .input-block input::-ms-input-placeholder {
  transition: all 200ms ease;
  color: #e67300;
  font-family: 'Montserrat-r', serif;
  opacity: 1;
}
.fieldset .input-block input::placeholder {
  transition: all 200ms ease;
  color: #e67300;
  font-family: 'Montserrat-r', serif;
  opacity: 1;
}

.fieldset .input-block input:hover::-moz-placeholder {
  color: #000;
}
.fieldset .input-block input:hover::-webkit-input-placeholder {
  color: #000;
}
.fieldset .input-block input:hover:-ms-input-placeholder {
  color: #000;
}
.fieldset .input-block input:hover::-ms-input-placeholder {
  color: #000;
}
.fieldset .input-block input:hover::placeholder {
  color: #000;
}

.checkbox-block {
  display: flex;
  align-items: center;
  font-family: 'Montserrat-b', serif;
  cursor: pointer;
}

.checkbox-block .checkbox {
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 21px;
  border: 4px solid #fff;
  transition: all 200ms ease;
}

.checkbox-block:hover .checkbox {
  background-color: #fff;
}

.checkbox:after {
  display: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAMAAABYMCT2AAAAHlBMVEUAAAD/rwD/swD/tQD/swD/swD/swD/swD/rwD/tAByRxI5AAAACnRSTlMAEL8wz//A0CCw9y4ctQAAADRJREFUeNpdytEKACAIQ9GmTuv/fzgQTGlvh93Vg+iA0ScCH1QwHqehMwRtF5JMFBOPp3ABNtcA3nOtTTYAAAAASUVORK5CYII=);
  width: 13px;
  height: 10px;
  margin: 10px 0 0 9px;
  content: '';
}

.checkbox-block input:checked + .checkbox {
  background-color: #fff;
  border: unset;
}
.checkbox-block input:checked + .checkbox:after {
  display: block;
}

.error .checkbox-block .checkbox {
  border: 2px solid #f22800;
  animation: checkboxError 3s ease infinite;
}

@keyframes checkboxError {
  from {
    background-color: transparent;
  }
  50% {
    background-color: #fff;
  }
  to {
    background-color: transparent;
  }
}

.radio-line {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 10px;
}

.radio-line .radio-btn {
  width: 30px;
  height: 30px;
  margin-right: 21px;
  border: 4px solid #ffffff;
  border-radius: 20px;
  min-width: 30px;
  transition: all 200ms ease;
}

.radio-line:hover input:not(:checked) + .radio-btn {
  background-color: #fff;
}

.radio-btn:after {
  display: none;
  width: 18px;
  height: 18px;
  margin: 2px 0 0 2px;
  content: '';
  background-color: #fff;
  border-radius: 10px;
}

.radio-line input:checked + .radio-btn:after {
  display: block;
}

.questionnaire {
  margin: 20px 0 5px 0;
}

.ta-c {
  text-align: center;
}
p.ta-c {
  margin: 5px 0;
}

.fieldset .form-link {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat-b', serif;
  cursor: pointer;
}
.fieldset .form-link:hover,
.fieldset .form-link:active {
  text-decoration: underline;
}

.fieldset .form-link.disabled,
.fieldset .form-link.disabled:hover,
.fieldset .form-link.disabled:active {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: none;
}

.fieldset .black-btn {
  width: 100%;
  background-color: #000;
  height: 60px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  transition: all 200ms ease;
  font-family: 'Montserrat-b', serif;
}
.fieldset .black-btn:hover {
  background-color: #fff;
  color: #000;
}
.fieldset .black-btn:active {
  background-color: #000;
  color: #fff;
}
.fieldset .black-btn.disabled,
.fieldset .black-btn.disabled:hover,
.fieldset .black-btn.disabled:active {
  background-color: #ffa60d;
  color: #e67300;
  cursor: not-allowed;
}
.fieldset .white-btn {
  width: 100%;
  background-color: transparent;
  height: 60px;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  border: 4px solid #fff;
  margin-top: 20px;
  cursor: pointer;
  transition: all 200ms ease;
  font-family: 'Montserrat-b', serif;
}
.fieldset .white-btn:hover {
  background-color: #fff;
  color: #000;
}
.fieldset .white-btn:active {
  background-color: #000;
  color: #fff;
}
.fieldset .white-btn.disabled,
.fieldset .white-btn.disabled:hover,
.fieldset .white-btn.disabled:active {
  background-color: unset;
  border: 4px solid #ffa60d;
  color: #e67300;
  cursor: not-allowed;
}
.black-btn i,
.white-btn i {
  text-transform: none;
  font-weight: 300;
  font-style: normal;
}

.fieldset > .error-block {
  text-align: right;
  font-size: 12px;
  color: #f22800;
  display: none;
  line-height: 12px;
}

.fieldset.error .error-block {
  display: block;
  margin-bottom: -3px;
  position: relative;
  z-index: 0;
}

.fieldset.error .error-block > span {
  background-color: #fff;
  border: 1px solid #ff0000;
  padding: 2px 6px;
  display: inline-block;
}

.fieldset.error .input-block {
  border: 1px solid #f22800;
}

.fieldset.error .input-block input {
  color: #f22800;
}

.additional-menu {
  margin-top: 20px;
  text-align: center;
}
.additional-menu a {
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  color: #000;
  font-family: 'Montserrat-b', serif;
}
.additional-menu a:after {
  height: 20px;
  width: 1px;
  position: absolute;
  content: '';
  right: 0;
  background-color: #ffdd00;
  top: 2px;
}
.additional-menu a:last-child:after {
  display: none;
}

.social-menu {
  text-align: center;
}
.social-menu li {
  border-radius: 40px;
  width: 60px;
  height: 60px;
  border: 4px solid #ffffff;
  margin: 0 10px;
  display: inline-block;
}
.fb-ico {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOwAAACRCAMAAAD3saQ5AAAAPFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQLyYwAAAAE3RSTlMAsJDAEYUgC3DwUv3TuqSTa2AwhK5HcAAAAIlJREFUeNrt2CkCAkEMRcGGXmfYyf3vCgKJH5EqE/3MFykAAAAAAAAAAAAAAAAAAEebrc2Swvt2iYhaMhhbRJrYHoliTxGx9f5KE/v43jSx55LCvq4RUdfaE8TW+Llniu2ZYp8GSqxYsWLFihUrVuwfbYzREn0W2ywAAAAAAAAAAAAAAAAAAEf6ABdsBz/uPNpmAAAAAElFTkSuQmCC);
}
.vk-ico {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOwAAACRCAMAAAD3saQ5AAAAaVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAnbPKNAAAAInRSTlMA8SP8uhgT4ZZ2RjoN7eTXsZCDcF8G9tzNxKKcTz0uHY1n9xrIUQAAAOpJREFUGBntwUdOBEEURMHsam/Gew95/0NSLdgMC8T660UIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP6pHofhkRTbuii8SFLnrDxIqopsrYi2zm6SKmeN9PCsU0T10Xb5kjbOJqlyVtQKaePsJm2cSYNne8VUF7bLpzpnmk7Oroqqd7aqz87GtbPVpKgOK/8yKq6x9LunAtv63TIpsMo/joVny6S4pou/3V8nz9pGcR22pWeN0tKzqyJLH+e2vUhK1aJYtJ0ia4bP3W4vqdn3fb+7CwAAAAAAAAAAAAAAAAAAAAAAAAAAAAD+9gUcQRjZjpJbnQAAAABJRU5ErkJggg==);
}
.gl-ico {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOwAAACRCAMAAAD3saQ5AAAAWlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACLSV5RAAAAHXRSTlMAFfiw8+TgqSsL3M/BYYZuQjbQgHBtJ/W2tY9xU4fXovMAAADRSURBVHgB7dhbUsJAEAXQToQBQngjPrT3v02JQTegXzPn7OBW3ZrungAAAAAAAAAAAAAAAAAAgH/XHXeH592xayHqKh9W1cddL/NH/xl1676z9ttzn8tTVG7q8OKwidjs6i/xlPUUbdhnvlyjEWNmv4m796fZPuo1ZG5jcs7Z0FLY0kKNX0sp0xQa636g+ms8fGTmpZHRc1pk5joq9va7VFymrKuoWVfmdXHb592ya+YQyHJz4lVlvR+HYbzc/FT8BQAAAAAAAAAAAAAAAAAAfAFwOg+a3ErnEgAAAABJRU5ErkJggg==);
}
.in-ico {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOwAAACRCAMAAAD3saQ5AAAAVFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU4H24AAAAG3RSTlMA4RDAYCDRBwz58NdXTEIzGQNby7WonGUpJRMN2xmEAAAAt0lEQVR4Ae3TSXLCMBRF0RcIyDQYm/TR/veZzx4YpNA5VfpvfAcKjwQAAAAAAAAAAAAAAAAAwO58/skgpkPvhyVj+O7lmjGsb73vWwbRLpeWUWxKMt3vOt/mKc+sl+Sl7vVU53gbI7be3TxAbDmeetkOEfve8lVzaEP82WQ91i4jxP4mOdXuRojdJNmLFStW7P+xLclH3SnJZ+2Sp/VaknPdluRSOwUAAAAAAAAAAAAAAAAAAB7nD1gEEDepMWlkAAAAAElFTkSuQmCC);
}

.fb-ico,
.vk-ico,
.gl-ico,
.in-ico {
  width: 55px;
  height: 52px;
  background-position: center center;
  display: inline-block;
}
.fieldset-comment {
  margin-top: 5px;
  display: inline-block;
  font-size: 12px;
}
.delimiter-comment {
  margin-top: -5px;
}
.delimiter {
  display: flex;
  align-items: center;
}
.delimiter p {
  width: 50%;
  height: 1px;
  background-color: #ffdd00;
}
.delimiter b {
  padding: 0 10px;
}

.restore-success-text {
  background-color: #fff;
  padding: 12px 25px;
  border: 1px solid #000;
}

.droplist-block {
  border: none;
  position: relative;
  width: 100%;
  height: 60px;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 14px;
  background-color: #fff;
}
.selected-item {
  color: #e67300;
  font-family: 'Montserrat', serif;
}
.toggle-droplist {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAMAAADpsEdvAAAAG1BMVEUAAAD/tQD/swD/rwD/swD/swD/swD/swD/rwAoHYhIAAAACXRSTlMAML8QwP/P0CA09y+OAAAAL0lEQVR42i3HyQEAIAgDwUA47L9iDbKvWZgTim6ILIqVAfYbsYmZ8zmTS81wJ4YXJbAA2W6uOKkAAAAASUVORK5CYII=);
  width: 11px;
  height: 11px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: 25px;
}
.droplist-menu {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  background-color: #fff;
  left: 0;
  z-index: 10;
  box-shadow: 0 25px 30px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #ffdd00;
}
.droplist-menu li {
  padding: 15px 25px;
  height: 60px;
  cursor: pointer;
}
.droplist-menu li:hover {
  background-color: #ffdd00;
}
.droplist-block.open {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.open .toggle-droplist {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAMAAACecocUAAAAHlBMVEUAAAD/tQD/swD/rwD/swD/swD/swD/swD/rwD/swBg5LJOAAAACnRSTlMAML8QwP/P0CBArur3FQAAAEFJREFUeAEtzUECADEEQ9Fogs79LzwUq5fNBztEH49BHmyGC8wexSTeuMM3fAl8ZRsyysFl3g4MuTUVJyCY9q/sB2QqAYgzpSnUAAAAAElFTkSuQmCC);
}
.open .droplist-menu {
  display: block;
}

/*animation backgroundlines on show popup*/
.bg-stripe {
  -webkit-transition: top, left, right, bottom 0.5s, 0.5s, 0.5s, 0.5s;
  -o-transition: top, left, right, bottom 0.5s, 0.5s, 0.5s, 0.5s;
  transition: top, left, right, bottom 0.5s, 0.5s, 0.5s, 0.5s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.show-popup .bg-stripe {
  -webkit-transition: top, left, right, bottom 0.5s, 0.5s, 0.5s, 0.5s;
  -o-transition: top, left, right, bottom 0.5s, 0.5s, 0.5s, 0.5s;
  transition: top, left, right, bottom 0.5s, 0.5s, 0.5s, 0.5s;
}

.bg-stripe {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.show-popup .stripe1 {
  left: -30%;
  top: -30%;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.show-popup .stripe2 {
  right: -30%;
  bottom: -30%;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.show-popup .stripe3 {
  right: -30%;
  top: -30%;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.show-popup .stripe4 {
  bottom: -50%;
  left: 10%;
}

.captcha-image {
  position: absolute;
  right: 20px;
  bottom: 14px;
  width: 100px;
  height: 32px;
  z-index: 20;
}

/*animation index content on show popup*/
.popup-title {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: hidden;
}

.show-popup .popup-title {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.5s;
  -o-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
  visibility: visible;
}

.main-title {
  -webkit-transition: opacity 0s 1s;
  -o-transition: opacity 0s 1s;
  transition: opacity 0s 1s;
}

.show-popup .main-title {
  -webkit-animation: moveOutLeft 1.2s;
  animation: moveOutLeft 1.2s;
  opacity: 0;
}

footer,
.top-header {
  -webkit-transition: all 0.5s 0.1s;
  -o-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

.show-popup .top-header {
  /* padding-right: 52%; */
  padding-right: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-menu,
.header-menu {
  -webkit-transition: all 0.5s 0.5s;
  -o-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
  min-width: 100px;
}

.show-popup .logo-link {
  padding-top: 10px;
}
.show-popup .header-title {
  padding-right: 100px;
}
.show-popup .footer-menu,
.show-popup .header-menu {
  opacity: 0;
  display: none;
  -webkit-transition: all 0.5s 0.5s;
  -o-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}

.header-menu {
  white-space: nowrap;
  margin-left: 8px;
}

/*animation popup on show popup*/
.popup-back-bg {
  -webkit-transition: all 0.5s 0.2s;
  -o-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

.show-popup .popup-back-bg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s 0.2s;
  -o-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
}

.popup {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}

.show-popup .popup {
  -webkit-transition: opacity 0.5s 0.7s;
  -o-transition: opacity 0.5s 0.7s;
  transition: opacity 0.5s 0.7s;
  opacity: 1;
}

.closeBtn {
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  opacity: 0;
}

.show-popup .closeBtn {
  opacity: 1;
  -webkit-transition: opacity 0s 0.7s;
  -o-transition: opacity 0s 0.7s;
  transition: opacity 0s 0.7s;
}

@-webkit-keyframes moveOutLeft {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  10% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }

  100% {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}

@keyframes moveOutLeft {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  10% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}

/* SVG styles */
.cls-1 {
  fill-rule: evenodd;
}

.cls-2 {
  fill: #ffbf00;
  fill-rule: evenodd;
}

html[lang='ru'] .index-line1 .h1 {
  font-size: 68px;
  height: 70px;
  line-height: 59px;
}

html[lang='ru'] .index-line2 .h2 {
  padding-top: 14px;
}

@media (max-width: 1350px) {
  .popup-title__header {
    font-size: 40px;
    line-height: 46px;
  }

  .popup-title__header.popup-title__header--full-content {
    font-size: 32px;
    line-height: 32px;
  }

  .features-list {
    font-size: 13px;
    line-height: 18px;
  }

  .h1 {
    font-size: 100px;
    line-height: 71px;
  }

  .h2 {
    font-size: 22px;
    line-height: 22px;
  }

  .index-line1 .h1 {
    height: 40px;
  }

  .index-line2 .h2 {
    padding-top: 30px;
  }

  .play-btn {
    width: 102px;
    height: 102px;
    border: 6px solid #ffbf00;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
    right: -150px;
    top: 60px;
  }

  html[lang='ru'] .index-line1 .h1 {
    font-size: 52px;
    height: 50px;
    line-height: 43px;
  }

  html[lang='ru'] .index-line2 .h1 {
    font-size: 70px;
    line-height: 61px;
  }
}

@media (max-width: 1280px) {
  .docs-page .top-header_fixed {
    background: rgb(255, 255, 255);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    padding: 30px 88px;
    align-items: center;
    height: 110px;
    max-height: 110px;
  }
  .docs-page .bg-imgs {
    height: auto;
    top: 108px;
    bottom: 0;
  }
  .docs-page .header-title {
    align-items: center;
    line-height: 1;
  }
}

@media (max-width: 1150px) {
  .popup-title__header {
    font-size: 36px;
    line-height: 34px;
  }

  .popup-title__header.popup-title__header--full-content {
    font-size: 22px;
    line-height: 24px;
  }

  .features-list {
    font-size: 12px;
    line-height: 12px;
  }

  .features-list__item {
    margin-top: 3%;
  }

  .main-wrapper {
    padding: 0 80px;
  }

  .header-title span {
    font-size: 12px;
  }

  footer {
    font-size: 11px;
    line-height: 14px;
  }

  .h1 {
    font-size: 80px;
    line-height: 58px;
  }

  .h2 {
    font-size: 18px;
    line-height: 18px;
  }

  .index-line1 .h1 {
    height: 33px;
  }

  .index-line2 .h2 {
    padding-top: 24px;
  }

  .play-btn {
    width: 70px;
    height: 70px;
    border: 4px solid #ffbf00;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    right: -120px;
    top: 50px;
  }

  .index-line2 {
    margin-top: 15px;
  }

  .index-center-wrapper {
    min-height: 240px;
    margin: 30px 0;
  }

  .popup-content {
    padding: 40px;
  }

  .contactus-btn {
    bottom: 20px;
    right: 40px;
  }

  #section-form {
    max-width: none;
  }

  .fieldset .input-block {
    margin-top: 2px;
  }

  html[lang='ru'] .index-line1 .h1 {
    font-size: 44px;
    height: 40px;
    line-height: 34px;
  }

  html[lang='ru'] .index-line2 .h1 {
    font-size: 60px;
    line-height: 53px;
  }
}

@media (max-width: 930px) {
  .terms-block {
    font-size: 10px;
    line-height: 12px;
  }

  .main-wrapper {
    padding: 0 50px;
  }

  .top-header {
    padding-top: 20px;
  }

  footer {
    padding-bottom: 10px;
  }

  .play-btn {
    right: -100px;
    top: 40px;
  }

  .h1 {
    font-size: 70px;
    line-height: 50px;
  }

  .h2 {
    font-size: 16px;
    line-height: 16px;
  }

  .index-line1 .h1 {
    height: 30px;
  }

  .index-line2 .h2 {
    padding-top: 20px;
  }

  .popup-title {
    padding-right: 50px;
  }

  html[lang='ru'] .index-line1 .h1 {
    font-size: 39px;
    height: 34px;
    line-height: 30px;
  }

  html[lang='ru'] .index-line2 .h1 {
    font-size: 52px;
    line-height: 50px;
  }
}

.contacts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 20px;
}

.red-btn-link {
  background-color: rgb(242, 0, 0);
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  border: none;
  padding: 20px;
  cursor: pointer;
}

.red-btn-link_marg-l {
  margin-left: 60px;
}

.not-found-page button.main-btn.plus-btn:focus,
.not-found-page button.main-btn.plus-btn:active,
.not-found-page button.main-btn.plus-btn:hover {
  border: 1px solid transparent;
  outline: unset;
}

@media (max-width: 860px) {
  .popup-title__header {
    font-size: 24px;
    line-height: 26px;
  }

  .features-list {
    font-size: 10px;
    line-height: 14px;
  }

  .features-list__item {
    margin-top: 3%;
  }

  .docs-page .top-header_fixed {
    height: 72px;
    max-height: 72px;
    padding: 30px 50px;
    align-items: center;
  }
  .docs-page .bg-imgs {
    height: auto;
    top: 72px;
    bottom: 0;
  }
  .docs-page .logo-link svg {
    width: 50px;
  }
  .docs-page .header-menu {
    font-size: 12px;
  }
}

@media (max-width: 790px) {
  .role-switcher-wrapper {
    margin: 18px 0 16px;
  }
  .role-switcher-wrapper__btns {
    height: 26px;
  }
  .radio-line .radio-btn {
    width: 26px;
    height: 26px;
    min-width: 26px;
    margin-right: 8px;
  }
  .radio-btn:after {
    width: 14px;
    height: 14px;
  }

  .role-switcher-wrapper .role-name {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .docs-page .top-header_fixed {
    padding: 30px 5%;
  }
  .main-wrapper {
    padding: 0 5%;
    min-width: 0;
  }

  footer {
    justify-content: flex-end;
  }

  .main-btn .main-btn__contact-label,
  .contactus-btn .contactus-btn__contact-label {
    display: none;
  }
  .main-btn .main-btn__info-label,
  .contactus-btn .contactus-btn__info-label {
    font-size: 14px;
    display: flex;
  }

  .popup-header {
    margin-bottom: 20px;
  }

  .logo-link {
    padding-right: 15px;
  }

  .main-btn {
    text-align: right;
  }

  .header-title span {
    line-height: 14px;
  }

  .index-line1,
  .index-line2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .index-line2 .h2 {
    padding-top: 0;
  }

  .play-btn {
    top: 90px;
    width: 68px;
    height: 68px;
  }

  .index-center-wrapper {
    min-height: 280px;
  }

  .show-popup .popup-back-bg {
    width: 100%;
  }

  .closeBtn svg {
    left: 42px;
  }

  .show-popup footer,
  .show-popup .top-header {
    padding-right: 0;
  }

  .show-popup .index-title {
    opacity: 1;
  }

  .popup-title {
    display: none;
  }

  .terms-block {
    display: none;
  }

  html[lang='ru'] .index-line2 .h2 {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .play-btn {
    right: -80px;
  }

  .play-btn-text {
    font-size: 12px;
  }

  .not-found-line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .not-found-line .h2 {
    padding-right: 70px;
    margin-top: 6px;
  }

  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media (max-height: 610px) {
  .thank-wrapper {
    display: block;
  }
  .thank-wrapper .index-center-wrapper {
    margin-top: 60px;
  }
  .popup-menu-title {
    font-size: 12px;
  }

  .popup-menu li {
    margin: 0;
  }

  .fieldset {
    margin-top: 5px;
  }

  .fieldset .input-block {
    margin-top: 0;
  }

  .fieldset label {
    font-size: 12px;
  }

  .popup-terms {
    margin-top: 10px;
  }
}

@media (max-height: 568px) {
  .popup .contactus-btn {
    display: none;
  }
}

@media (max-width: 500px) {
  .index-line2 {
    margin-left: 80px;
  }
}

@media (max-width: 430px) {
  .not-found-page .play-btn-text {
    width: 100px;
    white-space: normal;
    text-align: right;
    margin-top: -15px;
  }
  .docs-page .header-menu {
    font-size: 11px;
  }
  .main-wrapper {
    justify-content: center;
  }

  .stripe1 {
    width: 40%;
  }
  .main-page .stripe2 {
    width: 100%;
  }
  .stripe3 {
    width: 40%;
  }
  .stripe4 {
    width: 20%;
    left: -2%;
    bottom: 20%;
  }

  .index-center-wrapper {
    margin-bottom: 0;
  }

  .index-title {
    position: relative;
  }

  .index-line1 .h2,
  .index-line1 .h2 {
    font-size: 18px;
  }

  .play-btn {
    width: 124px;
    height: 124px;
    border: 6px solid #ffbf00;
  }

  .index-line1 {
    text-align: center;
  }
  .index-line2 {
    margin-left: 0;
  }

  .page-container .top-header {
    justify-content: center;
    padding: 0;
  }

  .page-container .header-menu,
  .project-description {
    display: none;
  }

  .page-container .header-title {
    flex-direction: column;
    text-align: center;
  }

  .page-container .logo-link {
    padding: 0;
  }

  .index-line1 .h2,
  .index-line2 .h2 {
    text-align: center;
  }

  .index-title {
    width: 100%;
  }

  .popup-header {
    margin-bottom: 12px;
  }

  .play-btn {
    position: relative;
    margin: 20px auto;
    right: unset;
    top: unset;
  }

  .not-found-line .h2 {
    padding-right: unset;
  }

  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 5% 10px;
  }

  .footer-menu {
    width: 100%;
  }

  .main-btn.plus-btn:after {
    right: 8px;
  }

  .terms-block {
    text-align: center;
  }

  .radio-line .radio-btn {
    margin-right: 10px;
  }
}

@media (max-width: 350px) {
  .not-found-page .play-btn-text {
    font-size: 11px;
  }
  .black-btn i,
  .white-btn i {
    font-size: 12px;
  }

  .role-switcher-wrapper {
    margin: 18px 0 16px;
  }

  .role-switcher-wrapper__btns {
    height: 22px;
  }
  .radio-line .radio-btn {
    width: 22px;
    height: 22px;
    min-width: 22px;
  }
  .radio-btn:after {
    width: 10px;
    height: 10px;
  }

  .role-switcher-wrapper .role-name {
    font-size: 11px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .main-wrapper {
    min-height: calc(100vh - 190px);
    padding-bottom: 190px;
  }
  footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 90%;
    margin: auto;
  }

  .index-center-wrapper {
    margin-top: 12%;
  }

  .fieldset .input-block input {
    height: auto;
    line-height: 1;
    padding: 15px 10px;
  }

  .fieldset .input-block input::-ms-clear {
    display: none;
  }
}

@media (max-width: 460px) {
  .index-center-wrapper {
    flex-wrap: wrap;

    min-height: 370px;
  }

  .group-btn-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .group-btn-wrapper .fieldset {
    width: 80%;
  }
}

@media (min-width: 1351px) and (min-height: 728px) {
  .popup-title__header {
    font-size: 56px;
    line-height: 52px;
  }

  .popup-title__header.popup-title__header--full-content {
    font-size: 44px;
    line-height: 44px;
  }
}

@media (min-width: 1351px) and (min-height: 830px) {
  .popup-title__header {
    font-size: 60px;
    line-height: 60px;
  }

  .popup-title__header.popup-title__header--full-content {
    font-size: 44px;
    line-height: 44px;
  }
}

@media (min-width: 1780px) and (min-height: 728px) {
  .popup-title__header {
    font-size: 60px;
    line-height: 60px;
  }

  .popup-title__header.popup-title__header--full-content {
    font-size: 44px;
    line-height: 44px;
  }
}
