

/* Start:/local/templates/.default/components/bitrix/system.auth.form/inline/style.css?176581206813829*/
.personal_doors .actions {
  margin:0 12px 12px 12px;
}
.personal_doors .actions a.item,
.personal_doors .actions a.item:link
.personal_doors .actions a.item:visited {
  display:table;
  width:100%;
  margin:8px 0 0 0;
  padding:0;
}
.actions .pic {
  width:40px;
  display:table-cell;
  vertical-align:top;
  position:relative;
}
.actions .label {
  width:auto;
  display:table-cell;
  vertical-align:top;
}
.actions a.item i.e {
  color: white;
  margin: 0;
  font-size: 11px;
  z-index: 99;
  display: block;
  background-color: #424242;
  position: absolute;
  left: 7px;
  top: 7px; 
}
.actions a.item:hover i.e {
  background-color: #789440;
  color: white;
}
.subscribe-box {
  width:100%;
  max-width:420px;
  padding:30px;
  box-sizing: border-box;
  font-family: Roboto;
} 
.subscribe-box .title {
  text-align: center;  
  font-size: 24px;
  color: #424242;
  display: block;
  line-height: 32px; 
  text-transform: uppercase;
  mrgin-bottom:30px;
}
.subscribe-box .rubric {
  margin-top: 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.subscribe-box .rubric input,
.subscribe-box .subrubric input,
.subscribe-box .unrubric input {
  margin-right: 15px;
}
.subscribe-box .unrubric {
  display: inline-block;
  margin-top: 30px;
  margin-left: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.subscribe-box .rubric span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  margin-left: 37px;
}
.subscribe-box .subrubric {
  margin: 10px 0 0 34px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.subscribe-box .country-box {
  margin: 20px 0 0 0;
}
.country-box .label {
  display: inline-block;
  font-weight: 400;
  margin: 0 25px 0 0;
  font-size: 16px;
  line-height: 38px;
  vertical-align: top;
  color:#333;
  padding:0;
}
.country-box .country-sel {
  width: 200px;
  margin: 0;
  display: inline-block;
  position:relative;
}
.country-box .selected {
  border: 1px solid rgb(217,217,217);
  border-radius: 2px;
  padding: 0 0 0 10px;
  font-size: 15px;
  height: 38px;
  line-height: 38px;
  text-align: left;
  cursor: pointer;
  text-align: left;
  font-weight: 300;
  width: 190px;
  color: #606060;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: content-box;
}
.country-box .selected:after {
  font-family: 'Material Icons';
  content: "\E5C5";
  font-size: 24px;
  background-color:white;
  padding: 0;
  position: absolute;
  right: -1px;
  top:1px;
  z-index: 1;
  pointer-events: none;  
}
.error_field {
  color: red;
  font-size: 11px;
  display: none;
}
.country-box .list {
  display:none;
  padding: 10px 20px 10px 20px;
  width: 202px;
  height: 225px;
  overflow-x: hidden;
  overflow-y: scrool;
  background: white;
  position: absolute;
  left: 0;
  top: -224px;
  z-index: 900;
  border: 1px solid #D8D8D8;
  font-size: 15px;
  line-height: 25px; 
  box-sizing: border-box;
}
.country-box .list label {
  width:100%;
  display: inline-block;
}
.country-box .submit {
  display:none;
  border-radius: 2px;
  padding: 0;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
  color: white;
  cursor: pointer;
  cursor: hand;
  font-weight: 300;
  width: 202px;
  box-sizing: border-box;
  background-color: #6b9cd4;
  border: 1px solid #6b9cd4;
  position: absolute;
  top:0;
  left:0;
  z-index: 900;
}
.country-box .list.open {
  display:block;
}
.country-box .submit.open {
  display:block;
}
.subscribe-box .messages {
  line-height: 1.2em;
  font-size: 14px;
}
.subscribe-box .messages span {
  margin:6px 0;
  color:#668800;
  display: inline-block;
}
.subscribe-box .messages span.warning {
  color:red;
}
.popup-window-overlay {
  position:fixed;
}

.personal_door_container.open .personal_address {
  line-height: 16px;
  word-wrap: break-word;
  word-break: break-all;  
}
.notice-save {
  padding: 4px 12px;
  border: 1px solid #5D751F;
  color: white;
  font-size: 14px;  
  background-color: #5D751F;
  border-radius: 2px;
  position:fixed;
  display:none;
  transition:display .25s ease .25s;
  box-shadow:1px 1px 1px grey;
}
.notice-save.open {
  display: inline-block;
}

#authPopup .popup-window-close-icon {
  top:12px;
  right:12px;
}

#authPopup .mainSection__formWrap {
  width: 330px;
  max-width: 100%;
}
#authPopup .mainSection__formWrap.inPopup {
  width: 330px;
  max-width: 100%;
  margin:0;
  padding:40px;
  background-color:#F6F6F6;
  box-sizing: content-box;
}
#authPopup .mainSection__formTitle {
  font-family: Roboto;
  font-size: 24px;
  text-align: left;
  color: #424242;
  margin-bottom: 40px;
  display: block;
}
#authPopup .promptInput {
  color:#B7B7B7;
}
#authPopup .logInForm__inputWrap {
  margin-bottom: 20px;
  position: relative;
  max-width: 330px;
  width: 100%;
}
#authPopup .logInForm__input {
  width: 100%;
  height: 51px;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px 0 #00000012;
  box-shadow: 0 2px 12px 0 #00000012;
  outline: 0;
  padding-left: 70px;
  font-family: Roboto;
  font-size: 17px;
  color: #979797;
  box-sizing: border-box;
}
#authPopup .logInForm__emailBox {
  width: 47px;
  height: 100%;
  background-image: url(/local/templates/.default/components/bitrix/system.auth.form/inline/images/auth/email.svg);
  -webkit-background-size: 17px 14px;
  background-size: 17px 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  border-right: solid 1px #ececec;
}
#authPopup .logInForm__passBox {
  width: 47px;
  height: 100%;
  background-image: url(/local/templates/.default/components/bitrix/system.auth.form/inline/images/auth/key.svg);
  -webkit-background-size: 18px 10px;
  background-size: 18px 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  border-right: solid 1px #ececec;
}
#authPopup .logInForm__logInBtn {
  display: inline-block;
  border: none;
  font-family: Roboto;
  font-size: 17px;
  color: #fff;
  width: 100%;
  height: 57px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #688236;
  -webkit-box-shadow: 0 4px 8px 0 #68823649;
  box-shadow: 0 4px 8px 0 #68823649;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: 0;
  text-transform:uppercase;
}
#authPopup .logInForm__logInBtn:hover {
  background-color: #4F6622;
}
#authPopup .logInForm__buttonsWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  width: 100%;
}
#authPopup .logInForm__buttonsWrap.authError {
  display:none;
  color:red;
  font-size:0.9em;
  line-height:normal;
}
.logInForm__separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 20px;
  margin-bottom: 30px;
  width: 100%;
}
.logInForm__separator:before {
  position: absolute;
  content: '';
  height: 1px;
  background-color: #d2d2d2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 40%;
}
.logInForm__separator:after {
  position: absolute;
  content: '';
  height: 1px;
  background-color: #d2d2d2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 40%;
}
.mainSection__formWrap.light .logInForm__separatorText,
.mainSection__formWrap.light .logInForm__separator:before,
.mainSection__formWrap.light .logInForm__separator:after {
  color:#fff;
}
.logInForm__separator_white {
  display: none;
  color: #fff;
}
.logInForm__separator_white:before {
  background-color: #fff;
}
.logInForm__separator_white:after {
  background-color: #fff;
}
.logInForm__separatorText {
  font-family: Roboto;
  font-size: 17px;
  color: #979797;
}
.logInForm__separatorText_white {
  color: #fff;
}
.logInForm__SignInBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width:100%;
  justify-content: space-between;
}
.logInForm__SignIn {
  font-family: Roboto;
  font-size: 17px;
  color: #979797;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50px;
  max-width: 50px;
  height: 50px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 #00000020;
  box-shadow: 0 1px 3px 0 #00000020;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
.logInForm__SignIn:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 50px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.logInForm__SignIn.google-plus:before {
  background-image: url(/local/templates/.default/components/bitrix/system.auth.form/inline/images/auth/google.svg);
  background-color: #CD4141;
}
.logInForm__SignIn.google-plus:hover:before {
  background-color: #B42B2B;
}
.logInForm__SignIn.facebook:before {
  background-color: #2C6FAC;
  background-image: url(/local/templates/.default/components/bitrix/system.auth.form/inline/images/socialIcons/fb.svg);
}
.logInForm__SignIn.facebook:hover:before {
  background-color: #1B5C97;
}
.logInForm__SignIn.linkedin:before {
  background-color: #4185C2;
  background-image: url(/local/templates/.default/components/bitrix/system.auth.form/inline/images/socialIcons/in.svg);
}
.logInForm__SignIn.linkedin:hover:before {
  background-color: #1D66A8;
}
.logInForm__SignIn.twitter:before {
  background-color: #559AD8;
  background-image: url(/local/templates/.default/components/bitrix/system.auth.form/inline/images/socialIcons/tw.svg);
}
.logInForm__SignIn.twitter:hover:before {
  background-color: #3880C0;
}
.logInForm__SignIn.vkontakte:before {
  background-color: #4185C2;
  background-image: url(/local/templates/.default/components/bitrix/system.auth.form/inline/images/socialIcons/vk.svg);
}
.logInForm__SignIn.vkontakte:hover:before {
  background-color: #236AAA;
}
.logInForm__googleSignIn_dark {
  background-color: #4a5f22;
  color: #fff;
  margin-bottom: 0;
}
.logInForm__googleSignIn_dark:before {
  background-color: #7b944c;
}

/* profileUserOperation */
.profileUserOperation {
  position:relative;
  display:flex;
  height:100%;
}
.profileUserOperation.ondetail {
  position: fixed;
  top:0;
  right:0;
  height:70px;
}
.profileUserOperation__avatar {
  margin:auto 15px auto auto;
  border-radius: 100%;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.profileUserOperation__avatar {
  width:40px;
  height:40px;  
}
.s8 .profileUserOperation__avatar {
  width:50px;
  height:50px;  
}
.profileUserOperation__avatar.noname::before {
  font-family: 'Material Icons';
  content: "\E853";
}
.profileUserOperation__avatar.noname::before {
  line-height: 40px;
  font-size:40px;
  color:#677E1D;
}
.s8 .profileUserOperation__avatar.noname::before {
  color:#337ab7;
  line-height:50px;
  font-size:50px;  
}
.profileUserOperation__card {
  position:absolute;
  top: calc(100% + 5px);
  right: 15px;
  width:180px;
  padding:0;
  margin:0;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(53, 53, 53, 0.25);
  border-radius: 4px;  
  display:none;
}
.profileUserOperation:hover .profileUserOperation__card {
  display:block;
}
.profileUserOperation__card::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  border-width: 11px;
  border-style: solid;
  border-color: transparent transparent white transparent;  
}
.profileUserOperation__card::before {
  content: " ";
  position: absolute;
  bottom: 100%;
  width:100%;
  height:15px;
}
.profileUserOperation__card::after {
  right: 9px;
}
.s8 .profileUserOperation__card::after {
  right: 14px;
}
.profileUserOperation__name {
  width: 100%;
  padding: 13px 16px;
  box-sizing: border-box;  
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;  
  border-bottom: 1px solid #EFEFEF;
  overflow:hidden;
}
.profileUserOperation__action {
  width: 100%;
  padding: 0 16px 10px 16px;
}
.profileUserOperation__action a {
  margin-top:10px;  
  text-decoration:none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px; 
  display: inline-block;
  width:100%;
}
.profileUserOperation__action a,
.profileUserOperation__action a:link,
.profileUserOperation__action a:active,
.profileUserOperation__action a:visited,
.profileUserOperation__action a:hover {
  color:#474747;
}
.profileUserOperation__action a::before {
  font-family: 'Material Icons';
  font-weight:100;
  font-size: 17px;
  line-height: 20px; 
  vertical-align: sub;  
  margin-right:10px;
}
.profileUserOperation__action_home::before {
  content: "home"; 
}
.profileUserOperation__action_rss_feed::before {
  content: "rss_feed"; 
}
.profileUserOperation__action_import_contacts::before {
  content: "import_contacts"; 
}
.profileUserOperation__action_exit_to_app::before {
  content: "exit_to_app"; 
}
.profileUserOperation__action a:hover::before {
  color:#688236;
}
.s8 .profileUserOperation__action a:hover::before {
  color:#337ab7;
}
/* End */
/* /local/templates/.default/components/bitrix/system.auth.form/inline/style.css?176581206813829 */
