html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* my code */
a {
  text-decoration: none;
  border: 0;
  padding: 0;
}

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

p {
  margin: 0;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
}
button:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

section {
  position: relative;
}

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

textarea:focus, input:focus {
  outline: none;
}

textarea {
  resize: none;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

input[type=search], button {
  -webkit-appearance: none;
}

a {
  display: block;
  color: inherit;
 font-family: inherit;
}

/* Base color */
@font-face {
  font-family: "Montserrat";
  src: url("./fonts/montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./fonts/montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./fonts/montserrat/Montserrat-Semibold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./fonts/montserrat/Montserrat-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: #FFF;
  line-height: 1.2;
}
body.fixed {
  overflow: hidden;
}

.wrapper {
  position: relative;
  /*background-color: #2F3245;*/
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .wrapper {
    width: 688px;
    padding: 43px 0z;
    /*box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.25);*/
    border-radius: 16px;
  }
}
@media (min-width: 1025px) {
  .wrapper {
    width: 1000px;
    padding: 30px;
    margin: 120px auto;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    width: 1260px;
  }
}
.wrapper.content {
  margin: 0;
}

.account {
  padding: 0;
}

h1,
.h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #fff;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.8rem;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #FA3B1E;
  color: #fff;
  width: 100%;
  height: 46px;
  padding: 10px 0;
  transition: background .2s linear;
  cursor: pointer;
}
.btn:hover {
  background: #5F657C;
  transition: background .2s linear;
}
.btn:disabled {
  background: #4F5473;
  color: rgba(255, 255, 255, 0.3);
}

input {
  padding: 14px 16px 16px;
  background: #3F4456;
  border-radius: 8px;
  height: 46px;
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  width: 100%;
  -webkit-appearance: none;
  border: 2px solid transparent;
}
input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
input:focus {
  border-color: #FA3B1E;
  opacity: 1;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus::placeholder {
  color: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input.error {
  border-color: #f00;
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.25);
  opacity: 1;
}
input.error ~ .password-control span {
  display: block;
}

.form-group,
.code-group {
  position: relative;
  margin-bottom: 16px;
}
.form-group label,
.code-group label {
  position: absolute;
  left: 30px;
  top: -10px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  padding: 4px 10px;
  background-color: #4F5473;
  z-index: 2;
  border-radius: 10px;
}

.phone.form-group input {
  padding-left: 120px;
}

.country-form {
  display: flex;
}
.country-form .country-resalt {
  width: 102px;
  padding: 9px 16px;
  border-radius: 16px;
  border-radius: 16px 0 0 16px;
  padding-right: 32px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
  order: 1;
}
.country-form .country-resalt:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 22px;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
}
.country-form .country-resalt .flag {
  margin-right: 5px;
  font-size: 1.2rem;
  color: #666666;
  width: 16px;
}
.country-form .country-resalt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.country-form .country-resalt img{
  width: 100%;
}
.country-form .country-resalt .checkbox-box span {
  font-size: 1.2rem;
  color: #fff;
}
.country-form .check-value {
  border-radius: 0 16px 16px 0;
  border-left: 0;
}
.country-form input:focus ~ .country-resalt {
  border-color: #1ECE7F;
}
.country-select {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  height: auto;
  max-height: 280px;
  border-radius: 10px;
  display: none;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
  z-index: 10;
}
.country-select input {
  position: absolute;
  left: -999px;
  visibility: hidden;
}
.country-select__item {
  position: relative;
  background: #292b37;
  color: #fff;
}

.country-select__item .checkbox-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.country-select__item:hover {
  background: #3f4456;
}

.country-select__item .flag{
  display: flex;
  align-items: center;
  gap: 12px;
}

.country-select__item img{
  width: 100%;
  max-width: 20px;
}

.country-select a {
  color: #1ECE7F;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  margin: 15px 0;
}
.country-select label {
  width: 100%;
  left: 0;
  padding: 11px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0;
  background-color: transparent;
  cursor: pointer;
}
.country-select label .flag,
.country-select label .checkbox-box {
  display: flex;
  align-items: center;
}
/*.country-select label .flag h4,*/
/*.country-select label .checkbox-box h4 {*/
/*  margin-left: 10px;*/
/*  font-size: 1.2rem;*/
/*  color: #666666;*/
/*}*/
/*.country-select label .checkbox-box span {*/
/*  font-size: 1.2rem;*/
/*  color: #666666;*/
/*  margin-right: 10px;*/
/*}*/
.country-select label .checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #D7D7D7;
  border-radius: 50%;
}
.country-select label .checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  display: none;
}
.country-select__item input:checked + label .checkbox {
  background-color: #FA3B1E;
  border: 4px solid #FA3B1E;
}
.country-select__item input:checked + label .checkbox:after {
  display: block;
}

.password-control {
  position: absolute;
  right: 17px;
  top: 50%;
  min-width: 22px;
  min-height: 16px;
  transform: translate(0, -50%);
  cursor: pointer;
  display: flex;
  align-items: center;
}
.password-control span {
  color: #f00;
  font-weight: 500;
  font-size: 10px;
  display: none;
}

.password-control:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 16px;
  background: url(../images/pass.svg) 0 0 no-repeat;
}

.password-control.view:after {
  background: url(../images/icons/view.svg) 0 0 no-repeat;
}

.error-message,
.success-message {
  position: absolute;
  right: -50%;
  z-index: 100;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  padding: 12px 10px 12px 44px;
  background-color: #3F4456;
  transform: translate(-50%, 0);
  color: #1ECE7F;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  display: none;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .error-message,
  .success-message {
    padding: 14px 10px 14px 44px;
    font-size: 1.4rem;
  }
}

.error-message::after,
.success-message::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 17px;
  top: 50%;
  left: 13px;
  transform: translate(0, -50%);
}

.success-message::after {
  background: url(../images/like_icon.svg) center/cover no-repeat;
}

.error-message::after {
  background: url(../images/warning.svg) center/cover no-repeat;
}

.error .error-message,
.success .success-message {
  display: block;
}


.confirm-code {
  display: flex;
  justify-content: space-between;
}
.confirm-code .btn {
  width: 150px;
  margin: 0 0 0 16px;
  font-size: 1.2rem;
  height: 46px;
}
.confirm-code .form-group {
  width: 100%;
}
.confirm-code .form-group input {
  letter-spacing: 16px;
}
.confirm-code .form-group input::-moz-placeholder {
  letter-spacing: normal;
}
.confirm-code .form-group input::placeholder {
  letter-spacing: normal;
}
.code-group {
  padding: 14px 16px 16px;
  border: 2px solid #DFDFDF;
  border-radius: 8px;
  height: 46px;
  width: 100%;
}
.code-group.error {
  border-color: #f00;
}
.code-group.active {
  border-color: #1ECE7F;
}
.code-group:focus {
  border-color: #1ECE7F;
  opacity: 1;
}
.code-group:focus::-moz-placeholder {
  color: transparent;
}
.code-group:focus::placeholder {
  color: transparent;
}
.code-group input {
  width: 10px;
  margin-right: 15px;
  border: none;
  padding: 0;
  text-decoration-line: underline;
  height: auto;
  border-bottom: 2px solid #666666;
  border-radius: 0;
  padding: 3px 0;
}
.code-group input.error {
  box-shadow: none;
}
.code-group .code-block {
  display: flex;
  position: absolute;
  top: 5px;
  width: 100%;
}
.code-group .code-block .password-control {
  right: -10px;
}
.code-group .code-block .password-control:after {
  display: none;
}
@media (min-width: 768px) {
  .code-group .code-block .password-control {
    right: 17px;
  }
}

header {
  background-color: #282B37;
  box-shadow: 0 6px 8px -4px rgba(34, 60, 80, 0.1);
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
}
header .container {
  position: relative;
  max-width: 1440px;
  padding: 10px 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  z-index: 5;
}
@media (min-width: 1025px) {
  header .container {
    padding: 10px 40px;
  }
}
header .header-right-block .main-menu {
  display: none;
}
@media (min-width: 992px) {
  header .header-right-block .main-menu {
    display: flex;
    align-items: center;
  }
}
header .main-menu li {
  margin-left: 30px;
}
@media (min-width: 1025px) {
  header .main-menu li {
    margin-left: 40px;
  }
}
header .main-menu li a {
  transition: color 0.2s ease;
}
header .main-menu li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: transparent;
  height: 2px;
  transition: background-color 0.2s ease;
}
header .main-menu a {
  position: relative;
  padding: 4px 0;
}
header .main-menu a:hover {
  color: #FA3B1E;
}
header .main-menu a:hover:after {
  background-color: #FA3B1E;
}

header .mobile-menu-block {
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  background-color: #4F5473;
  width: 250px;
  max-height: 100vh;
  min-height: -moz-max-content;
  min-height: max-content;
  height: 100vh;
  box-shadow: 4px 4px 8px -2px rgba(34, 60, 80, 0.1);
  padding: 24px 20px;
  transform: translate(-110%, 0);
  transition: transform 0.2s ease;
  overflow-y: auto;
}
header .mobile-menu-block.open {
  transform: translate(0, 0);
}
header .mobile-menu-block .logo.overlay {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
header .mobile-menu-block .logo.overlay div img {
  max-width: 100%;
}
header .mobile-menu-block .logo.overlay span {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  header .mobile-menu-block {
    display: none;
  }
}
header .mobile-menu-block .main-menu {
  display: block;
  padding-bottom: 40px;
}
header .mobile-menu-block .main-menu li {
  margin-left: 0;
}
header .mobile-menu-block .main-menu li a {
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 40px;
}
header .mobile-menu-block .main-menu li.account {
  display: block;
}
@media (min-width: 768px) {
  header .mobile-menu-block .main-menu li.account {
    display: none;
  }
}
header .header-left-block,
header .header-right-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
header .header-left-block{
  font-weight: 600;
  font-size: 17px;

}

header a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
}
header .sign-in {
  margin-left: 40px;
}
header .sign-in__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 600;
  padding: 0 22px;
  background: #FA3B1E;
  border-radius: 12px;
  gap: 12px;
  height: 32px;
  transition: background-color 0.2s linear;
}
header .sign-in__btn:hover {
  color: #fff;
  background-color: rgba(250,59,30, .8);
  transition: background-color 0.2s linear;
}
header .lang {
  align-items: center;
  margin-left: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  header .lang {
    display: flex;
  }
}
@media (min-width: 1025px) {
  header .lang {
    margin-left: 52px;
  }
}



header .lang-item:nth-child(2) {
  padding-left: 8px;
}
header .lang-item.active {
  display: flex;
}
header .lang-item.active span {
  color: #FFF;
  font-size: 16px;
}

header .lang-flag img{
  width: 100%;
}
header .lang-flag {
  max-width: 16px;
  margin-left: 8px;
}
header .sign-in-block {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media (min-width: 1025px) {
  header .sign-in-block {
    margin-left: 52px;
  }
}
header .sign-in-block a:first-child {
  margin-right: 16px;
}
header .account {
  display: none;
}
@media (min-width: 768px) {
  header .account {
    display: block;
  }
}
@media (min-width: 992px) {
  header .account {
    display: none;
  }
}
header .burger img{
  width: 100%;
}
header .burger {
  width: 20px;
  position: relative;
  z-index: 3;
  cursor: pointer;
  margin-right: 30px;
}
@media (min-width: 992px) {
  header .burger {
    display: none;
  }
}



.circle-checkbox {
  position: relative;
  border-radius: 50%;
  background-color: #1ECE7F;
  width: 20px;
  height: 20px;
}
.circle-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  height: 5px;
  width: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  display: none;
}

.logo {
  display: none;
}

.logo span{
  white-space: nowrap;
}

@media (min-width: 768px) {
  .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 16px
  }
}

body {
  background: #282B37 url("../images/main-background.png") no-repeat ;
  background-size: cover;
}
/*body.profile-body {*/
/*  background: radial-gradient(circle, rgb(6, 51, 31) 0%, rgb(22, 22, 50) 100%);*/
/*}*/
main {
  position: relative;
  min-height: 100vh;
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  main {
    padding: 215px 0;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;

  }
}
@media (min-width: 992px) {
  main {
    padding: 140px 0;
  }
}

.container{
  max-width: 702px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}

.d-none{
  display: none;
}
.d-flex{
  display: flex;
}

.sign-in{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (min-width: 991px) {
  .sign-in{

    &::before{
      display: block;
    }
  }
}

.sign-in__title{
  padding: 12px 24px;
  background: #1F212B;
  border-radius: 12px;
  margin-bottom: 24px;
}

.sign-in__title h1{
  font-weight: 600;
  font-size: 24px;
}

.sign-in__tabs{
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FA3B1E;
  border-radius: 8px;
  margin-bottom: 40px;
}

.sign-in__tabs .tab{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  width: 130px;
}

.tab.tab--active{
  background: #FA3B1E;
}

.sign-in__form{
  width: 100%;
  max-width: 440px;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form__wrap{
  margin-bottom: 40px;
  width: 100%;
}

.form__group{
  width: 100%;
  position: relative;
}

.form__group input{
  display: block;
  margin-bottom: 16px;
  border-radius: 12px;
}

.form__group button{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #5F657C;
  color: #fff;
  width: 100%;
  height: 46px;
  padding: 10px 0;
  transition: background .2s linear;

}

.form__group button:hover{
  background: #FA3B1E;
  transition: background .2s linear;
}

.form__buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.form__buttons span{
  cursor: pointer;
  margin-top: 10px;
}

.sign-in__socials{
  padding: 20px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #3F4456;
  border-radius: 24px;
}

@media (min-width: 768px) {
  .sign-in__socials{
    padding: 20px 29px;
  }
}
.sign-in__socials div{
  max-width: 40px;
}
.sign-in__socials .pornhub{
  max-width: 100px;
}
.sign-in__socials img{
  width: 100%;
}

.sign-in__advantages{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.advantages__title{
  font-weight: 600;
  font-size: 32px;
}

.advantages__wrap{
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px;
}
.advantages__item{
  max-width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 16px;
}

@media (min-width: 768px) {
  .advantages__item{
    max-width: 31%;
  }
}

.advantages__item .title{
  font-weight: 600;
  font-size: 16px;
}





.modal-col {
  width: 100%;
  padding: 20px 32px;
  min-height: calc(100vh - 50px);
}
@media (min-width: 768px) {
  .modal-col {
    border-radius: 16px;
    padding: 32px;
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .modal-col {
    width: 50%;
  }
}
.modal-col.left {
  position: absolute;
  left: 50%;
  top: -182px;
  transform: translate(-50%, 0);
  width: auto;
  padding: 0;
  display: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .modal-col.left {
    border-radius: 16px 0 0 16px;
  }
}
.modal-col.left .logo {
  display: none;
}
.modal-col.left .img {
  text-align: center;
  max-width: 95px;
  height: 100%;
}
@media (min-width: 992px) {
  .modal-col.left .img {
    max-width: none;
  }
}
.modal-col.left .img img {
  max-width: 100%;
  display: block;
  height: 100%;
}
@media (min-width: 768px) {
  .modal-col.left {
    display: block;
  }
  .modal-col.left.reset-password {
    display: none;
  }
}
@media (min-width: 992px) {
  .modal-col.left {
    width: 50%;
    background-color: #FFE9CD;
    position: static;
    transform: none;
  }
  .modal-col.left .logo {
    display: flex;
    align-items: center;
  }
}
.modal-col.right {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .modal-col.right {
    display: block;
    text-align: start;
    border-radius: 0 16px 16px 0;
    flex: auto;
  }
}
.modal-col.right .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .modal-col.right .logo {
    display: none;
  }
}

.modal {
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .modal {
    border-radius: 16px;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.25);
  }
}
.modal h1,
.modal .h1 {
  margin-bottom: 16px;
  text-align: left;
  font-size: 22px;
}
@media (min-width: 992px) {
  .modal h1,
  .modal .h1 {
    text-align: start;
  }
}
.modal .tab-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}
.modal .tab-block + div {
  flex: 1 1 100%;
}
.modal .tab-block .tab {
  position: relative;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.2rem;
  line-height: 1.2;
  padding-bottom: 10px;
  cursor: pointer;
}
.modal .tab-block .tab:first-child {
  margin-right: 32px;
}
@media (min-width: 768px) {
  .modal .tab-block .tab {
    font-size: 1.6rem;
  }
  .modal .tab-block .tab:first-child {
    margin-right: 0;
  }
}
.modal .tab-block .tab::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #1ECE7F;
  border-radius: 4px;
  opacity: 0;
}
.modal .tab-block .tab:hover::after {
  opacity: 1;
}
.modal .tab-block .tab.active::after {
  opacity: 1;
}
.modal .tab-content {
  position: relative;
  min-height: 320px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .modal .tab-content {
    display: block;
    min-height: auto;
  }
}
.modal .tab-content ~ .additional-link {
  display: none;
}
@media (min-width: 768px) {
  .modal .tab-content ~ .additional-link {
    display: flex;
  }
}
.modal .tab-content > div:first-child {
  flex-direction: column;
  display: flex;
  flex: 6 1 100%;
}
.modal .tab-content > div:first-child .form-group {
  width: 100%;
}
.modal .tab-content {
  display: none;
}
.modal .tab-content.active {
  display: flex;
}

.additional-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.additional-link a {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.2s ease;
}
.additional-link a:hover {
  color: #1ECE7F;
}
.additional-link.center {
  justify-content: center;
}

.reset-password {
  width: 458px;
}
.reset-password .modal-col {
  width: 100%;
}
.reset-password .tab-content {
  min-height: auto;
}
@media (min-width: 768px) {
  .reset-password .tab-content > div:first-child {
    justify-content: center;
  }
}
.reset-password .modal-col.left,
.reset-password .modal .tab-content.active {
  display: none;
}
.reset-password .modal-col.right .logo {
  display: flex;
}
.reset-password .modal-col.right {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 50px);
}
@media (min-width: 768px) {
  .reset-password .modal-col.right {
    height: auto;
    min-height: 500px;
  }
}
.reset-password .tab-content.active {
  display: flex;
}

.contact-us {
  width: 458px;
}
.contact-us .content {
  margin-top: 16px;
}
.contact-us .content__list {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 24px;
}
.contact-us .content__item {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 15px;
}
.contact-us .content__item a, .contact-us .content__item span {
  color: #fff;
  font-size: 16px;
}

.privacy {
  color: #fff;
}
.privacy .title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 40px;
}
.privacy .subtitle {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 24px;
}
.privacy .text {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 24px;
}
.privacy ul li {
  list-style: circle;
}


/*profile*/
.profile {
  margin: 0 auto;
  /*background-color: #2F3245;*/
  width: 601px;
  position: relative;
  max-width: 100%;
}
.profile section {
  margin-bottom: 60px;
}
.profile section:first-child {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .profile section {
    /*margin-bottom: 60px;*/
  }
}
.profile .title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .profile .title {
    font-size: 3.2rem;
  }
}
.profile .subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 16px;
}
.profile .subtitle p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .profile .subtitle p {
    font-size: 2rem;
  }
}
.profile-status {
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
}
.profile-status:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background-color: #07D835;
  border-radius: 50%;
}

.account-detail {
  background: #3F4456;
  border-radius: 16px;
  padding: 16px;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .account-detail {
    font-size: 1.6rem;
    padding: 24px 32px 8px;
  }
}
.account-detail__wrap{
  display: flex;
  align-items: center;
  gap: 10px;
}

.account-detail__wrap a{
  padding: 4px;
  display: none;
  border-radius: 4px;
  background: transparent;
  transition: background .2s linear;

}
.account-detail__wrap a:hover{
  background: #4F556C;
  transition: background .2s linear;
}
@media (min-width: 768px) {
  .account-detail__wrap a{
    display: flex;
  }
}
.account-detail__wrap input{
  padding: 0;
  height: 24px;
  display: none;

}
.account-detail__wrap button{
  display: none;
  color: #FA3B1E;
  font-weight: 600;
  margin-left: 5px;

}
.account-detail__wrap input:focus{
  border: none;
}

.account-detail__wrap.edit span{
  display: none;

}
.account-detail__wrap.edit a{
  display: none;

}
.account-detail__wrap.edit button{
  display: block;
}
.account-detail__wrap.edit input{
  display: block;

}
.account-detail__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.account-detail__row .col {
  display: flex;
  align-items: center;
}
.account-detail__row .col:first-child {
  color: #fff;
  padding-right: 20px;
  font-weight: 600;
}
.account-detail__row .col:last-child {
  color: #fff;
  font-weight: normal;
}

.account-detail__mobile-edit-wrap{
  margin-top: 24px;
}

@media (min-width: 768px) {
  .account-detail__mobile-edit-wrap{
    display: none;
  }
}
.account-detail__mobile-edit-wrap .edit{
  padding: 12px;
  background: #3F4456;
  border-radius: 12px;
  margin-bottom: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
}
.account-detail__mobile-edit-wrap .edit .svg{
  margin-right: 12px;
}
.account-detail__mobile-edit-wrap .edit img{
  position: absolute;
  right: 24px;
}
.accont-btn {
  margin: 16px 0;
}
@media (min-width: 768px) {
  .accont-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.accont-btn a {
  position: relative;
  padding: 14px 16px 13px 50px;
  background: #4F5473;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 10px;
}
.accont-btn a::before {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(0, -50%) rotate(-45deg);
}
@media (min-width: 768px) {
  .accont-btn a {
    font-size: 1.8rem;
  }
  .accont-btn a::before {
    display: none;
  }
}
.accont-btn a::after {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
.accont-btn a:first-child::after {
  width: 24px;
  height: 24px;
  background: url(../images/mobile.svg) center/cover no-repeat;
}
.accont-btn a:last-child::after {
  width: 20px;
  height: 20px;
  background: url(../images/code.svg) center/cover no-repeat;
}
@media (min-width: 1025px) {
  .accont-btn {
    position: absolute;
    top: 125px;
    left: calc(100% + 15px);
    margin: auto;
    display: block;
  }
  .accont-btn a {
    background-color: transparent;
    padding: 4px 10px;
    border: 2px solid #1ECE7F;
    border-radius: 14px;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 10px;
    transition: 0.2s ease;
  }
  .accont-btn a:hover {
    color: #fff;
    background-color: #1ECE7F;
  }
  .accont-btn a:after {
    display: none;
  }
}

@media (min-width: 768px) {
  .download-app {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.download-app.qr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download-app.qr .download-app__item {

  width: 47%;
}
@media (min-width: 992px) {
  .download-app.qr .download-app__item {
    display: block;
    width: 37%;
  }
}
.download-app__item {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .download-app__item {
    width: 47%;
  }
}
.download-app__item .copy-link{
  padding: 8.5px 12px;
  background: #3F4456;
  transition: background .2s linear;
  border: 1px solid #5F657C;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  width: fit-content;
}

.download-app__item .copy-link:hover{
  background: #292C37;
  transition: background .2s linear;

}
.download-app .qr-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  color: #fff;
}
.download-app .qr-code img {
  width: 100%;
}
.download-app .qr-code__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.download-app .qr-code span {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.download-app .system-variant img{
  width: 100%;
}

.download-app .system-variant .img{
  max-width: 24px;
  margin-right: 16px;
}

.devices .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #fff;
  opacity: .5;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.devices .head > div {
  flex: 1 1 100%;
}
.devices .head > div:nth-child(2) {
  text-align: center;
}
.devices .head > div:last-child {
  text-align: right;
}
.devices .devices-grid .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  border-bottom: 1px solid #D8D8D8;
  color: #fff;
}
.devices .devices-grid > div {
  flex: 1 1 100%;
}
.devices .devices-grid > div:nth-child(2) {
  text-align: center;
}
.devices .devices-grid > div:last-child {
  text-align: right;
}
.devices .devices-grid button {
  color: #FA3B1E;
  background-color: transparent;
  font-size: 1.4rem;
  cursor: pointer;
}
.devices .devices-grid button:hover {
  text-decoration: underline;
}
.devices .devices-grid .row > div:nth-child(2) {
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
  width: 300px;
}
.devices .devices-grid .row > div:first-child {
  text-align: start;
}
.devices .devices-grid .row > div:last-child {
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
}
.devices .devices-grid .row > div:last-child button {
  text-align: end;
  margin-right: 0;
}
.devices .devices-grid .row > div {
  width: 200px;
}

.btn-to-top {
  position: absolute;
  font-size: 12px;
  left: 50%;
  bottom: 21px;
  padding: 8.5px 16px;
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.1));
  display: flex;
  background: #3F4456;
  border: 1px solid #5F657C;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  transition: background-color 0.2s ease;
  transform: translate(-50%, 0);
}
.btn-to-top:hover {
  background: #292C37;
}
@media (min-width: 1025px) {
  .btn-to-top {
    bottom: -16px;
  }
}

.support-body .wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-body .support{
  min-height: auto;
}

.support-body .content__img{
  max-width: 240px;
}
.support-body img{
  width: 100%;
}


.support-body .content{
  max-width: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.support-body .content__title{
  margin: 32px 0 16px;
}
.support-body .content__text{
  text-align: center;
}
.support-body .footer__btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-body .btn{
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FA3B1E;
  opacity: 1;
  transition: opacity .2s linear;
  max-width: 343px;
  width: 100%;
  position: fixed;
  bottom: 32px;
}

.support-body .btn:hover{
  transition: opacity .2s linear;
  opacity: .8;

}

@media (min-width: 768px) {
  .support-body .btn{
    max-width: 123px;
    bottom: 59px;
    right: 40px;
  }
}


.popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background: rgba(0, 0, 0, 0.1882352941);
  z-index: 2;
  overflow: hidden;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow-y: auto;
}

.popup {
  position: absolute;
  background-color: #2F3245;
  width: 292px;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 16px;
  z-index: 9;
  max-width: 100%;
}
@media (min-width: 768px) {
  .popup {
    width: 352px;
  }
}
@media (min-width: 992px) {
  .popup {
    width: 458px;
    padding: 24px 40px 40px;
  }
}
.popup .logo {
  display: inline-flex;
  align-items: center;
}
.popup .logo img {
  width: 24px;
  height: 24px;
}
.popup .logo span {
  font-size: 1.4rem;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .popup .logo img {
    width: 40px;
    height: 40px;
  }
  .popup .logo span {
    font-size: 2.4rem;
    margin-left: 16px;
  }
}
.popup .close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 20px;
  height: 20px;
}
.popup .close:after, .popup .close::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #979597;
}
.popup .close:after {
  transform: rotate(-45deg);
}
.popup .close::before {
  transform: rotate(45deg);
}
.popup .title {
  margin-top: 44px;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}
@media (min-width: 768px) {
  .popup .title {
    margin-top: 19px;
    font-size: 2.8rem;
  }
}
.popup .btn {
  font-size: 16px;
  margin: 0;
}
.popup-content {
  display: flex;
  flex-direction: column;
}
.popup-form {
  /*min-height: 290px;*/
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .popup-form {
    /*min-height: 343px;*/
  }
}

.popup-form .form-group {
  margin: 24px 0;
}
.popup-form div {
  width: 100%;
}
.popup-form .confirm-code .form-group {
  margin-bottom: 0;
}
.popup .confirm-code .btn {
  font-size: 1.2rem;
  margin-left: 16px;
}

