*{margin:0;padding:0;}

/*
font-family: 'Open Sans', Arial, sans-serif;
*/

body{
    background: #ffffff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size:14px;
    color: #005796;
    /*padding:0 30px;
    margin-top: 100px;*/
}

a{
    color: #CF044A;
}
a.avtor{
    color:#fff;
    text-decoration: none;
}
.tasks-list--task--name a{
 text-decoration: none;
 color:#005796;
}

.clr{clear:both;}
.f_l{float:left;}
.f_r{float:right;}
.f_n{float:none !important;}
.t_c{text-align:center;}



.logo{
    float: left;
    font-size: 21px;
    font-weight: bold;
    color: #199CC7;
    text-decoration: none;
}

.logo img{
    float: left;
}

.logo span{

}

.content{
    background: #fff;
    border-radius: 3px;
    margin: 5px auto;
    margin-bottom: 20px;
    font-size: 14px;
    margin-top: 100px;
    padding: 10px 30px;

}


.content img{
    max-width: 200px;
    max-height: 150px;
}

.header{
    margin: 10px 0 0 0;
}

.menu{
    float: right;
    margin: 7px 0 0 0;
}

.menu a{
    background: #62AAD5;
    padding: 3px 10px;
    display: inline-block;
    margin: 0 0 5px 0;
    border-radius: 3px;
    text-decoration: none;
    border: 1px rgba(255,255,255,0) solid;
    color: #fff;
}

.menu a:hover{
    background: none;
    border: 1px ##ff3e3e solid;
    color: ##ff3e3e;
}

table{
    border-spacing:0;
    border-collapse:separate;
    border-bottom: 1px #e1e8ed solid;
    border-right: 1px #e1e8ed solid;


}

td{
    color: #6d6464;
    padding: 15px 25px 15px 5px !important;
    font-size: 14px;
    vertical-align: middle;

}
td:last-child{

    padding-right: 5px !important;

}

.title_table{
    color: #34383d;
}
.title_table td{
    color: #34383d;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px !important;
}

tr{
    border-bottom: 1px solid #eae8e8 !important;
}
table.new_doc tr{
    border:none !important;
}
table.new_doc tr.title_table{
    border-bottom: 1px solid #eae8e8 !important;
    }
tr:last-child{
    border-bottom:none !important;
}

.pad{
    margin:20px 0 0 0;
}

.min_important{
    font-size: 11px;
    color: #638CA9;
}

.login, .create_ticket_logout, .registretion{ /* FORM */
    width:300px;
    padding:20px 0 50px 0;
    margin:20px auto 0;
    text-align:center;
}

.create_ticket{
    margin:50px 0 0 0;
}

.find_users{
        margin: 10px 0 0 20px;
    }
.find_users select{
    border: 1px solid #ccc !important;
}

.login label{
    display:block;
    padding:0 0 10px 0;
}

.login input[type=text], .login input[type=email], .login input[type=password]{
    background:none;
    border:none;
    border:1px #d9d9d9 solid;
    border-radius: 3px;
    width:262px;
    display:block;
    margin:10px auto 0;
    outline:none;
    padding:10px 10px;
    font-size:20px;
    color:#000;
}

.login input[type=submit]{
    background: #ff3e3e;
    border: none;
    width: 262px;
    display: block;
    margin: 10px auto 0;
    padding: 18px 0;
    outline: none;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    cursor:pointer;
    transition: .3s;
    transition-property: initial;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -webkit-appearance: none;
}

.login input[type=submit]:hover{
    background: #ed0a0a;
}

.create_ticket_logout label{
    display:block;
    padding:0 0 10px 0;
}

.create_ticket_logout input[type=text], .create_ticket_logout input[type=password], .create_ticket_logout input[type=email], .create_ticket_logout select{
    background:none;
    border:none;
    border: 1px #d9d9d9 solid;
    width:262px;
    display:block;
    margin:3px auto 0;
    outline:none;
    padding:5px;
    font-size:17px;
    color:#000;
}

.create_ticket_logout textarea{
    background:none;
    border:none;
    width:262px;
    height:150px;
    display:block;
    margin:3px auto 0;
    outline:none;
    padding:5px;
    font-size:17px;
    color:#000;
}

.create_ticket_logout input[type=submit]{
    background: #1F81C8;
    border: none;
    width: 262px;
    display: block;
    margin: 10px auto 0;
    padding: 10px 0;
    outline: none;
    text-align: center;
    color: #fff;
    font-size: 21px;
    cursor:pointer;
}

.create_ticket_logout input[type=submit]:hover{
    background: #7ABD07;
}

/**/

.registretion label{
    display:block;
    padding:0 0 10px 0;
}

.registretion input[type=text], .registretion input[type=password], .registretion input[type=email], .registretion select{
    background:none;
    border:none;
    border:1px #d9d9d9 solid;
    border-radius: 3px;
    width:262px;
    display:block;
    margin:3px auto 0;
    outline:none;
    padding:10px 10px;
    font-size:20px;
    color:#000;

}

.registretion input[type=submit]{
    background: #ff3e3e;
    border: none;
    border-radius: 3px;
    width: 262px;
    display: block;
    margin: 10px auto 0;
    padding: 18px 0;
    outline: none;
    text-align: center;
    color: #fff;
    font-size: 21px;
    cursor:pointer;
    transition: .3s;
    transition-property: initial;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
    -webkit-appearance: none;
}

.registretion input[type=submit]:hover{
    background: #ed0a0a;
}

.copyright{
    text-align:center;
    font-size:12px;
    color:#439BD0;
    display:block;
    margin: 20px 0 10px 0;
}

.title_form{
    text-align:center;
    color:#000;
    font-size:21px;
    padding-top:50px;
}

.error1{
    position:fixed;
    background:rgba(0,0,0,0.85);
    width:100%;
    height:100%;
    padding:10% 0 0 0;
    top:0;
    left:0;
    text-align:center;
    color:#fff;
    font-size:21px;
    z-index:9999;
}

.close_error{
    background: #1F81C8;
    width:300px;
    text-align:center;
    color:#fff;
    font-size:21px;
    padding:10px 0;
    margin:20px auto 0;
    cursor:pointer;
}

.close_error:hover{
    background: #7ABD07;
}

.create_ticket label{
    display:block;
    float:left;
    margin:0 0 15px 0;
}

.create_ticket input[type=text], .create_ticket input[type=email], .create_ticket select{
    background:none;
    border:none;
    background-color:#fff;
    border-radius: 5px;
    width:244px;
    display:block;
    margin:3px 15px 0 0;
    outline:none;
    padding:8px 0 8px 8px;
    font-size:21px;
    color:#000;
}

.create_ticket select{
    width:250px;
}

.save_ticket{
    background: #62AAD5;
    border: 2px #62AAD5 solid;
    width: 49%;
    display: block;
    float:left;
    margin: 10px auto;
    padding: 10px 0;
    outline: none;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    cursor:pointer;
    transition: .3s;
    transition-property: initial;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.close_t2{
    width: 100%;
    float:none;
}

.save_ticket:hover{
    background: #408ab6;
    border: 2px #408ab6 solid;
}

.close_ticket{
    background: #fff;
    border: 2px #d9d9d9 solid;
    width: 49%;
    display: block;
    float:right;
    border-radius: 3px;
    margin: 10px auto;
    padding: 10px 0;
    outline: none;
    text-align: center;
    color: #d9d9d9;
    font-size: 21px;
    cursor:pointer;
    transition: .3s;
    transition-property: initial;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
}

.close_ticket:hover{
    background: #ff3e3e;
    border: 2px #ff3e3e solid;
    color: #fff;
}

.login_in_ticket{
    color: #9D9D9D;
    font-size: 13px;
    font-weight: bold;
    float: left;
    margin: 0 10px 0 0;
}

.title{
    text-align:center;
    padding:20px 0 10px 0;
}

.cont{
    padding:20px;
}

.id_ticket{
    padding: 7px 10px;
    background: #62AAD5;
    color: #DBF0FF;
}

.id_ticket span{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.admin_l{
    color: #D54545;
}

.adm{
    background: none !important;
    font-weight: bold;
    color: #D54545 !important;
}

.id_ticket i{
    float: right;
    color: #fff;
}

/*Статусы*/
/*
0 - закрыт
1 - открыт
2 - новый ответ
3 - в ожидании
4 - новый тикет
*/
.status_0, .status_0 .min_important{
    background: #E6EDF4 !important;
    color:#9BB7D3;
}
.status_0{
    color: transparent !important;
}
.status_1{
    background: transparent !important;
}
.status_2{
    background: #f9d563 !important;
}
.status_3{
    background: #FFF4D9 !important;
}
.status_4{
    background: #ea0c0c !important;
    color: #fff !important;
}

.title_ticket{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #3780AD;
    transition:0.3s;
}
.title_ticket:hover{
    color: #DA4B4B !important;
}

.title_ticket span{
    padding: 0 0 0 10px;
    font-weight: 400;
    color: #91B1C5;
}

.die{
    text-align:center;
}

.die a{
    display:inline-block;
    margin:0 3px;
}

.ico_delete, .ico_arhive, .ico_resume{
    font-size: 18px;
}



.ico_delete:hover, .ico_arhive:hover, .ico_resume:hover{
    color: #f00;
}
.ico_partners{
  font-size: 19px;
  color: #c3b5b5;
}
.ico_partners:hover{
  color: #ff3e3e;
}
.ico_partners+.ico_partners{
  margin-left: 15px;
}



.title_page{
    font-size:17px;
    text-transform:uppercase;
    font-weight:500;
    margin:0 0 -10px 0;
}

.print{
    background:url(../img/print.png) no-repeat;
    width:20px;
    height:20px;
    display:block;
    float:right;
    margin: 0 0 0 15px;
    opacity:0.7;
    transition:0.3s;
}
.print:hover{
    opacity:1;
}

.vud{
    background: #E47676 !important;
}

.add_ticket{
    background: #81B83B !important;
}

.vud:hover{
    background: none !important;
    border: 1px #E47676 solid !important;
    color: #E47676 !important;
}

.add_ticket:hover{
    background: none !important;
    border: 1px #81B83B solid !important;
    color: #81B83B !important;
}

#add_message_ticket{
    width: 100%;
    padding: 4px;
    min-height: 150px;
    border: 1px #d9d9d9 solid;
    outline: none;
    font-size: 20px;
    color: #000;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
}

.msg_edit textarea{
    background: #fff;
    border:none;
    border:1px #AAC0CC solid;
    width:50%;
    display:block;
    margin:3px 0 0 0;
    float: left;
    outline:none;
    padding:5px;
    color:#3282C5;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
}

.edit_msg{
    text-decoration: none;
    display: inline-block;
    margin: 0 0 0 10px;
    color: #8A8A8A;
    transition: 0.3s;
}

.edit_msg:hover{
    color: #f00;
}

.save_edit_msg{
    font-size: 21px;
    text-decoration: none;
    color: #49BB0E;
    margin: 0 0 0 10px;
    transition: 0.3s;
}

.save_edit_msg:hover{
    color: #FF6B69;
}

.blink{
    -webkit-animation: blink 2s eas infinite;
    animation: blink 2s linear infinite;
}

@-webkit-keyframes blink {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes blink {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}



@media screen and (max-width: 750px) {
    .content table {
        font-size: 12px;
    }
    .content table td{
        padding: 3px;
    }
    .title_ticket{
        font-size: 11px;
    }
    .logo{
        float: none;
        font-size: 17px;
    }
    .save_ticket, .close_ticket{
        font-size: 15px;
    }
    .title_form{
        font-size: 18px;
    }
    .create_ticket input[type=text], .create_ticket input[type=email]{
        width: 292px;
    }
    .create_ticket select{
        width: 300px;
    }
}
/* ------- Modal ----------*/


.modal, a:active, a:hover {
  outline: 0
}


.clear, .modal-footer:after, .modal-header:after {
  clear: both
}



.modal, .modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}



.collapsing, .modal, .modal-open {
  overflow: hidden
}



.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}


.collapsing {
  position: relative;
  height: 0;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  -webkit-overflow-scrolling: touch
}

.modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before {
  content: " ";
  display: table
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  background-clip: padding-box;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50)
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.42857
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}


@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
    width: 300px
  }

}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }

}



.modal .close {
  font-weight: 700
}

.clear {
  height: 0;
  font-size: 0;
  line-height: 0
}

.clearfix:after, header:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}


.upper {
  text-transform: uppercase
}

.text-center {
  text-align: center
}

.left {
  float: left
}

.right {
  float: right
}

.page-title {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  min-height: 380px;
  text-align: center;
  background: url(../images/page-title-bg.png) #fff;
  padding: 100px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center
}

.page-title .inner {
  width: 60%;
  background: #fff;
  opacity: .7;
  margin: 0 auto;
  border-radius: .6rem;
  padding: 10px
}

.page-title .inner h1 {
  font-size: 4em;
  color: #000
}

@media only screen and (max-width:991px) {
  .page-title {
    min-height: 600px
  }

  .page-title .inner h1 {
    font-size: 48px
  }

}

@media only screen and (max-width:767px) {
  .page-title {
    min-height: 500px
  }

  .page-title .inner {
    width: auto
  }

  .page-title .inner h1 {
    font-size: 40px
  }

}

.page-title-empty {
  top: 380px
}

.page-content {
  background: #edf1f4;
  padding: 50px 0 0;
  z-index: 100;
  position: relative
}

.wrapper {
  max-width: 1530px;
  margin: 0 auto
}

@media only screen and (max-width:1599px) {
  .wrapper {
    width: 1140px
  }

}

@media only screen and (max-width:1199px) {
  .wrapper {
    width: 940px
  }

}

@media only screen and (max-width:991px) {
  .wrapper {
    width: 720px
  }

}

@media only screen and (max-width:767px) {
  .wrapper {
    padding: 0 15px;
    width: auto
  }

}

.date {
  background: #fddddd;
  padding: 3px 5px;
  border-radius: 3px
}

.pagination {
  padding: 2.4rem 0
}

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

.pagination ul li {
  display: inline-block;
  vertical-align: top
}

.pagination ul li a, .pagination ul li span {
  display: block;
  padding: 5px
}

@media only screen and (max-width:479px) {
  .page-title .inner h1 {
    font-size: 30px
  }

  .pagination ul li a, .pagination ul li span {
    font-size: 1rem;
    padding: 3px
  }

}

.modal-open .page {
/*  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px) */
}

.modal {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0)
}

.modal .close {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  font-size: 2rem;
  line-height: 1;
  color: #8d8d8d;
  text-decoration: none
}

.input-label .inner .pl, .input-label .inner input.animate {
  line-height: 1.4;
  font-size: 1.8rem;
  top: .8rem;
  position: absolute
}

.modal .modal-dialog {
  width: 45.8rem;
  margin: 3rem auto
}
.modal .modal-dialog-big{
  width: 70rem;
}
@media only screen and (max-width:991px) {
  .modal .modal-dialog {
    width: auto;
    padding: 10px;
    margin:0;
  }

}

.modal .modal-dialog .modal-content {
  padding: 5.2rem 4.8rem;
  color: #4d4d4d;
  background-color: #fff;
  border-radius: 4px;
  border: none
}

@media only screen and (max-width:991px) {
  .modal .modal-dialog .modal-content {
    width: auto;
    padding: 30px
  }

}

.modal .modal-dialog .modal-content p {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem
}

.modal .modal-dialog .modal-content .modal-title {
  font-size: 1.6rem;
  text-align: center
}

.modal .modal-dialog .modal-content .modal-title+.footnote {
  margin-top: 1.2rem;
  margin-bottom: 2.8rem
}

@media only screen and (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-title {
    font-size: 2rem
  }

  .modal .modal-dialog .modal-content .modal-title+.footnote br {
    display: none
  }

}

.modal .modal-dialog .modal-content .modal-title-h1 {
  font-size: 1.6rem;
  color: #1c1c1c;
  margin-bottom: 2rem;
  margin-top: 1.6rem
}

@media only screen and (max-width:767px) {
  .modal .modal-dialog .modal-content .modal-title-h1 {
    font-size: 2.6rem
  }

}

@media only screen and (max-width:479px) {
  .modal .modal-dialog .modal-content .modal-title-h1 {
    font-size: 2rem;
    margin-top: 15px
  }

  .modal.modal-entrance .btn {
    font-size: 1.6rem
  }

}

.modal.modal-entrance .btn {
  margin-top: 3.8rem;
  margin-bottom: 3.6rem
}

.modal.modal-entrance .modal-dialog {
  width: 25%;
  margin: 0;
  right: -100%;
  position: absolute;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  -webkit-transition: all .3s ease !important;
  transition: all .3s ease !important
}

@media only screen and (max-width:991px) {
  .modal.modal-entrance .modal-dialog {
    width: 80%
  }

}

@media only screen and (max-width:767px) {
  .modal.modal-entrance .modal-dialog {
    width: 100%;
    padding: 0
  }

}

.modal.modal-entrance.in .modal-dialog {
  right: 0
}

.modal.modal-entrance .modal-content {
  min-height: 100vh;
  border-radius: 0;
  padding: 3.2rem
}

.modal.modal-entrance .modal-content .input-label .inner input.animate {
  top: .8rem
}

@media only screen and (max-width:767px) {
  .modal.modal-entrance .modal-content {
    padding: 15px
  }

}

.modal.modal-entrance .modal-content .inner {
  max-width: 420px;
  margin: 0 auto
}

.modal.modal-entrance .modal-content .close {
  right: auto;
  left: 2.8rem
}

.modal .contacts-list {
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.2rem
}

.modal .contacts-list .item {
  display: block;
  margin-right: 1.1650914%;
  width: 100%;
  border-bottom: 1px solid #efebeb;
  padding: 20px 0 20px 66px;
  position: relative
}

.modal .contacts-list .item a {
  text-decoration: none;
  color: inherit
}

.modal .contacts-list .item .icon-wrap {
  position: absolute;
  top: 20px;
  left: 0;
  width: 55px;
  text-align: center
}

.modal .contacts-list .item .icon-wrap .icon {
  font-weight: 3rem;
  fill: #ADADB6
}

.modal .contacts-list .item .icon-wrap .icon.icon_phone {
  fill: transparent;
  stroke: #c5c7cb;
  stroke-width: 2
}

.modal .contacts-list .item .ttl {
  color: #787878
}

.modal#registration .modal-dialog .modal-content, .modal.subscription .modal-dialog .modal-content, .modal.work .modal-dialog .modal-content {
  padding: 4.5rem 6rem
}

@media only screen and (max-width:991px) {
  .modal#registration .modal-dialog .modal-content, .modal.subscription .modal-dialog .modal-content, .modal.work .modal-dialog .modal-content {
    width: auto;
    padding: 30px
  }

}

.text-container {
  margin: 0;
  border-radius: .6rem;
  color: #807f7f;
  padding: 40px;
  background: #FFF
}

@media only screen and (max-width:991px) {
  .text-container {
    padding: 20px
  }

}

@media only screen and (max-width:767px) {
  .text-container {
    padding: 15px
  }

}

.text-container .btn-wrap .btn {
  display: block;
  margin: 0 auto
}

@media only screen and (min-width:992px) {
  .text-container .btn-wrap .btn {
    width: 725px
  }

}

.text-container .btn-wrap .btn+.btn {
  margin-top: 10px
}

.text-container.completed .application .middle .left, .text-container.completed .application .middle .right, .text-container.current .application .middle .left {
  opacity: .4
}

.text-container.cabinet-container {
  padding-top: 0
}

.text-container.cabinet-container .cabinet-head {
  border-bottom: 1px solid #ecf0f6;
  margin: 0 -40px 40px
}

@media only screen and (max-width:991px) {
  .text-container.cabinet-container .cabinet-head {
    margin: 0 -20px 25px
  }

}

.text-container.cabinet-container .cabinet-head ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center
}

.text-container.cabinet-container .cabinet-head ul li {
  display: inline-block;
  vertical-align: top
}

.text-container.cabinet-container .cabinet-head ul li.active a {
  color: #1c1c1c;
  font-weight: 700
}

.text-container.cabinet-container .cabinet-head ul li.active a span {
  border-color: #ff3e3e
}

.text-container.cabinet-container .cabinet-head ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  margin: 0 2rem
}

.text-container.cabinet-container .cabinet-head ul li a span {
  padding: 1.6rem 0 1.4rem;
  border-bottom: 3px solid transparent;
  display: inline-block
}

.text-container.cabinet-container .cabinet-head ul li a .icon {
  vertical-align: middle;
  font-size: 2rem;
  margin-right: 1.2rem
}

.text-container.cabinet-container .cabinet-head ul li a:hover span {
  border-color: #ff3e3e
}

.text-container.cabinet-container .application {
  padding-bottom: 30px;
  border: none
}

.text-container.cabinet-container .application .date {
  background: #fddddd
}

.text-container.cabinet-container .application+.application {
  border-top: 1px solid #ecf0f6;
  padding-top: 30px
}

.text-container.cabinet-container .application .inner {
  padding: 0
}

.black {
  color: #1c1c1c
}


@media only screen and (max-width:479px) {
  /*.btn {
    font-size: 1.5rem
  }*/

}

.btn-small {
  padding: .8rem 1.6rem;
  font-size: 1.5rem;
  line-height: 1.4;
  border-radius: 4px
}

.btn-big {
  padding: 1.6rem 3.2rem;
  border-radius: 8px;
  font-size: 1.9rem
}

@media only screen and (max-width:479px) {
  .btn-big {
    font-size: 1.5rem
  }

}

.btn-full {
  display: block;
  width: 100%
}

.btn-gray {
  color: #1c1c1c;
  background: #ecf0f6
}

.btn-gray:hover {
  background: #dbe0e6
}

.btn-red {
  color: #FFF;
  background-color: #ff3e3e
}

.btn-red:hover {
  background: #ed0a0a
}

.form_group {
  margin-bottom: 1.6rem
}

.form_group label.full {
  display: block;
  margin-bottom: .8rem;
  color: #807f7f
}

.icon_castle, .icon_phone {
  fill: transparent;
  stroke: #c5c7cb;
  stroke-width: 2
}

.input-label {
  position: relative;
  display: block;
  width: 100%;
  padding: .9rem 5rem .9rem 2.4rem;
  background-color: #ecf0f6;
  border-radius: .8rem;
  margin-bottom: 1.6rem;
  text-align: left
}

.input-label .icon-wrap {
  position: absolute;
  background-color: #ecf0f6;
  top: 0;
  right: 2.2rem;
  height: 100%;
  width: 20px;
  z-index: 100
}

.input-label .icon-wrap .icon {
  position: absolute;
  fill: #CFD1D6;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem
}

.input-label .icon-wrap .icon.icon_castle, .input-label .icon-wrap .icon.icon_phone {
  fill: transparent;
  stroke: #c5c7cb;
  stroke-width: 2
}

.input-label.focused .inner .pl {
  font-size: 1.3rem;
  top: .1rem
}

.input-label.focused .inner input {
  top: 1.6rem
}

.input-label .inner {
  display: block;
  position: relative;
  white-space: nowrap;
  height: 4rem
}

.input-label .inner .pl {
  will-change: top, font-size;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  color: gray
}

.input-label .inner input.animate {
  display: block;
  width: 100%;
  color: #272727;
  background-color: transparent;
  background-image: none;
  background-clip: padding-box;
  border: 0
}

.form-chekbox {
  position: absolute;
  visibility: hidden;
  opacity: 0
}

.checkbox-list {
  margin: 20px 0;
  text-align: left;
  color: #4d4d4d
}

.checkbox-list .item {
  display: block;
  cursor: pointer;
  position: relative;
  /*font-size: 1.4rem;*/
  padding-left: 2.4rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-bottom: 1px dashed #cecece
}

.checkbox-list .item .icon-wrap {
  position: absolute;
  top: 2rem;
  text-align: center;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ecf0f6;
  border-radius: 2px
}

.checkbox-list .item .icon-wrap .icon {
  font-size: 1.3rem;
  opacity: 0
}

.checkbox-list .item input:checked+.icon-wrap {
  background: #ff3e3e
}

.checkbox-list .item input:checked+.icon-wrap .icon {
  opacity: 1
}

i.icon {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat
}

.application .inner .middle .right:before, .icon_logistic {
  background-image: url(../images/sprite.png);
  background-position: 0 0;
  width: 60px;
  height: 42px
}

header {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .2);
  box-shadow: 0 0 18px rgba(0, 0, 0, .2);
  text-align: right;
  padding: 0 125px;
  z-index: 1000
}

header+.page-content {
  padding-top: 100px
}

@media only screen and (max-width:991px) {
  header {
    padding: 0 5px
  }

}

header .burger {
  width: 46px;
  height: 30px;
  display: inline-block;
  position: relative;
  position: absolute;
  cursor: pointer;
  top: 18px;
  right: 18px
}

header .burger span, header .burger span:after, header .burger span:before {
  width: 46px;
  height: 2px;
  background-color: #aeb5b9;
  border-radius: 4px;
  position: absolute
}

@media only screen and (min-width:992px) {
  header .burger {
    display: none
  }

}

header .burger.open span {
  -webkit-transform: translate3d(0, 14px, 0) rotate(135deg);
  transform: translate3d(0, 14px, 0) rotate(135deg);
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

header .burger.open span:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0
}

header .burger.open span:after {
  -webkit-transform: translate3d(0, -28px, 0) rotate(-270deg);
  transform: translate3d(0, -28px, 0) rotate(-270deg);
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

header .burger span {
  top: 1px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

header .burger span:after, header .burger span:before {
  content: '';
  display: block
}

header .burger span:before {
  top: 14px;
  -webkit-transition: opacity .15s .4s ease;
  transition: opacity .15s .4s ease
}

header .burger span:after {
  top: 28px;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
  transition: -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55);
  transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55)
}

header .logo {
  float: left;
  width: 127px;
  margin-top: 2px
}

header .logo img {
  display: block
}

header .authorization {
  float: right;
  margin-top: 21px
}

header .authorization .visible-phone {
  margin: 15px 0
}

@media only screen and (min-width:992px) {
  header .authorization .visible-phone {
    display: none
  }

}

header .authorization .user {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  color: inherit
}

header .authorization .user:hover {
  color: #ff3e3e;
  text-decoration: none
}

header .authorization .user .ava {
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 1;
  border-radius: 50%;
  background-color: #ecf0f6;
  text-align: center;
  vertical-align: middle;
  margin-right: .8rem
}

header .authorization .user .ava img {
  display: block
}

header .authorization .exit {
  padding-left: 23px;
  position: relative
}

header .authorization .exit .icon-wrap {
  position: absolute;
  top: 0;
  height: 37px;
  line-height: 34px;
  left: 0
}

header .authorization .exit .icon-wrap .icon {
  fill: transparent;
  stroke: #dbdadc;
  stroke-width: 2;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle
}

header .authorization .login {
  position: relative;
  padding-left: 50px;
  padding-right: 10px
}

header .authorization .login .icon-wrap {
  display: inline-block;
  margin-right: .8rem;
  vertical-align: top;
  width: 37px;
  height: 37px;
  line-height: 34px;
  border-radius: 100%;
  background: #ecf0f6;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center
}

header .authorization .login .icon-wrap .icon_user {
  fill: #ADADB6;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle
}

header .authorization .login:hover .icon-wrap {
  background: #dbe0e6
}

header .authorization .login:hover .icon-wrap .icon_user {
  fill: #8a8a92
}

header .authorization.open {
  opacity: 1;
  visibility: visible;
  z-index: 10000
}

@media only screen and (max-width:991px) {
  header .authorization {
    text-align: center;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    width: 400px;
    z-index: -100;
    visibility: hidden;
    opacity: 0
  }

  header .authorization .inner {
    position: relative;
    margin-top: 20px;
    background: #FFF;
    padding: 20px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    box-shadow: 0 0 18px rgba(0, 0, 0, .2)
  }

  header .authorization .inner:after {
    content: '';
    position: absolute;
    top: -12px;
    right: 38px;
    border: 8px solid transparent;
    border-bottom: 12px solid #FFF;
    border-top: none
  }

  footer {
    text-align: center
  }

  footer .left, footer .right {
    float: none
  }

}

footer {
  padding-top: 2.4rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  color: #aeaeae;
  position: relative;
  z-index: 100;
  background: #edf1f4
}

footer nav {
  text-align: center;
  margin-bottom: 15px
}

@media only screen and (min-width:992px) {
  footer nav {
    margin: 0 250px -16px;
    display: block
  }

}

footer nav a {
  margin: 0 2rem
}

@media only screen and (max-width:479px) {
  header .authorization {
    width: 100%
  }

  footer nav a {
    margin: 0 5px
  }

}

.application {
  margin: 0;
  background-color: #fff;
  border-radius: .6rem;
  color: #807f7f;
  border: 2px solid #edf1f4
}

.application+.application {
  margin-top: 2px
}

.application:hover {
  border-color: #c8e2f7
}

.application .inner {
  padding: 40px
}

@media only screen and (max-width:991px) {
  .application .inner {
    padding: 15px
  }

}

@media only screen and (max-width:767px) {
  .application {
    text-align: center
  }

  .application .inner {
    padding: 20px
  }

}

.application .inner .doc img {
  vertical-align: middle;
  margin-right: 7px
}

.application .inner .top {
  border-bottom: 1px dashed #cecece;
  padding-bottom: 10px;
  font-size: .7em
}

.application .inner .top .left {
  width: 80%
}

@media only screen and (max-width:991px) {
  .application .inner .top .left {
    width: 60%
  }

}

@media only screen and (max-width:767px) {
  .application .inner .top .left {
    float: none;
    width: 100%;
    overflow: hidden
  }

}

.application .inner .top .right {
  width: 20%;
  text-align: right
}

@media only screen and (max-width:991px) {
  .application .inner .top .right {
    width: 40%
  }

}

@media only screen and (max-width:767px) {
  .application .inner .top .right {
    float: none;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    text-align: center
  }

}

.application .inner .middle {
  padding: 20px 0 27px;
  font-size: .75em;
  color: #1c1c1c
}

.application .inner .middle .left {
  width: 40%
}

@media only screen and (max-width:991px) {
  .application .inner .middle .left {
    width: 45%
  }

}

@media only screen and (max-width:767px) {
  .application .inner .middle {
    padding-bottom: 0
  }

  .application .inner .middle .left {
    padding-left: 0;
    float: none;
    width: 100%;
    overflow: hidden
  }

}

.application .inner .middle .right {
  width: 60%;
  padding-left: 110px;
  position: relative
}

.application .inner .middle .right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px
}

@media only screen and (max-width:991px) {
  .application .inner .middle .right {
    width: 55%
  }

}

@media only screen and (max-width:767px) {
  .application .inner .middle .right {
    padding-left: 0;
    float: none;
    width: 100%;
    overflow: hidden
  }

  .application .inner .middle .right:before {
    position: static;
    display: block;
    width: 60px;
    margin: 15px auto
  }

  .application .inner .bottom {
    text-align: center
  }

}

.application .inner .bottom .left {
  width: 55%
}

@media only screen and (max-width:767px) {
  .application .inner .bottom .left {
    float: none;
    width: 100%;
    overflow: hidden
  }

  .application .inner .bottom .left .column {
    display: inline-block;
    vertical-align: top;
    float: none
  }

}

.application .inner .bottom .right {
  width: 45%;
  padding-top: 20px;
  text-align: right
}

@media only screen and (max-width:991px) {
  .application .inner .bottom .right {
    padding-top: 0
  }

}

@media only screen and (max-width:767px) {
  .application .inner .bottom .right {
    text-align: center;
    float: none;
    width: 100%;
    overflow: hidden
  }

}

.application .inner .number {
  font-size: 1.5em;
  color: #1c1c1c
}

.application .inner .info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 42px;
  text-align: left
}

.application .inner .info .icon_info {
  position: absolute;
  top: 0;
  left: 0;
  fill: #ADADB6;
  font-size: 3rem
}

.application .inner .column {
  width: 120px;
  margin-top: 20px;
  font-size: .65em;
  float: left
}

@media only screen and (max-width:479px) {
  .application .inner .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%
  }

}

.application .inner .price {
  color: #1c1c1c;
  font-size: 1em;
  margin-right: 18px
}

@media only screen and (max-width:767px) {
  .application .inner .price {
    margin: 18px 0;
    display: block
  }

}
.clear_profile {
  width: 100%;
  border-bottom: 1px dashed #cecece;
  margin-bottom: 30px
}
.clear_profile1 {
  width: 100%;
  border-bottom: 1px dashed #cecece;
  margin: 30px 0
}
.btn-profile{
  width: 50%;
  margin: 0 auto;
  margin-top: 30px; 
  min-width: 300px
}
.label-profile{
  width: 50%;
  min-width:300px
}
.p-profile{
  line-height: 2em
}
.color_profile{
  color: #1c1c1c
}
.list_profile{
  background: #dee3e9;
  padding: 3px 5px;
  border-radius: 5px
}
.text-profile{
  margin:0 auto;
  text-align: center;
}
.right-price{
  float:left;
  font-size: 0.9em;
  text-align: left
}
.my_price{
  text-align: center;
  font-size: 0.7em
}
@media only screen and (max-width:991px) {
.right-price{
  float:right;
  font-size: 0.7em;
  text-align: right;

}
.application .inner .price {
  color: #807f7f;
  margin:0;
  }
  .application .inner .column {
    margin-top:30px;
  }
}
@media only screen and (max-width:767px) {
.right-price{
  float:none;
  font-size: 0.7em;
  text-align: center;
  line-height: 0.8em;
  margin: 15px 0 10px 0;
}
.application .inner .price {
  color: #1c1c1c;
  margin:0;
  }
.application .inner .info{
  padding-left:0;
  text-align: center;
}

}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
}
.icon_checked {
  font-size: 33.5765rem;
  width: 1em;
  margin-top: 3px
}
.select_style{
        width: 100%;
    height: 40px;
    border-radius: 3px;
    background: #ecf0f6;
    border-color: #ecf0f6;
    font-size: 17px;
    padding-left: 10px;
}

.plans {
  width: 938px;
  margin: 50px auto;
  overflow: hidden;
}

.plan {
  float: left;
  margin: 30px;
  padding: 15px 25px;
  text-align: center;
  background: #ecf0f6;
  background-clip: padding-box;
  height: 370px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.plan-title {
  margin-bottom: 12px;
  font-size: 24px;
  color: #36bce6;
}

.plan-price {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  color: #ff3e3e;
}

.plan-unit {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

.plan-features {
  width: 200px;
  height: 190px;
  margin: 20px auto 15px;
  padding: 20px 0 20px 15px;
  border-top: 1px solid #e5ded6;
  text-align: left;
}

.plan-feature {
  line-height: 23px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
.plan-feature + .plan-feature {
  margin-top: 5px;
}

.plan-feature-unit {
  margin-left: 2px;
  font-size: 16px;
}

.plan-feature-name {
  font-size: 15px;
  font-weight: normal;
  color: #8e8d8d;
}

.plan-button {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background: #fd935c;
  border-bottom: 2px solid #cf7e3b;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.plan-button:active {
  top: 2px;
  margin-bottom: 2px;
  border-bottom: 0;
}

.plan-highlight {
  margin-top: 8px;
  height: 415px;
  border: 4px solid #37bbe6;
}
.plan-highlight .plan-button {
  font-size: 18px;
  line-height: 49px;
  background: #37bce5;
  border-color: #3996b3;
  border-color: rgba(0, 0, 0, 0.15);
}

.plan-recommended {
  width: 160px;
  margin: -15px auto 15px;
  padding-bottom: 2px;
  line-height: 27px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.05);
  background: #37bbe6;
  border-radius: 0 0 4px 4px;
}
.plan-big{
  text-align: center;
  margin:60px 0 0 0;
  font-size: 2.1em
}
.subscription_profile{
  font-size: 14px;
  margin: 0 10px;
  float:right;
}
.right-header-link{
  float:right;
  font-size:14px;
  color:#adaaaa;
  margin-right:21px;
}
@media screen and (max-width: 768px) {
  .plans{
    width: 100%;
  }
  .subscription_profile{
    float: left;
    margin:0;
  }
  .right-header-link{
    float: left;
  }
}

form:invalid input.valid_agree[type="submit"] {
    opacity: 0.25;
  }

.example-2 .btn-tertiary{color:#adaaaa;padding:0;line-height:30px;width:auto;float:right;display:block;border:1px solid #adaaaa; border-radius:5px;font-size:14px;}
.example-2 .btn-tertiary:hover,.example-2 .btn-tertiary:focus{color:#888;border-color:#888}
.example-2 .input-file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}
.example-2 .input-file + .js-labelFile{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px;cursor:pointer}
.example-2 .input-file + .js-labelFile .icon:before{content:"\f093"}
.example-2 .input-file + .js-labelFile.has-file .icon:before{content:"\f00c";color:#1ea0b5}

.paginator{
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 50px;
}
.paginator li{
  display: inline;
  padding: 2px 8px;
  border: 1px solid #fff;
  font-size: 15px;
}
.paginator li.active{
  border: 1px solid #eae8e8;
  border-radius: 5px;
  padding: 2px 8px; 
}
.paginator li a{
  text-decoration:none;
}
.modal-imp-exp{
  width:100%;
  text-align: center;
  float:left;
  margin:25px 0;
}
.pereplata_div{
  font-size:0.8em;
  margin: 8px 0;
  /*border-radius: 5px;
  background: #edf1f4;*/
  display:none;
}
.pereplata{
  background: #ffb55a;
  border-radius: 50%;
  padding: 5px 13px;
  margin-right: 5px;
}
.nedoplata{
  background: yellow;
  border-radius: 50%;
  padding: 5px 13px;
  margin-right: 5px;
}
.gray{
  background: #8e8b8b !important;
}
.gray:hover {
  background: #777575 !important;
}
.gray_white{
  border: 2px solid #bdbcbc !important;
  background: #fff !important;
  color: #34383d !important;
  transition: border .3s ease-out !important;
  padding: 9px 26px 10px !important;
}
.gray_white:hover{
  border: 2px solid #777575 !important;
}

.box-label input[type="checkbox"] {
    display: none;
}
.box-label {
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
}
.checkbox_inc:checked + .box::before {
    content: "\f14a";
    color: #1e88e5;
    animation: checkanimate 200ms;
}
.box::before {
    content: "\f096";
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 5px;
    width: 1em;
    display: inline-block;
    font-size: 1.6em;
    color: #e2e0e0;
}

.action_title{
  background: #ff66000d;
  font-size: 0.65em !important;
  line-height: 1.2;
  padding: 0 !important;
}
.action_color{
  background:#ff66000d;
  padding: 0 !important;
  text-align: center;
}
.comment_input{
  border:1px solid #fff;
  padding:10px;
  border-radius: 3px;
  color: #6d6464;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 1.3;
  display: block;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  overflow: hidden;

}
.comment_input:focus, .comment_input:hover{
  border: 1px solid #c3bebe;
}