

/* Start:/local/templates/youtravel/components/bitrix/system.auth.authorize/.default/style.min.css?1780913061837*/
div.bx-auth{max-width:600px;margin-top:16px;margin-bottom:24px}div.bx-auth form{padding:0;margin:0}div.bx-auth-line{border-bottom:1px solid #e3e3e3;padding-bottom:10px}div.bx-auth-title{font-size:140%;border-bottom:solid 2px #e3e3e3;padding-bottom:12px}div.bx-auth-note{margin:18px 0 6px 0}td.bx-auth-label{text-align:right;font-weight:bold}table.bx-auth-table{margin-top:8px}table.bx-auth-table td{padding:3px}div.bx-auth input.bx-auth-input{vertical-align:middle}div.bx-auth span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:middle}div.bx-auth div.bx-auth-secure-icon{background-image:url(/local/templates/youtravel/components/bitrix/system.auth.authorize/.default/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-auth div.bx-auth-secure-unlock{background-image:url(/local/templates/youtravel/components/bitrix/system.auth.authorize/.default/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/youtravel/assets/css/globals/auth.css?17809130615924*/
@font-face {
  font-family: "SF Pro Display";
  src: url("/local/templates/youtravel/assets/css/globals/../../fonts/SFProDisplay/SFProDisplay-Semibold.eot");
  src: local("SF Pro Display Semibold"), local("SFProDisplay-Semibold"), url("/local/templates/youtravel/assets/css/globals/../../fonts/SFProDisplay/SFProDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("/local/templates/youtravel/assets/css/globals/../../fonts/SFProDisplay/SFProDisplay-Semibold.woff2") format("woff2"), url("/local/templates/youtravel/assets/css/globals/../../fonts/SFProDisplay/SFProDisplay-Semibold.woff") format("woff"), url("/local/templates/youtravel/assets/css/globals/../../fonts/SFProDisplay/SFProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text";
  src: local("SF Pro Text Semibold"), local("SFProText-Semibold"), url("/local/templates/youtravel/assets/css/globals/../../fonts/SFProText/SFProText-Semibold.woff") format("woff"), url("/local/templates/youtravel/assets/css/globals/../../fonts/SFProText/SFProText-Semibold.woff2") format("woff2"), url("/local/templates/youtravel/assets/css/globals/../../fonts/SFProText/SFProText-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.devider {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.devider-text:after,
.devider-text:before {
  content: "";
  position: absolute;
  width: 500px;
  top: 50%;
  border-bottom: 1px solid #e4e4e4;
}

.devider-text:before {
  right: 100%;
}

.devider-text:after {
  left: 100%;
}

.form__submit--america {
  background-color: #4CB5AB !important;
}

.show-auth-message {
  padding: 10px 0;
  color: #a10808;
  font-weight: 600;
}

.devider-text {
  display: inline-block;
  position: relative;
  padding: 10px;
}

.global-auth h2 {
  margin-bottom: 80px;
}

.global-auth .bx-authform-link-container {
  margin-top: 20px;
}

.global-auth a.forget {
  color: #252733;
}

.global-auth a.forget:hover {
  text-decoration: underline;
}

.global-auth .alert-warning {
  background-color: transparent;
  background: url(/static/i/icons/warning.png) no-repeat;
  background-position: 50% 0px;
  padding-top: 37px;
  text-align: center;
  margin-bottom: 0px;
  color: #252733;
  font-size: 14px;
  line-height: 18px;
}

.global-auth .oauth-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.global-auth .oauth-list li.oauth-method {
  display: inline;
}

.global-auth .oauth-list .oauth-method_icon {
  border-radius: 4px;
}

.global-auth .oauth-list .oauth-method_icon--google,
.global-auth .oauth-list .oauth-method_icon--google:hover {
  border: 1px solid;
  padding-top: 12px;
  padding-bottom: 12px;
}

.global-auth .oauth-list .oauth-method_icon--phone,
.global-auth .oauth-list .oauth-method_icon--phone:hover {
  border: 1px solid;
  padding-top: 12px;
  padding-bottom: 12px;
}

.oauth-list {
  padding-top: 10px;
  list-style: none;
  margin: 0;
}

.oauth-method {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.oauth-method_icon {
  text-align: center;
  width: 100%;
  display: block;
  padding: 13px;
  cursor: pointer;
  font-weight: bold;
}

.oauth-method_icon span {
  background-size: auto 18px;
  background-repeat: no-repeat;
  padding: 0px 5px 5px 25px;
}

.oauth-method_icon:hover {
  color: #fff;
}

.oauth-method_icon--facebook {
  color: #fff;
  background: #4568b2;
}

.oauth-method_icon--facebook span {
  background-image: url(/local/templates/youtravel/static/i/social/facebook.svg);
}

.oauth-method_icon--email {
  color: #fff;
  background: #ff585b;
}

.oauth-method_icon--email span {
  background-size: auto 15px;
  background-image: url(/local/templates/youtravel/static/i/social/email.svg);
}

.oauth-method_icon.oauth-method_icon--phone,
.oauth-method_icon.oauth-method_icon--phone:hover {
  border: solid 2px;
  background: #fff;
  color: #888;
}

.oauth-method_icon.oauth-method_icon--phone span,
.oauth-method_icon.oauth-method_icon--phone:hover span {
  color: #888;
}

.oauth-message {
  padding: 10px 0;
  color: #ab1616;
  font-weight: 600;
}

.oauth-method_icon--phone span {
  background-image: url(/local/templates/youtravel/static/i/social/phone-number.png);
}

.oauth-method_icon--google,
.oauth-method_icon--google:hover {
  border: solid 2px;
  background: #fff;
  color: #888;
}

.oauth-method_icon--google span,
.oauth-method_icon--google:hover span {
  color: #888;
}

.oauth-method_icon--google span {
  background-image: url(/local/templates/youtravel/static/i/social/google.svg);
}

.oauth-method_icon--vkontakte {
  background: #4a76a8;
  color: #fff;
}

.oauth-method_icon--apple {
  background: #000;
  color: #fff;
}

.oauth-method_icon--vkontakte span {
  background-image: url(/local/templates/youtravel/static/i/social/vk.svg);
}

.oauth-method_icon--apple span {
  background-image: url(/local/templates/youtravel/static/i/social/apple.png);
  padding: 2px 5px 5px 25px;
}

.oauth-method_icon--apple > div {
  background-image: url(/local/templates/youtravel/static/i/social/apple.png);
  background-position: center left;
}

.oauth-method .oauth-method-button {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oauth-method-button > div {
  background-size: auto 18px;
  background-repeat: no-repeat;
  padding: 0 0 0 25px;
  display: flex;
  align-items: center;
  max-width: 200px !important;
}

.oauth-method-button > div div {
  display: none;
}

.form__item_block .forget-password {
  position: absolute;
  right: 0;
  top: 2px;
}

.header-h1 {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .global-auth .alert-warning {
    background-position: 10px 50%;
    padding-left: 46px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
  }

  .global-auth h2 {
    margin-bottom: 10px;
  }

  .global-auth .oauth-list .oauth-method_icon span {
    white-space: nowrap;
    font-weight: normal;
  }

  .global-auth .oauth-list li.oauth-method {
    max-width: 50%;
  }

  .global-auth .oauth-list li.oauth-method:nth-child(odd) {
    padding-right: 12px;
  }

  .global-auth .oauth-list li.oauth-method:nth-child(even) {
    padding-left: 12px;
  }
}
/* End */
/* /local/templates/youtravel/components/bitrix/system.auth.authorize/.default/style.min.css?1780913061837 */
/* /local/templates/youtravel/assets/css/globals/auth.css?17809130615924 */
