

/* Start:/local/templates/fish/components/bitrix/system.auth.authorize/flat/style.css?17513725853940*/
.breadcrumb {
    text-align: center;
}
.bx-breadcrumb {
    justify-content: center;
}

div.bx-system-auth-form span.bx-auth-secure {
background-color:#FFFAE3; 
border:1px solid #DEDBC8; 
padding:2px; 
display:inline-block; 
vertical-align:bottom; 
margin-top:-1px;
}
div.bx-system-auth-form div.bx-auth-secure-icon {
background-image:url(/local/templates/fish/components/bitrix/system.auth.authorize/flat/images/sec.png); 
background-repeat:no-repeat; 
background-position:center; 
width:19px; 
height:18px;
}
div.bx-system-auth-form div.bx-auth-secure-unlock {
background-image:url(/local/templates/fish/components/bitrix/system.auth.authorize/flat/images/sec-unlocked.png);
}

div.popup.auth{display: none;}


.auth .popup-block .title{
    text-transform: none;
    text-align: left;
    font-weight: 500;
    font-size: 34px;
    line-height: 110%;
}
.auth .popup-block{
    max-width: 450px;
    width: 100%;
}
.auth .popup-block label{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    padding-left: 10px;
    margin-bottom: 2px;
}
.auth .popup-block label sup{
    color: red;
}
.auth .popup-block input[type=text],
.auth .popup-block input[type=password]{
    box-sizing: border-box;
    height: 50px;
    padding-left: 20px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #797979;
    margin-bottom: 12px;
}

.g-recaptcha {
    margin-top: 20px;
}

.auth .popup-block {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.auth .popup-block .btn__block{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.auth .popup-block .btn__block .btn{
    width: auto;
    margin-bottom: 0;
}
.auth .popup-block .btn__block a{
    font-size: 15px;
    line-height: 18px;
    text-decoration-skip-ink: none;
    text-decoration: underline;
    color: var(--prim-color);
    margin-left: 30px;
}
.password_wrapper{
    position: relative;
}
.checkbox.checkbox__password{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 12px;
    margin: auto;
}
.checkbox.checkbox__password input[type=checkbox] + label:before,
.checkbox.checkbox__password input[type=checkbox] + label:after{
    display: none !important;
}
.checkbox.checkbox__password input[type=checkbox] + label{
    height: 100%;
    background: url("/local/templates/fish/components/bitrix/system.auth.authorize/flat/images/eye.svg") no-repeat center center;
}
.checkbox.checkbox__password input[type=checkbox]:checked + label{
    background-image: url("/local/templates/fish/components/bitrix/system.auth.authorize/flat/images/eye-through.svg");
}
.auth .popup-block .checkbox__text {
    font-size: 13px;
}

.auth .popup-block .close {
    background:  url("/local/templates/fish/components/bitrix/system.auth.authorize/flat/images/close.svg") no-repeat center center;
    top: 25px;
    right: 30px;
}

.auth .popup-block .social-warn {
    font-size: 13px;
    line-height: 120%;
}
.auth .popup-block .social-warn a {
    display: inline-block;
    color: var(--prim-color);
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.checkbox__remember {
    margin: 10px 0 20px 0;
}

.auth .reg-new{
    padding-top: 24px;
    text-align: left;
    background: #fff;
    margin: 0px 0px 18px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.auth .reg-new .soc-avt{
    color: #888;
    font-size: 12px;
}
.auth .reg-new .title{
    font-size: 15px;
    font-weight: bold;
}
.auth .reg-new .bx-authform-social{
    margin: 14px 0px 0px;
}

@media (max-width: 767px){
    .auth .popup-block{
        padding: 20px 20px 40px 20px;
        border-radius: 0;
        top: 0 !important;
        bottom: 0;
    }
    .auth .popup-block .title{
        font-size: 24px;
        margin-top: 6x;
    }
    .auth .popup-block input[type=text],
    .auth .popup-block input[type=password]{
        height: 45px;
    }
    .auth .popup-block .btn__block{
        margin: 20px 0 20px 0;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    .auth .popup-block .btn__block a {
        margin-left: 0;
        margin-top: 15px;
    }
    .checkbox__remember {
        margin: 5px 0 15px 0;
    }
    .auth .popup-block .close{
        right: 20px;
    }
}




/* End */


/* Start:/local/templates/fish/components/bitrix/socserv.auth.form/flat1/style.css?17513725853310*/
.bx-authform-social-popup{
	display: none;
	background: #fff;
	width: auto;
	padding: 15px;
	font-size: 14px;
	white-space: nowrap;
}
.bx-auth-serv-icons{
	display: none;
}

.bx-authform-social-popup form{margin-bottom: 0;}

.bx-authform-social-popup input[type="text"] {
	display: inline-block;
	max-width: 150px;
	font-size: 18px;
	height: 30px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx-authform-social ul {
  	padding: 0;
	margin-bottom: 15px !important;
	display: flex;
	align-items: center;
}

.bx-authform-social ul li {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 44px;
}
.bx-authform-social ul li:not(:last-child) {
	margin-right: 15px;
}
.bx-authform-social ul li a{
    margin-left: 0;
}

.bx-authform-social ul li .bx-authform-social-icon {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(/local/templates/fish/components/bitrix/socserv.auth.form/flat1/images/sprite_new.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: none;
	/* border-radius: 50%; */
}
.popup-block .social-login__list{
	display: none !important;
}
div.bx-auth-lbl{
	margin-top: 8px;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
}
.bx-authform-social ul li .bx-authform-social-icon:hover{opacity: .9;}
.bx-authform-social ul li .bx-authform-social-icon.box {background-position: 0 0;}
.bx-authform-social ul li .bx-authform-social-icon.dropbox {background-position: -44px 0;}
.bx-authform-social ul li .bx-authform-social-icon.bitrix24 {background-position: -88px 0;}
.bx-authform-social ul li .bx-authform-social-icon.yandex {
	background-image: url("/local/templates/fish/components/bitrix/socserv.auth.form/flat1/../../../../img/social/yandex.svg");
}
.bx-authform-social ul li .bx-authform-social-icon.openid {background-position:-176px 0;}
.bx-authform-social ul li .bx-authform-social-icon.odnoklassniki {
	background-image: url("/local/templates/fish/components/bitrix/socserv.auth.form/flat1/../../../../img/social/odnoklassniki.svg");
}
.bx-authform-social ul li .bx-authform-social-icon.google {
	background-image: url("/local/templates/fish/components/bitrix/socserv.auth.form/flat1/../../../../img/social/google.svg");
}
.bx-authform-social ul li .bx-authform-social-icon.mailru2 {
	background-image: url("/local/templates/fish/components/bitrix/socserv.auth.form/flat1/../../../../img/social/mailru.svg");
}
.bx-authform-social ul li .bx-authform-social-icon.livejournal {background-position:-280px 0;}
.bx-authform-social ul li .bx-authform-social-icon.openid-mail-ru {background-position:-120px 0;}
.bx-authform-social ul li .bx-authform-social-icon.liveid {background-position:-484px 0;}
.bx-authform-social ul li .bx-authform-social-icon.liveinternet {background-position:-320px 0;}
.bx-authform-social ul li .bx-authform-social-icon.blogger {background-position:-572px 0;}
.bx-authform-social ul li .bx-authform-social-icon.vkontakte {
	background-image: url("/local/templates/fish/components/bitrix/socserv.auth.form/flat1/../../../../img/social/vkontakte.svg");
}
.bx-authform-social ul li .bx-authform-social-icon.twitter {
	background-image: url("/local/templates/fish/components/bitrix/socserv.auth.form/flat1/../../../../img/social/twitter.svg");
}
.bx-authform-social ul li .bx-authform-social-icon.facebook {
	background-image: url("/local/templates/fish/components/bitrix/socserv.auth.form/flat1/../../../../img/social/facebook.svg");
}
.bx-authform-social ul li .bx-authform-social-icon.google-plus {background-position:-200px 0;}
.bx-authform-social ul li .bx-authform-social-icon.office365 {background-position:-792px 0;}

/* End */
/* /local/templates/fish/components/bitrix/system.auth.authorize/flat/style.css?17513725853940 */
/* /local/templates/fish/components/bitrix/socserv.auth.form/flat1/style.css?17513725853310 */
