.hide{
    display: none !important;
}

.tutorial {
    background: #fafafa;
    min-height: 100vh;
}

.wrap-menu-nav {
    display: flex;
    align-items: center;
}

.wrap-menu-nav span {
    width: 20px;
}

.wrap-menu-nav p {
    font-size: 12px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    align-items: center;
    display: flex;
}

.menu-nuv {
    padding: 0 10px 0 20px;
}

.tutorial-header {
    align-items: center;
    border-bottom: 1px solid #afafaf;
    padding: 2px 0 6px 0;
    margin: 0 0 14px 0;
    background: #3911a6;
}

/*menu*/
.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 46px;
    height: 86px;
    font-size: 0;
    text-indent: -9999px;
    box-shadow: none;
    border-radius: unset;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 44px;
    left: 18px;
    right: 18px;
    height: 2px;
    background: #fff;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
}

.c-hamburger span::before {
    top: -8px;
}

.c-hamburger span::after {
    bottom: -8px;
}

.c-hamburger--htx {
    background-color: #3911a6;
}

.c-hamburger--htx span {
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

/* состояние active при открытом меню  */
.c-hamburger--htx.is-active {
    background-color: #3911a6;
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}

.tutorial .title-header-t {
    font-size: 30px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: #fff;
    line-height: 1;
    margin: 0;
}

.wrap-data-created {
    display: flex;
    align-items: center;
}

.wrap-data-created p {
    margin: 0;
    display: flex;
    padding: 4px 0 0 0;
}

.wrap-data-created p span {
    font-size: 12px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgba(255, 255, 255, 0.666);
    line-height: 1.5;
    background-color: rgba(255, 255, 255, 0.202);
    padding: 2px 8px;
    border-radius: 12px;
}

.tutorial-header .data-created {
    font-size: 14px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgba(255, 255, 255, 0.666);
    line-height: 1.5;
    padding: 0 0 0 14px;
}

.wrap-title-created {
    padding: 4px 0 0 0;
}

.wrap-mini-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.desc-logo {
    font-size: 12px;
    font-family: "AvenirNextCyr", sans-serif;
    color: rgba(0, 0, 0, 0.702);
    line-height: 1.5;
    padding: 0 0 0 18px;
    margin: 0;
}

.create-door {
    border: 1px dashed rgba(0, 0, 0, 0.666);
    flex: 298px 0 0;
    margin: 8px;
}

.wrap-tutorial-content {
    margin: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.wrap-create-door {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.wrap-create-door button, .button-ok {
    border-radius: 3px;
    border-style: solid;
    background-color: #e11d22;
    font-size: 14px;
    font-family: "AvenirNextCyrB", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 6px 8px;
    border-color: #e11d22;
    margin: 30px 0 0 0;
}

.or {
    font-size: 14px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgba(0, 0, 0, 0.666);
    line-height: 1.5;
    padding: 12px 0 0 0;
    margin: 0;
}

.some-door {
    margin: 0;
}

.some-door a {
    font-size: 18px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin: 0 0 0 10px;
}

.some-door a {
    border-bottom: 1px solid #afafaf;
    cursor: pointer;
}

.some-door a:hover {
    text-decoration: none;
}

.wrap-img-some-door {
    display: flex;
    align-items: center;
    padding: 0 0 28px 0;
}

.instruction-href {
    border-bottom: 1px solid #afafaf;
    margin: 0 0 18px 0;
}

.instruction-href a {
    font-size: 12px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgba(0, 0, 0, 0.702);
    line-height: 1.5;
    margin: 0 0 18px 0;
    display: inline-flex;
}

.instruction-href a:hover {
    text-decoration: none;
}

.wrap-instructions {
    padding: 0 0 0 94px;
}

.tutorial .title-item,
.tutorial .title-item a {
    font-size: 18px;
    font-family: "AvenirNextCyrB", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.tutorial .title-item a {
    border-bottom: 1px solid #afafaf;
}

.tutorial .title-item a:hover {
    text-decoration: none;
}

.tutorial .desc-item {
    font-size: 15px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin: 0;
}

.tutorial [class*=item-instruction-] {
    max-width: 364px;
    padding: 20px;
    margin: 0 0 8px 0;
    border-width: 1px;
    border-color: #afafaf;
    border-style: solid;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.102);
    box-shadow: 0 10px 30px 0 rgba(63, 18, 166, 0.15);
}

.tutorial [class*=item-instruction-]:hover {
    background: #fbfbfb;
}

.fadeIn {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeOut {
    animation: fade_out 2s;
    -moz-animation: fade_out 2s; /* Firefox */
    -webkit-animation: fade_out 1s; /* Safari and Chrome */
    -o-animation: fade_out 2s; /* Opera */
}

@keyframes fade_out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-moz-keyframes fade_out { /* Firefox */
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fade_out { /* Safari and Chrome */
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.hide-dom {
    display: none !important;
}

.head-door {
    display: flex;
    background: #e5e5e5;
    padding: 12px 20px 0 20px;
    cursor: pointer;
}

.wrap-name-door {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    padding: 0 0 0 20px;
}

.wrap-name-door p {
    margin: 0;
}

.wrap-name-door .desc-door,
.wrap-name-door .prop-door,
.wrap-name-door .in-key-hd {
    font-size: 12px;
}

.wrap-name-door .group-door {
    font-weight: 900;
    /*border-bottom: 1px solid;*/
    padding-bottom: 5px;
    margin-bottom: 6px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;}

.wrap-image-door {
    overflow: hidden;
    max-height: 86px;
}

.content-door .owner {
    font-size: 14px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin: 0;
}

.content-door .owner span {
    background: #ffdb85;
    padding: 1px 8px 2px 42px;
    border-radius: 12px;
}

.content-door-wrap-img {
    display: flex;
    align-items: center;
    position: relative;
    right: 14px;
    padding: 0 0 6px 0;
}

.content-door-wrap-img img {
    position: relative;
    left: 36px;
    background-image: url("../../images/key.png");
    background-size: initial;
}

.c-door {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 3px 7px 0 rgba(63, 18, 166, 0.1);
    margin: 6px;
    max-width: 300px;
    min-width: 292px;
    min-height: 155px;
}

.c-door:hover {
    box-shadow: 5px 2px 14px 0 rgba(66, 23, 165, 0.1);
}
.c-door.is_active{
    box-shadow: 0 0 0 3px rgba(66, 23, 165, 0.3);
}
.c-door .content-door {
    background: #ffffff;
    padding: 10px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.c-door .content-door.door-active-btns{
    justify-content: space-around;
    padding: 0;
}
.c-door .content-door.door-active-btns .door-active-btns-btn{
    width: 25%;
    padding-top: 10px;
    padding-bottom: 11px;
    text-align: center;
    cursor: pointer;
    transition: background-color 200ms ease-in-out 0ms;
}
.c-door .content-door.door-active-btns .door-active-btns-btn > img{
    width: 24px;
}
.c-door .content-door.door-active-btns .door-active-btns-btn:hover{
    background: #f7f7f7;
}
.content-door .add-key {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    /*width: 30px;
    height: 30px;*/
    /*border: 1px solid rgba(159, 159, 159, 0.666);
    border-radius: 50%;*/
    cursor: pointer;
    /*margin: 0 20px 4px 12px;*/
    align-self: center;
    /*line-height: 1.3;
    font-size: 14px;*/
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
    position: relative;
    z-index: 2;
    background: #fff;
}
.content-door .add-key:hover{
    /*background: #ccc;*/
    cursor: pointer;
}
.content-door .add-key > img{
    /*background: #fff;*/
    position: relative;
    z-index: 2;
    /*border-radius: 50%;*/
}
.content-door .add-key-desc{
    /*position: absolute;
    top: 2px;
    left: 30px;*/
    padding: 0 8px 3px 17px;
    margin-left: -9px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: content-box;
    border-left: none !important;
    z-index: 1;
    position: relative;
    font-size: 14px;
}
.content-door .add-key-desc:hover{
    background: #ccc;
    cursor: pointer;
}

.wrap-modal .modal-dialog {
    max-width: 364px;
}

.wrap-modal .modal-header,
.wrap-modal .modal-footer {
    border: unset;
}

.button-ok {
    margin: 0;
    border-style: solid;
}

.wrap-modal .number-door-custom {
    font-size: 28px;
    font-family: "AvenirNextCyrR", sans-serif;
    color: rgba(0, 0, 0, 0.666);
    line-height: 1.5;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.666);
}

.wrap-modal-content {
    min-width: 400px;
}

.wrap-modal-content .modal-content {
    padding: 20px;
}

.wrap-c-doors {
    display: flex;
    flex-wrap: wrap;
}


.slick-prev{
    left: 5px !important;}
.slick-next{
    right: 5px !important;}


@media (max-width: 748px) {
    .wrap-mini-logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 20px 0 0 0;
    }
    .header-menu .wrap-title-button {
        flex: 410px 0 0;
    }
}

@media (max-width: 640px) {
    .make-request {
        display: none;
    }
    .side-panel .header-menu .wrap-title-button {
        flex: 276px 0 0;
    }
    .side-panel .c-door {
        min-width: 340px;
    }
    .left-menu .side-panel .header-menu {
        margin: 0;
    }
}

@media (max-width: 450px) {
    .left-menu .wrap-menu-href {
        padding: 68px 0 0 94px;
    }
    .wrap-modal-content {
        min-width: 346px;
    }
}