

/* Start:/local/templates/.default/XS/dev.css?175787896314988*/




#add{

}.flex{
     display: flex;
}
.flex.end{
     display: flex;
     justify-content: end;
}
.flex.center{
     display: flex;
     justify-content: center;
}
.flex.end .btnWrap{
     right: 40px;
     margin-top: 25px;
     margin-bottom: 25px;
}

.rugalka.w376{
     width: 376px;
}
.btnWrap .btn.gray{
     border-radius: 50px;
     cursor: pointer;
     font-size: 14px;
     font-weight: 500;
     height: 32px;
     line-height: 0;
     padding-top: 0;
     text-align: center;
     text-decoration: unset;
     border: 1px solid #A8AC9E;
     color: #A8AC9E;
     background-color: transparent;
     display: flex;
     justify-content: center;
     align-items: center;
     width: 216px;
}
.btnWrap .btn.gray:hover{
     color: white;
     border: 1px solid #00bd1c;
     background: #00bd1c;
}

/* .btnWrap .btn.gray{
     border-radius: 50px;
     cursor: pointer;
     display: inline-block;
     font-size: 14px;
     font-weight: 500;
     height: 44px;
     line-height: 14px;
     padding-top: 16px;
     text-align: center;
     width: 162px;
     text-decoration: unset;
     border: 1px solid #A8AC9E;
     color: #A8AC9E;
     background-color: transparent;
}
.btnWrap .btn.gray:hover{
     color: white;
     border: 1px solid #00bd1c;
     background: #00bd1c;
} */
.btnWrap .btn.red{
     border-radius: 50px;
     cursor: pointer;
     font-size: 14px;
     font-weight: 500;
     min-height: 44px;
     line-height: 14px;
     text-align: center;
     text-decoration: unset;
     background: #DB4437;
     border: 1px solid #F44336;
     color: #FFFFFF;
     width: 330px;
     display: flex;
     justify-content: center;
     align-items: center;
}
.btnWrap .btn.red:hover{
     color: #F44336;
     background: transparent;
}

.flex .fx6{
     max-width: 50%;
}

.dop_password{
     display: none;
}

.xs_User p{
     margin: 0 !important;
}
.xs_User .reg-data-block{
     height: unset;
     min-height: unset;
}


.input{
     display: flex;
     align-items: center;
     width: max-content;
}
.input .error{
   display: none;
}
.input.active .error{
     display: flex;
     align-items: center;
     position: absolute;
     left: calc(100% + 15px);
}
.input.active .error svg{
     display: block;
     margin-right: 15px;
}
.input.active .error p{
     font-weight: 400;
     font-size: 12px;
     line-height: 16px;
     color: #F44336;
     word-wrap: break-word;
     width: 200px;
     margin: 0;
}
.xs_User .rd-half-block-wrapper .rd-half-block{
     width: 100%;
}



.xs_Personal  p{
     margin: 0 ;
}
.xs_Personal .head{
     margin-left: 30px;
     margin-top: 18px;
     display: flex;
     align-items: center;
}
.xs_Personal .head .status p{
     font-weight: 400;
     font-size: 10px;
     line-height: 10px;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     color: #737963;
     max-width: 50px;
     text-align: center;
     width: 50px;
     margin-right: 15px;
}
.xs_Personal .head .worker p{
     font-weight: 400;
     font-size: 10px;
     line-height: 10px;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     color: #737963;
     width: 250px;
}

.xs_Personal .head .secure{
     display: flex;
     flex-direction: column;
     width: 340px;
}
.xs_Personal .head .secure > p{
     font-weight: 400;
     font-size: 10px;
     line-height: 10px;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     color: #737963;
     margin-bottom: 5px;
}
.xs_Personal .head .secure .secure_dop{
     display: flex;
     max-width: 400px;
}
.xs_Personal .head .secure .secure_dop .secure_dop_docs{
     padding: 7px;
     border-radius: 5px 5px 0px 0px;
     margin-right: 7px;
     width: 100px;
}
.xs_Personal .head .secure .secure_dop .secure_dop_docs p{
     font-weight: 400;
     font-size: 9px;
     line-height: 10px;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     color: #FFFFFF;
}
.xs_Personal .head .secure .secure_dop .secure_dop_docs.com{
     background: #FD8C24;
}
.xs_Personal .head .secure .secure_dop .secure_dop_docs.org{
     background: #556BF2;
     width: 120px;
}
.xs_Personal .head .secure .secure_dop .secure_dop_docs.teh{
     background: #3EBFF6;
}

.xs_Personal .content{
     margin-left: 20px;
     margin-right: 20px;
     background: #FFFFFF;
     box-shadow: 0px 2px 4px rgba(115, 121, 99, 0.3);
     border-radius: 5px;
     width: 100%;
     max-width: 815px;
}
.xs_Personal .content .list{
     display: flex;
     flex-direction: column;
}
.xs_Personal .content .list .item{
     padding: 25px 15px;
     display: flex;
     width: 100%;
}
.xs_Personal .content .list .item:not(:last-child){
     border-bottom: 1px solid rgba(115, 121, 99, 0.3);
}
.xs_Personal .content .list .item .icon{
     margin-right: 15px;
}
.xs_Personal .content .list .item .description{
     display: flex;
     flex-direction: column;
     width: 250px;
}
.xs_Personal .content .list .item .description .name{
     font-weight: 400;
     font-size: 12px;
     line-height: 16px;
     display: flex;
     align-items: center;
     color: #000000;
     margin-bottom: 5px;
}
.xs_Personal .content .list .item .description .post{
     font-weight: 400;
     font-size: 12px;
     line-height: 16px;
     display: flex;
     align-items: center;
     color: #333333;
     margin-bottom: 12px;
}
.xs_Personal .content .list .item .description .mail{
     display: flex;
     align-items: center;
     margin-bottom: 12px;
}
.xs_Personal .content .list .item .description .mail p{
     font-weight: 400;
     font-size: 10px;
     line-height: 15px;
     color: #676767;
     margin-right: 15px;
}
.xs_Personal .content .list .item .description .mail svg{
     cursor: pointer;
}
.xs_Personal .content .list .item .description .category{
     font-weight: 500;
     font-size: 12px;
     line-height: 14px;
     color: #484848;
}
.xs_Personal .content .list .item .secure{
     display: flex;
     /* width: 340px; */
     margin-left: 2px;
} 
.xs_Personal .content .list .item .secure .secure_dop_docs{
     width: 100px;
     justify-content: center;
     display: flex;
}
.xs_Personal .content .list .item .secure .secure_dop_docs:nth-child(2){
     width: 120px;
}
.xs_Personal .content .list .item .secure .secure_dop_docs:not(:last-child){
     margin-right: 7px;
}
.xs_Personal .content .list .item .secure .secure_dop_docs{
     pointer-events: none;
}
.xs_Personal .content .list .item .secure .secure_dop_docs .half-block-check-r{
     margin: 0;
     padding: 0;
}
.xs_Personal .content .list .item .secure .secure_dop_docs .for-checkbox-line{
     margin: 0;
}
.xs_Personal .content .list .item .end{
     margin-right: 47px;
     margin-left: auto;
     display: flex;
}
.xs_Personal .content .list .item .end div{
     cursor: pointer;
}
.xs_Personal .content .list .item .end div:not(:last-child){
     margin-right: 15px;
}
.xs_Personal .content .list .item .end div:hover svg path{
     stroke: #00BD1C;
}
.xs_Personal .content .list .item.locks .description div,
.xs_Personal .content .list .item.locks .description div p{
     color: #A8AC9E;
}

.work_detail.add{
     display: none;
}
.work_detail{
     width: 100%;
     max-width: 815px;
     padding: 20px 10px;
     background: #ECEDE9;
     box-shadow: 0px 0px 2px #00BD1C;
     margin-left: 20px;
}
.work_detail .xs_add{
     display: flex;
}
.work_detail .xs_add .left{
     display: flex;
     flex-direction: column;
     /* max-width: 350px; */
     max-width: 280px;
     width: 100%;
}
.work_detail .xs_add .left .field{
     margin-bottom: 10px;
}
.work_detail .xs_add .left .field:last-child{
     margin-bottom: 20px;
}
.work_detail .xs_add .left .field input{
     background: #FFFFFF;
     border: 1px solid #CACEC2;
     border-radius: 4px;
     width: 280px;
     height: 25px;
     padding: 6px;

     /* font-size: 12px;
     line-height: 16px;
     display: flex;
     align-items: center;
     color: #737963; */
     font-family: 'Rubik';
     font-size: 12px;
     font-weight: 500;
     color: #000;
     min-height: 36px;

}
.work_detail .xs_add .left .field input::placeholder{
     font-family: 'Rubik';
     font-size: 12px;
     font-weight: 500;
     color: #000;
     min-height: 36px;
     opacity: 0.5;
}
.work_detail .xs_add .left .radio-title{
     font-weight: 400;
     font-size: 10px;
     line-height: 15px;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     color: #000000;
     margin-left: 10px;
     margin-bottom: 7px;
}
.work_detail .xs_add .left .relative{
     position: relative;
     height: 54px;
     width: 100%;
}
.work_detail .xs_add .left .radio-select{
     /* position: relative; */
     margin-bottom: 15px;
}

.work_detail .xs_add .right{
     margin-left: 35px;
     width: calc(100% - 350px);
     position: relative;
}
.work_detail .xs_add .right .secure{
     width: 334px;
     display: flex;
}
.work_detail .xs_add .right .secure .secure_dop_docs{
     width: 100px;
     justify-content: center;
     display: flex;
}
.work_detail .xs_add .right .secure .secure_dop_docs:nth-child(2){
     width: 120px;
}
.work_detail .xs_add .right .secure .secure_dop_docs:not(:last-child){
     margin-right: 7px;
}
.work_detail .xs_add .right .secure .secure_dop_docs .for-checkbox-line{
     margin: 0;
}
.work_detail .xs_add .right .secure .secure_dop_docs .half-block-check-r{
     padding: 6px;
}
.work_detail .xs_add .right .end{
     position: absolute;
     top: 5px;
     right: 17px;
     display: flex;
     align-items: center;
     justify-content: center;
}
.work_detail .xs_add .right .end > div{
     cursor: pointer;
}
.work_detail .xs_add .right .end > div:hover svg path{
     stroke: #00BD1C;
}
.work_detail .xs_add .right .end > div:not(:last-child){
     margin-right: 15px;
}
.work_detail .xs_add .right .add-del{
     position: absolute;
     top: 5px;
     right: 0;
     cursor: pointer;
}
.work_detail .xs_add .right .add-del:hover svg path{
     stroke: #00BD1C;
}
.work_detail .xs_add .right .btnWrap{
     position: absolute;
     bottom: 25px;
     right: 0;
}


.work_detail.update .xs_add .left .radio-select{
     display: flex;
     flex-wrap: wrap;
}
.work_detail.update{
     margin: 0;
     display: none;
}





























.xs_Personal .content .list .item input[type='checkbox']{ height: 0; width: 0;}

.xs_Personal .content .list .item input[type='checkbox'] + label{
  position: relative;
  display: flex;
  margin: .6em 0;
  align-items: center;
  transition: color 250ms cubic-bezier(.4,.0,.23,1);
}

.xs_Personal .content .list .item input[type='checkbox'] + label > span{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  width: 1em;
  height: 1em;
  background: #ECEDE9;
  border: 1px solid #868686;
  border-radius: 4px;
  cursor: pointer;  
  transition: all 250ms cubic-bezier(.4,.0,.23,1);
}


.xs_Personal .content .list .item input[type='checkbox'] + label:hover > span, input[type='checkbox']:focus + label > span{
  background: #ECEDE9;
}
.xs_Personal .content .list .item input[type='checkbox']:checked + label > span{
  border: 1px solid green;
  animation: shrink-bounce 200ms cubic-bezier(.4,.0,.23,1);
}
.xs_Personal .content .list .item input[type='checkbox']:checked + label > span:before{
  content: "";
  position: absolute;
  top: .6em;
  rigth: -1px;
  border-right: 1px solid green;
  border-bottom: 1px solid green;
  
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checkbox-check 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
}

@keyframes shrink-bounce{
  0%{
    transform: scale(1);
  }
  33%{    
    transform: scale(.85);
  }
  100%{
    transform: scale(1);    
  }
}
@keyframes checkbox-check{
  0%{
    width: 0;
    height: 0;
    border-color: green;
    transform: translate3d(0,0,0) rotate(45deg);
  }
  33%{
    width: .2em;
    height: 0;
    transform: translate3d(0,0,0) rotate(45deg);
  }
  100%{    
    width: .2em;
    height: .5em;    
    border-color: green;
    transform: translate3d(0,-.5em,0) rotate(45deg);
  }
}

.XS_regdata .flex{
     margin-top: 20px;
     display: flex;
     justify-content: start;
}
.XS_regdata .flex .reg-data-block{
     max-width: 300px;
}
.XS_regdata .half-block.center{
     height: auto;
}

.w100{
     width: 100% !important;
}

.xs_Personal .half-block-check-r input[type="radio"].checked + label::before{
     background: url(/static/media/checked.f25491f9e08f541e79be.svg) no-repeat 50%;
     background-size: auto;
   background-size: contain;
   content: "";
   height: 21px;
   left: 0;
   position: absolute;
   top: -5px;
   width: 21px;
}


   
   /* KEYFRAMES */
   @keyframes tooltips-vert {
     to {
       opacity: .9;
       transform: translate(-50%, 0);
     }
   }
   
   @keyframes tooltips-horz {
     to {
       opacity: .9;
       transform: translate(0, -50%);
     }
   }
   
   /* FX All The Things */ 
   [tooltip]:not([flow]):hover::before,
   [tooltip]:not([flow]):hover::after,
   [tooltip][flow^="up"]:hover::before,
   [tooltip][flow^="up"]:hover::after,
   [tooltip][flow^="down"]:hover::before,
   [tooltip][flow^="down"]:hover::after {
     animation: tooltips-vert 300ms ease-out forwards;
   }
   
   [tooltip][flow^="left"]:hover::before,
   [tooltip][flow^="left"]:hover::after,
   [tooltip][flow^="right"]:hover::before,
   [tooltip][flow^="right"]:hover::after {
     animation: tooltips-horz 300ms ease-out forwards;
   }
   


.XS_register .error{
     color: red;
     margin-bottom: 5px;
}
.XS_register .success{
     color: green;
     margin-bottom: 5px;
}
.XS_register .errorMessage{
     display: none;
     position: absolute;
     top: 50%;
     left: 100%;
     transform: translate(25px, -50%);
     width: 100%;
}
.XS_register .errorMessage.active{
     display: flex;
}
.XS_register .errorMessage svg{
     display: block;
     margin-right: 8px;
}
.XS_register .errorMessage span{
     font-weight: 400;
     font-size: 12px;
     line-height: 16px;
     color: #F44336;
}
.XS_register input{
     margin: 0 !important;
}



.XS_confirm .error{
     color: red;
     margin-bottom: 5px;
}
.XS_confirm .success{
     color: green;
     margin-bottom: 5px;
}
.XS_confirm .errorMessage{
     display: none;
     position: absolute;
     top: 50%;
     left: 100%;
     transform: translate(25px, -50%);
     width: 100%;
}
.XS_confirm .errorMessage.active{
     display: flex;
}
.XS_confirm .errorMessage svg{
     display: block;
     margin-right: 8px;
}
.XS_confirm .errorMessage span{
     font-weight: 400;
     font-size: 12px;
     line-height: 16px;
     color: #F44336;
}
.XS_confirm input{
     margin: 0 !important;
}



#add{
     margin-left: 20px;
}
.white-form-input input{
     font-family: 'Rubik';
     font-size: 12px;
     font-weight: 500;
     color: #000 !important;
     min-height: 36px;
}


#error_add{
     margin-top: 40px;
     font-family: 'Rubik';
     font-size: 14px;
     font-weight: 500;
     color: red;
     min-height: 36px;
}
/* End */


/* Start:/local/components/Maxitop/ezavr.webform/templates/.default/style.css?17578789636991*/
.feedback .feedbackForm {
    padding: 40px 60px 20px 60px;
    max-width: 500px;
    min-width: 500px;
}
@media(max-width: 500px) {
	.feedback .feedbackForm {
		max-width: 90vw;
  		min-width: 90vw;
		padding: 40px 20px 20px 20px;
	}
}
.feedback .feedbackForm, .feedback .feedbackForm * {
    box-sizing: border-box;
}
.feedback .feedbackForm .spinner {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    transform: scale(0.5);
}
.feedback .feedbackForm .logo {
    height: auto;
    float: unset;
    margin-bottom: 16px;
}
.feedback .feedbackForm .logo .imgWrap {
    line-height: 0;
}
.feedback .feedbackForm .logo .text p {
    font-weight: 500;
    color: #676767;
    font-size: 16px;
    margin: 0;
}
.feedback .feedbackForm .title {
    margin-bottom: 16px;
}
.feedback .feedbackForm .title p {
	margin: 0;
  	font-size: 24px;
  	font-weight: 500;
  	line-height: 16px;
}
.feedback .feedbackForm .formRow {
    position: relative;
    margin-bottom: 16px;
}
.feedback .feedbackForm .formRow.disabled {
    pointer-events: none;
}
.feedback .feedbackForm .formRow.double {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feedback .feedbackForm .formRow.double .column {
    width: calc(50% - 9px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.feedback .feedbackForm .formRow.double .column .btn {
    width: 100%;
}
.feedback .feedbackForm .formRow input {
    font-size: 14px;
    font-weight: 600;
    padding: 0 32px;
    height: 48px;
    border: 2px solid #A8AC9E;
    border-radius: 50px;
    margin: 0;
	color: #333333;
	font-family: 'Rubik';
    width: 100%;
}
.feedback .feedbackForm .formRow input::placeholder {
	color: #CACEC2;
	font-weight: 500;
}
.feedback .feedbackForm .formRow input:focus {
	border-color: #676767;
}
.feedback .feedbackForm .formRow input.readonly {
    background: #ECEDE9;
    pointer-events: none;
}
.feedback .feedbackForm .formRow input.error {
    border-color: #F44336;
}
.feedback .feedbackForm .formRow textarea {
    font-size: 14px;
    font-weight: 600;
    padding: 20px 30px;
    height: 48px;
    border: 2px solid #A8AC9E;
    border-radius: 25px;
    margin: 0;
    width: 100%;
    resize: none;
    height: 120px;
    outline: none;
	color: #333333;
	font-family: 'Rubik';
}
.feedback .feedbackForm .formRow textarea::placeholder {
	color: #CACEC2;
	font-weight: 500;
}
.feedback .feedbackForm .formRow textarea:focus {
	border-color: #676767;
}
.feedback .feedbackForm .formRow .text {
    width: 100%;
    text-align: left;
    padding: 0 14px;
}
.feedback .feedbackForm .formRow .text.center {
    text-align: center;
}
.feedback .feedbackForm .formRow .text p {
    font-weight: 400;
    color: #A8AC9E;
    font-size: 12px;
    margin: 0;
}
.feedback .feedbackForm .formRow .text a {
    font-size: 12px;
    font-weight: 600;
    color: #333;
}
.feedback .feedbackForm .formRow .text.error {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 15px;
}
.feedback .feedbackForm .formRow .text.error .imgWrap {
    display: flex;
}
.feedback .feedbackForm .formRow .text.error .text {
    padding: 0;
    margin-left: 10px;
}
.feedback .feedbackForm .formRow .text.error .text p {
    color: #F44336;
    line-height: 1.2;
}
.feedback .feedbackForm .formRow .text.counter {
    position: absolute;
    top: 90px;
    right: 10px;
    width: auto;
}
.feedback .feedbackForm .formRow .text.counter p {
    font-size: 10px;
    font-weight: 400;
    color: #CACEC2;
}
.feedback .feedbackForm .formRow .text.counter p.error {
	color: #DB4437;
}
.feedback .feedbackForm .formRow .verificationSuccess {
    display: flex;
    justify-content: center;
    align-items: center;
}
.feedback .feedbackForm .formRow .verificationSuccess .imgWrap {
    display: flex;
}
.feedback .feedbackForm .formRow .verificationSuccess .text {
    padding: 0;
    margin-left: 5px;
}
.feedback .feedbackForm .formRow .verificationSuccess .text p {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.feedback .feedbackForm .formRow .captcha {
    filter: grayscale(1);
}
.feedback .feedbackForm .formRow .captcha img {
    width: 180px;
    height: auto;
}
.feedback .feedbackForm .formRow .checkboxWrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}
.feedback .feedbackForm .formRow .checkboxWrap .checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #CACEC2;
    border-radius: 4px;
    position: relative;
}
.feedback .feedbackForm .formRow .checkboxWrap .checkbox.error {
    border-color: #F44336;
}
.feedback .feedbackForm .formRow .checkboxWrap .checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.feedback .feedbackForm .formRow .checkboxWrap .checkbox label {
    border-left: 2px solid #00BD1C;
    border-bottom: 2px solid #00BD1C;
    position: absolute;
    top: 15%;
    left: 12%;
    width: 80%;
    height: 50%;
    z-index: 1;
    display: none;
    transform: rotate(-55deg);
}
.feedback .feedbackForm .formRow .checkboxWrap .checkbox input:checked + label {
    display: block;
}
.feedback .feedbackForm .formRow .checkboxWrap .checkboxText {
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
}
.feedback .feedbackForm .formRow .checkboxWrap .checkboxText a {
    font-weight: 600;
    color: #00BD1C;
    text-decoration: underline;
}

.feedback .feedbackForm .btn {
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    height: 54px;
    border: 2px solid #868686;
    border-radius: 50px;
    display: flex;
    background: #868686;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #FFF;
    transition: 0.3s;
}
.feedback .feedbackForm .btn.disabled {
    pointer-events: none;
}
.feedback .feedbackForm .btn:hover {
    border-color: #00BD1C;
    background: #00BD1C;
}
.feedback .feedbackForm .btn.transparent {
    background: #FFFFFF;
}
.feedback .feedbackForm .btn.white {
    background: #EAEAE8;
    box-shadow: 0px 2px 0px rgba(149, 154, 137, 0.5);
    border-radius: 50px;
    color: #686868;
    border: none;
}
.feedback .feedbackForm .btn.white:hover {
    background: #00BD1C;
    color: #FFFFFF;
}
.feedback .feedbackForm .btn .spinner {
    transform: scale(0.4);
}
.feedback .successWrap {
    width: 550px;
    box-shadow: 0 0 2px #d7d7d7;
    border-radius: 4px;
    padding: 50px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
@media(max-width: 600px) {
	.feedback .successWrap {
		max-width: 90vw;
  		min-width: 90vw;
		padding: 50px 10px;
	}
}
.feedback .successWrap .title p {
    font-weight: 500;
    font-size: 24px;
    margin: 0;
    max-width: 300px;
    line-height: 1.3;
}
.feedback .successWrap .text p {
    font-size: 14px;
    font-weight: 400;
    color: #A8AC9E;
    margin: 0;
    line-height: 1.1;
}
/* End */


/* Start:/local/templates/energo-white/template_styles.css?17578789632041*/
html, body
{
	margin: 0;
	padding: 0;
	height:100%;
}

/*Font*/
body
{
	font-size: 90%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #141e14;
	background: #c6e3cb;
}

#outer
{
	border: none;
	border-spacing: 0;
	height: 100%;
	width: 100%;
}


#header-row {
	vertical-align: top;
}

.header
{
	height:80px;
	width:100%;
	background:#1e3d24;
	color:#fff;
	clear:both;
display:block;
}

.logo{
height:100%;
width:auto;
float:left;
}



.persona{
color:#fff;
width:25%;
float:right;
}
.persona span{
font-size:120%;
}
.persona a{
color:#8fdcb2;
}



#toolbar
{
	width:100%;
}




#toolbar td
{
	padding:0;
}

#toolbar_icons
{
	height:38px;
	width:282px;
	background:#c7ceda url(/local/templates/energo-white/images/vdots_toolbar.gif) right repeat-y;
}

#toolbar_title
{
	background-color:#eaecf1;
}

#container
{
	width:100%;
	position:relative;
	min-height:16px;
}

#title
{
	float:left;
	width:85%;
	padding:0 0 0 16px;
	font-size: 14px;
	font-weight: bold;
}


#complete
{
	position:absolute;
	right:16px;
	top:0;
	bottom:0;

}

#workarea-row
{
	height: 100%;
	padding: 0;
	text-align: left;
	vertical-align: top;
}


#workarea
{
display:inline-block;
width:100%;
	height:100%;
clear:both;
}

/*Work area table*/


/*Left data cell*/
#workarea-row table.learn-work-table td.learn-left-data
{
	vertical-align:top;
	width:265px;
	padding:12px 8px;
}

/*Right data cell*/
#workarea-row table.learn-work-table td.learn-right-data
{
	vertical-align:top;
	padding:12px 16px;
	height: 100%;
}

#footer {
	height: 0;
}

/*Min-width for left cell*/
div.learn-course-tree
{
	width:265px;
}

#copyright
{
	padding:10px 0 5px 10px;
	color:#616161;
	border-top:1px solid #CCC;
	background-color:#eaecf1;
}

a
{
	color:#1952D3;
}

.errortext
{
	color:red;
	font-weight:bold;
}

.energo-copyright
{
	background-color: #1e3d24;
	border-top: 1px solid #CCCCCC;
	color: #fff;
	height: 50px;
	padding: 9px 0 0 300px;

}
.left-menu li{
display:inline-block;
}
.product-item,
.product-item:hover{
display:inline-block;
//width:100px;
//height:300px;
border:1px solid green;
}
/* End */


/* Start:/local/templates/energo-white/css/style_white.css?175787896311632*/
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Light'), local('Rubik-Light'), url('/local/templates/energo-white/css/../fonts/Rubiklight.woff2') format('woff2'), url('/local/templates/energo-white/css/../fonts/Rubiklight.woff') format('woff'), url('/local/templates/energo-white/css/../fonts/Rubiklight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Light Italic'), local('Rubik-LightItalic'), url('/local/templates/energo-white/css/../fonts/Rubiklightitalic.woff2') format('woff2'), url('/local/templates/energo-white/css/../fonts/Rubiklightitalic.woff') format('woff'), url('/local/templates/energo-white/css/../fonts/Rubiklightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik'), local('Rubik-Regular'), url('/local/templates/energo-white/css/../fonts/Rubik.woff2') format('woff2'), url('/local/templates/energo-white/css/../fonts/Rubik.woff') format('woff'), url('/local/templates/energo-white/css/../fonts/Rubik.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Italic'), local('Rubik-Italic'), url('/local/templates/energo-white/css/../fonts/Rubikitalic.woff2') format('woff2'), url('/local/templates/energo-white/css/../fonts/Rubikitalic.woff') format('woff'), url('/local/templates/energo-white/css/../fonts/Rubikitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Medium'), local('Rubik-Medium'), url('/local/templates/energo-white/css/../fonts/Rubikmedium.woff2') format('woff2'), url('/local/templates/energo-white/css/../fonts/Rubikmedium.woff') format('woff'), url('/local/templates/energo-white/css/../fonts/Rubikmedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Medium Italic'), local('Rubik-MediumItalic'), url('/local/templates/energo-white/css/../fonts/Rubikmediumitalic.woff2') format('woff2'), url('/local/templates/energo-white/css/../fonts/Rubikmediumitalic.woff') format('woff'), url('/local/templates/energo-white/css/../fonts/Rubikmediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Bold'), local('Rubik-Bold'), url('/local/templates/energo-white/css/../fonts/Rubikbold.woff2') format('woff2'), url('/local/templates/energo-white/css/../fonts/Rubikbold.woff') format('woff'), url('/local/templates/energo-white/css/../fonts/Rubikbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Bold Italic'), local('Rubik-BoldItalic'), url('/local/templates/energo-white/css/../fonts/Rubikbolditalic.woff2') format('woff2'), url('/local/templates/energo-white/css/../fonts/Rubikbolditalic.woff') format('woff'), url('/local/templates/energo-white/css/../fonts/Rubikbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Black'), local('Rubik-Black'), url('/local/templates/energo-white/css/../fonts/Rubikblack.woff2') format('woff2'), url('/local/templates/energo-white/css/../fonts/Rubikblack.woff') format('woff'), url('/local/templates/energo-white/css/../fonts/Rubikblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Black Italic'), local('Rubik-BlackItalic'), url('/local/templates/energo-white/css/../fonts/Rubikblackitalic.woff2') format('woff2'), url('/local/templates/energo-white/css/../fonts/Rubikblackitalic.woff') format('woff'), url('/local/templates/energo-white/css/../fonts/Rubikblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
body{
background:#fff;
width:100%;
text-align:center;
font-family: 'Rubik';
}

input{
outline:none;
}

::-webkit-input-placeholder, { /* Edge */
font-size: 14px;
opacity:1;
color: #737963;
font-family: 'Rubik';
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
font-size: 14px;
opacity:1;
color: #737963;
font-family: 'Rubik';
}

::placeholder {
font-size: 14px;
opacity:1;
color: #737963;
font-family: 'Rubik';
}

#workarea{
width:auto;
}

.wrapper-white{
position:absolute;
text-align:center;
width:100%;
background:#fff;
}
.logo-image-white{
box-sizing: border-box;
margin:140px auto 68px auto;
background:url(/local/templates/energo-white/css/../images/logo.svg) no-repeat center top;
width: 308px;
height: 180px;
padding-top:170px;
text-align: center;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-align: center;
letter-spacing: 0.005em;
color: #676767;
}
.logo-image-white, .logo-image-white:hover{
text-decoration:none;
color: #676767;
font-weight: 500;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.005em;
}
.logo-link, .logo-link:hover{
text-decoration:none;
}
.bx-authform {
    text-align: center;
    width: 500px;
//    margin: 20px;
    background: #fff;
    border: none;
 
}

.white-bx-auth{
width:500px;
}

h3.bx-title, .white-form-header{
  font-weight: 500;
font-size: 24px;
line-height: 16px;
color: #000;
//margin-bottom:35px;
}
.white-submit-button{
width: 381px;
height: 48px;
background: #EAEAE8;
border:0px;
box-shadow: 0px 2px 0px rgba(149, 154, 137, 0.5);
border-radius: 50px;
box-sizing: border-box;
margin-top: 14px;
font-weight: 500;
font-size: 14px;
line-height: 16px;
text-align: center;
color: #959A89;
}
.white-submit-button.auth{
padding:0px !important;
}
.white-form-input{
display:inline-block;
position:relative;
margin-bottom:13px;
overflow:visible;
}

.white-form-input input{
width: 381px;
height: 48px;
border: 2px solid #CACEC2;
box-sizing: border-box;
border-radius: 50px;
padding-left: 35px;
}

.white-form-input::after{
display:none;
background:url(/local/templates/energo-white/css/../images/warning.svg) no-repeat ;
content:'текст';
position:absolute;
left:100%;
top:0px;
margin:14px auto auto 16px;
width:300px;
height: 15px;
font-weight: normal;
font-size: 12px;
line-height: 16px;
padding-left:25px;
text-align:left;
color:#E75454;
}
.white-form-input.redalert input{
border: 2px solid #E75454;
}
.white-form-input.redalert::after{
display:inline-block;
}
.white-form-input.empty input,
.white-form-input.length3 input,
.white-form-input.length6 input, 
.white-form-input.badmail input,
.white-form-input.badpass input,
.white-form-input.captcha input,
.white-form-input.badlogin input,
.white-form-input.oldmail input,
.white-form-input.badprof input{
border: 2px solid #E75454;
display:inline-block;
}

.white-form-input.empty::after{
display:inline-block;
content:'Заполните поле';
}
.white-form-input.length3::after{
display:inline-block;
content:'Логин должен быть не менее 3 символов';
}
.white-form-input.length6::after{
display:inline-block;
content:'Пароль должен быть не менее 6 символов';
}
.white-form-input.badmail::after{
display:inline-block;
content:'Некорректный e-mail';
}
.white-form-input.badpass::after{
display:inline-block;
content:'Пароли не совпадают';
}
.white-form-input.captcha::after{
display:inline-block;
content:'Неверно введено слово с картинки';
}
.white-form-input.badlogin::after{
display:inline-block;
//content:'Пользователь с таким логином уже существует';
content:'Неправильный логин или пароль';
}
.white-form-input.badloginonly::after{
display:inline-block;
content:'Неправильный логин или пароль';
}

.white-form-input.oldmail::after{
display:inline-block;
content:'Пользователь с таким e-mail уже существует';
}
.white-form-input.badprof::after{
display:inline-block;
content:'Пользователя с такими данными нет';
}


.white-link-container,.white-link-container a{
margin-top:26px;
font-weight: 500;
font-size: 11px;
line-height: 0px;
text-decoration: underline;
color: #00BD1C;
}

.white-submit-button:hover{
color: #fff;
background: #00BD1C;
box-shadow:none;
}
.white-submit-button.dark{
color: #fff;
background:#00A719;
box-shadow:none;
}
.white-submit-button.red{
border: 2px solid #E75454;
box-sizing: border-box;
border-radius: 50px;
}

.reg-will-sent{
font-weight: normal;
font-size: 14px;
line-height: 16px;
color: #676767;
border-radius: 5px;
margin-top:7px;
}
.reg-will-sent.minus{
margin-top:-7px;
}

.button-hidden{
display:none;
}
.captcha-im{
margin:37px auto 4px auto;
}
.captcha-im.forget{
margin:26px auto 4px auto;
}

.for-user-mess{
  margin:14px auto 0px auto;
  text-align: left;
    line-height: 12px;
}
/*Стилизованный чекбокс*/
.for-input input
{
    position: absolute;
    left: -10000px;
}
.for-input label{
    display: inline-block;
    position: relative;
    cursor: pointer;
margin:-2px 10px auto auto;
//border: 2px solid #CACEC2;
width:21px; 
height:21px;
float:left;
background: url(/local/templates/energo-white/css/../images/nchecked.svg) no-repeat center;
     background-size: contain;

}

.for-input label.checked{
background: url(/local/templates/energo-white/css/../images/checked.svg) no-repeat center;
background-size: contain;
}

.user-mess{
font-weight: normal;
font-size: 14px;
line-height: 16px;
text-align: center;
color: #000000;
border-radius: 5px;
}
#for_err{
width:500px;
position:relative;
text-align:center;
}

#for_err p{
display:block;
}

.errortext::before{
//content:'';
left:0px;
top:0px;
position:absolute;
width:20px;
height:20px;
display:block;
border:1px solid red;
l
}

.rug-for{
display: none;
width: 100%;
height: 2000px;
position: absolute;
z-index: 1000;
left: 0;
top: 0;
}
.rug-wrapper{
  display: none;
  width: 100%;
  height: 100%;
  background: #ccc;
  z-index: 10000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
}

.rugalka{
display: none;
  position: fixed;
  top: 200px;
  left: 50%;
  margin-left: -167px;
  width: 333px;
  height: auto
  text-align: center;
  z-index: 20000;
  background: #FAFAFA;
box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.3), 0px 15px 12px rgba(0, 0, 0, 0.22);
border-radius: 10px;
font-size: 14px;
line-height: 20px;
color:#676767;
}
.rug-wrapper.show,.rugalka.show{
 display: block;
}
.rug-for.show{
display: inline-block;
}
.rug-text{
  padding: 41px 0 39px 0;
  width:70%;
  height:auto;
  color: #000;
  font-weight: 500;
font-size: 14px;
}
.rug-yes,.rug-no{
  text-align: center;
  width:162px;
  height:44px;
  padding-top:16px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: #00BD1C;
}
.rug-yes:hover{
  background: #00A719;
}
.rug-no{
  margin-right: 8px;
    color: #737963;
    background:#EAEAE8;
}
.rug-no:hover{
  background:#CACEC2;
}

.rug-close{
  display: block;
  position: absolute;
  top:14px;
  left: 100%;
  margin-left: -24px;
  width: 10px;
  height: 10px;
background:url(/local/templates/energo-white/css/../images/close.svg) no-repeat ;
cursor: pointer;
z-index: 30000;
border-radius: 1px solid red;
}
.user-consent-ask{
font-weight: normal;
font-size: 14px;
line-height: 16px;
text-align: center;
color: #000000;
border-radius: 5px;
}

#show_consent{
font-weight: normal;
text-decoration:underline;
color:#00BD1C;
cursor:pointer;
}
/*Для Регистрации*/

/*Согласие*/

#consent-wrapper-body{
//display:none;
width:100%;
height:100%;
z-index:0;
position:absolute;
left:0;
top:0;
background:#fff;
text-align:center;
}
#consent-wrapper-body.shown{
height:100%;
}
#consent-wrapper{
position:relative;
box-sizing: border-box;
width: 784px;
max-width:100%;
height: 406px;
text-align: left;
margin: 88px auto;
background: #FAFAFA;
box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.3), 0px 15px 12px rgba(0, 0, 0, 0.22);
border-radius: 10px;
padding:24px;
font-size: 14px;
line-height: 20px;
}
#consent-wrapper h1{
font-size: 14px;
line-height: 20px;
font-weight:bold;
}
.scroll-pane{
	width: 740px;
//width:94%;
	height: 264px;
	overflow: auto;
}
.scroll-pane .consent-text{
	width: 680px;
//	width: 86%;
	//height: 250px;

}
#consent-wrapper .rug-yes{
background:none;
  border-top:1px solid #CACEC2;
padding-top:21px;
margin-top:22px;
}
#consent-wrapper .rug-close{
margin-top:24px;
margin-left:-40px;
}
///Конец согласия

@media all and (max-width: 767px) {
//#consent-wrapper{
//width:500px;
//}
//.scroll-pane{
//width:470px !important;
//}
//.scroll-pane .consent-text{
//width: 430px !important;
//}
}
/* End */


/* Start:/local/templates/energo-white/css/styleloader.css?17578789632519*/
#preloader {
   position: fixed;
   z-index: 10000;
   left: 0;
   right: 0;
   top: 0;    
   bottom: 0;
   background: #ffffff; 
   display:none;  
}


.spinner {
   position: absolute;
   left: 50%;
   top: 45%;
   margin:-50px 0 0 -50px;
   width: 100px;
   height:100px;
}

.spinner div{
	width: 4px;
	height: 20px;
	background: #00BD1C;
	position: absolute;
	top: 35px;
	left: 45px;
	opacity:0.08;

	-webkit-animation: fadeit 1.21s linear infinite;
	animation: fadeit 1.21s linear infinite;
}
.spinner div:nth-child(1){
	-webkit-transform: rotate(0deg) translate(0, -20px);
	transform: rotate(0deg) translate(0, -20px);

	-webkit-animation-delay:0.33s;
	animation-delay:0.33s;
}
.spinner div:nth-child(2){
	-webkit-transform: rotate(36deg) translate(0, -20px);
	transform: rotate(36deg) translate(0, -20px);

	-webkit-animation-delay:0.45s;
	animation-delay:0.45s;
}
.spinner div:nth-child(3){
	-webkit-transform: rotate(72deg) translate(0, -20px);
	transform: rotate(72deg) translate(0, -20px);

	-webkit-animation-delay:0.57s;
	animation-delay:0.57s;
}
.spinner div:nth-child(4){
	-webkit-transform: rotate(108deg) translate(0, -20px);
	transform: rotate(108deg) translate(0, -20px);

	-webkit-animation-delay:0.69s;
	animation-delay:0.69s;
}
.spinner div:nth-child(5){
	-webkit-transform: rotate(144deg) translate(0, -20px);
	transform: rotate(144deg) translate(0, -20px);

	-webkit-animation-delay:0.81s;
	animation-delay:0.81s;
}
.spinner div:nth-child(6){
	-webkit-transform: rotate(180deg) translate(0, -20px);
	transform: rotate(180deg) translate(0, -20px);

	-webkit-animation-delay:0.93s;
	animation-delay:0.93s;
}
.spinner div:nth-child(7){
	-webkit-transform: rotate(216deg) translate(0, -20px);
	transform: rotate(216deg) translate(0, -20px);

	-webkit-animation-delay:1.05s;
	animation-delay:1.05s;
}
.spinner div:nth-child(8){
	-webkit-transform: rotate(252deg) translate(0, -20px);
	transform: rotate(252deg) translate(0, -20px);

	-webkit-animation-delay:1.17s;
	animation-delay:1.17s;
}
.spinner div:nth-child(9){
	-webkit-transform: rotate(288deg) translate(0, -20px);
	transform: rotate(288deg) translate(0, -20px);

	-webkit-animation-delay:1.29s;
	animation-delay:1.29s;
}
.spinner div:nth-child(10){
	-webkit-transform: rotate(324deg) translate(0, -20px);
	transform: rotate(324deg) translate(0, -20px);

	-webkit-animation-delay:1.41s;
	animation-delay:1.41s;
}
@-webkit-keyframes fadeit{
	0%{ opacity:0.8; }
	100%{ opacity:0;}
}
@keyframes fadeit{
	0%{ opacity:0.8; }
	100%{ opacity:0;}
}
/* End */


/* Start:/local/templates/.default/css/style.css?17578789631025*/
.modal {
    display: none;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: rgb(215, 215, 215) 0px 0px 2px;
}
.notifyPopup .successWrap {
    width: 550px;
    box-shadow: 0 0 2px #d7d7d7;
    border-radius: 4px;
    padding: 30px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.notifyPopup .successWrap .logo {
    height: auto;
    float: unset;
    margin-bottom: 30px;
}
.notifyPopup .successWrap .title {
    margin-bottom: 30px;
}
.notifyPopup .successWrap .title p {
    font-weight: 500;
    font-size: 24px;
    margin: 0;
    max-width: 300px;
    line-height: 1.3;
}
.notifyPopup .successWrap .text p {
    font-size: 14px;
    font-weight: 400;
    color: #A8AC9E;
    margin: 0;
    line-height: 1.1;
}
.zWebModalOverlay .zWebModalOverlayBody .zWebModalCross div {
    display: block;
	background: #737963;
}
.zWebModalOverlay .zWebModalOverlayBody .zWebModalCross {
    top: 5px;
    right: 5px;
	transform: scale(60%);
}
/* End */
/* /local/templates/.default/XS/dev.css?175787896314988 */
/* /local/components/Maxitop/ezavr.webform/templates/.default/style.css?17578789636991 */
/* /local/templates/energo-white/template_styles.css?17578789632041 */
/* /local/templates/energo-white/css/style_white.css?175787896311632 */
/* /local/templates/energo-white/css/styleloader.css?17578789632519 */
/* /local/templates/.default/css/style.css?17578789631025 */
