/* DeafLove | File: main.css */

@import url('/assets/lib/flexbox-grid.css');

/*.grecaptcha-badge { visibility: hidden; }*/

ul {
    list-style: none;
}
img {
    vertical-align: middle;
    pointer-events: none;
}
button {
    cursor: pointer;
}

.select {
    position: relative;
}
.select:after {
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    right: 3px;
    top: 0px;
    color: #aaa;
    pointer-events: none;
}
select {
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    width: 100px;
    color: #fff;
    padding: 0.5rem 20px 0.5rem 3px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #0C0C0C;
    cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="password"] {
    font-size: inherit;
    font-family: inherit;
    outline: none;
    padding: 12px 11px;
    margin: 0px 0px 15px 0px;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #181818;
    border-radius: unset;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder {
    color: #C2C2C2;
}

body {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 15px;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: overlay;
    line-height: 1.5;
    color: #fff;
    background-color: #0C0C0C;
}

/*.image-preview {font-size: 35px;color: #fff;
    position: relative;
    width: 200px;
    height: 260px;
    margin-right: 10px;
    background-color: #696969;
    border-radius: 10px;
}*/
.image-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    transition: opacity .2s ease;
    opacity: 0;
}
.upload i {
    font-size: 3em;
    color: #fff;
}
.upload .image-preview:hover {
    opacity: 1;
}

.btn-facebook:hover {
    color: #1877F2;
}
.btn-telegram:hover {
    color: #2AA1DA;
}
.btn-instagram:hover {
    color: #FD01C2;
}

.img-l {
    width: 200px;
    height: 100%;
    background-color: #2e2e2e;
    border-radius: 5px;
}
.img-ll {
    width: 100%;
    height: 220px;
    border-radius: 5px;
    object-fit: cover;
    object-position: top;
}
.box {
    padding: 0px 9px 5px;
}
.box-contacts {
    display: flex;
    }
.box-contacts > center {
    padding: 0 15px 0px 15px;
}
.lists {
    display: flex;
    flex-wrap: wrap;
    max-width: 73em;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.5em;
}

/* Left */
.catalogs {
    position: absolute;
    left: 0;
}
.catalogs ul {
    display: flex;
    padding: 0; 
    list-style: none; 
    text-align: center;
}
.catalogs li {
    display: inline-flex;
    margin-right: 15px;
}
.catalogs a {
    display: table;
    position: relative;
    color: #BCBDBE;
}
.catalogs a:hover {
    color: #BCBDBE;
}
.catalogs a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #EA2822;
    transition: width 0.2s ease 0s, left 0.2s ease 0s;
    width: 0;
}
.catalogs a:hover:after { 
    width: 100%; 
    left: 0; 
}
.catalogs .active:after {    
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    background: #EA2822;
    width: 100%;
}


/* Right */
.bookmark {
    margin-right: 15px;
    width: 25px;
}
.bookmark a {
    color: #BCBDBE;
}
.bookmark a:hover {
    color: #EA2822;
}
.bookmark i {
    font-size: 25px;
    line-height: inherit;
}
.login {
    display: flex;
    position: absolute;
    right: 0;
}
.usermenu {
    position: relative;
}
.usermenu > .avatar {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    cursor: pointer;
}
.usermenu > .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
.menu {
    z-index: 1;
    display: none;
    position: absolute;
    padding: 10px 0px 5px 0px;
    background-color: #000;
    top: 90px;
    right: 0px;
    min-width: 240px;
    border-radius: 5px;
}
.menu:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    right: 25px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
}
.menu .block {
    display: flex;
}
.menu .block .profile {
    display: flex;
    width: 100%;
    height: 50px;
    padding-left: 7px;
    align-items: center;
    border-left: 3px solid #EA2822;
}
.menu .block .profile .avatar {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
}
.menu .block .profile .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
.menu .block .profile .text {
    width: 100%;
    padding: 0 10px;
    color: #fff;
}
.menu .block .profile .text span {
    display: block;
    font-size: 14px;
}
.menu .block .item {
    display: block;
    width: 100%;
}
.menu .block .item a {
    display: flex;
    height: 50px;
    align-items: center;
    padding-left: 3px;
    color: #fff;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: border-left 0.1s linear;
}
.menu .block .item i {
    display: flex;
    width: 50px;
    font-size: 20px;
    justify-content: center;
    color: #919191;
}

/* Tabs */
.tabs_items {
    display: flex;
    position: relative;
    width: 100%;
    padding: 15px 9px;
}

/* Footer */
footer {
    margin-top: auto;
}
.footer {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.footer > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer .footer-languages {
    position: absolute;
    /*width: 200px;*/
}
.footer .footer-center {
}
.footer .footer-icon--item + .footer-icon--item,
.footer .footer-menu--item + .footer-menu--item {
    margin-left: 1rem;
}
.footer .copyright {
}

/*line*/
.line-menu > div {
    padding: 0 10px;
    margin-right: 10px;
    background: #181818;
    border-radius: 3px;
    width: 150px;
    height: 35px;
}

.line-menu > .dropdown {
    position: relative;
    cursor: pointer;
}
.line-menu > .dropdown .block::-webkit-scrollbar {
    width: 5px;
}
.line-menu > .dropdown .block::-webkit-scrollbar-thumb {
    background: #C400AB;
    border-radius: 5px;
}
.line-menu > .dropdown .menu-content {
    display: none;
    z-index: 1;
    position: absolute;
    padding: 5px 0;
    width: 100%;
    background: #181818;
    margin-top: 10px;
    border-radius: 5px;
    left: 50%;
    transform: translate(-50%);
    border: 0;
    height: unset;
    cursor: initial;
}
.line-menu > .dropdown .show {
    display: block;
}
.line-menu > .dropdown .block {
    max-height: 200px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: unset;
    overflow-y: auto;
}
.line-menu > .dropdown .block a {
    display: flex;
    position: relative;
    height: 40px;
    align-items: center;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    /*border-left: 3px solid transparent;
    transition: border-left 0.1s linear;*/
}
.line-menu > .dropdown .block a:hover {
    color: #C400AB;
}
.line-menu > .dropdown .block .active {
    color: #C400AB;
}
.line-menu > .dropdown .block .active:before {
    content: '';
    position: absolute;
    height: 24px;
    left: 0;
    border-left: 5px solid #C400AB;
    border-radius: 4px;
}


/*поиск*/
.lineposik {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 221px;
    height: 2px;
    background: #5C5C5C;
    border-radius: 5px;
    top: -5px;
    transition: border .30s ease;
}


.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.list {
    padding: 0 9px 20px;
}
.list div {
    width: 130px;
    height: 180px;
    background-color: #2e2e2e;
    border-radius: 5px;
}
.list .image {
    width: 100%;
    height: 180px;
    border-radius: 5px;
}


.movie-info {
    margin-left: 70px;
}
.movie-info .genre {
    display: inline-block;
    font-size: 15px;
    padding: 0 10px;
    margin-top: 4px;
    border: 1px solid #D60812;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    transition: border 0.1s ease-out;
}
.movie-info .genre:hover {
    color: #fff;
    border: 1.5px solid #fff;
}
.movie-info  .watch {
    font-size: 17px;
    width: 190px;
    padding: 10px;
    color: #fff;
    margin-right: 10px;
    background-color: #D60812;
    border-radius: 50px;
}


.linedown {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    border: 1px solid #EA2822;
}
.name_test {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

@media only screen and (max-width: 576px) {
    header .container .content-header { 
        height: 85px;
    }
    .footer > div {
        flex-direction: column;
        align-items: center;
    }
    .footer .footer-icon--list {
        justify-content: center;
    }

    .usermenu .avatar {
        width: 50px;
        height: 50px;
    }
    .bookmark {
        width: 15px;    
    }
    .bookmark i {
        font-size: 22px;
    }
    .menu {
        top: 70px;
    }
    .menu:before {
        right: 15px;
    }
    .menu .block {
        font-size: 15px;
    }
    
    .list-container {
        height: 150px;
    }
    .list {
        padding: 0 5px 20px;
    }
    .list div {
        width: 105px;
        height: 150px;
    }
    .list .image {
        height: 150px;
    }
    .name_test {
        right: 69px;
        bottom: 0px;
    }
    .lineposik {
        width: 222px;
        top: 35px;
    }
}


img:not([src]) {
  visibility: hidden;
}

textarea {
  font-family: inherit;
  padding: 12px 11px;
  margin: 0px 0px 15px 0px;
  width: 100%;
  height: 100px;
  resize: none;
  color: #fff;
  border-bottom: 1px solid #acacac;
  border-radius: unset;
}

select {
  padding: 12px 11px;
  margin: 0px 0px 15px 0px;
  width: 180px;
  border-radius: 5px;
}
select > option {
  color: #fff;
}
select > option:disabled {
  color: inherit;
}

.header {
  margin-bottom: 10px;
  background-color: #2e2e2e;
}

.wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/*
.btn {
  margin-top: 20px;
  text-align: center;
}
.btn > button {
  font-family: inherit;
  font-size: 16px;
  background-color: #D60812;
  color: #fff;
  width: 280px;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
}
.btn > button:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.4) inset;
}
*/

.btn-upload {
  font-size: 15px;
  padding: 8px 11px;
  background-color: #D60812;
  border-radius: 5px;
}
.btn-upload:hover {
  color: #fff;
}

.logo .upload_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  transition: opacity .2s ease;
  opacity: 0;
}
.logo .upload_logo i {
  display: flex;
  text-align: center;
  font-size: 2em;
  width: 100%;
  height: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.logo .upload_logo:hover {
  opacity: 1;
}


.content {
    margin-top: 80px;
    margin-bottom: 20px;
}
.wrapper {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}


.reset {
    position: relative;
    font-family: inherit;
    font-size: 16px;
    color: #989898;
    border: none;
    outline: none;
}
.reset:after {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    margin-top: 3px;
    background: #EA2822;
    width: 100%;
}

.element {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0px 5px 5px;
    box-shadow: 0px -5em 1em 20px rgb(0 0 0 / 90%);
    border-radius: 5px;
    align-items: flex-end;
}
.box-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.center {
    padding: 0px 15px;
}

/* Welcome_main */
@media only screen and (max-width: 576px) {
    /* Header */
    .wrapper {
        max-width: 250px;
    }
    .tabs_items {
        flex-direction: column;
    }
    .line-menu > div {
        height: 44px;
        border-radius: 5px;
    }
    .img-l {
        width: 150px;
        height: 100%;
        background-color: #2e2e2e;
        border-radius: 5px;
    }
    .img-ll {
        width: 100%;
        height: 165px;
        border-radius: 5px;
        object-fit: cover;
        object-position: top;
    }
    .box {
        padding: 0px 3px 10px;
    }
    .box-contacts {
        display: flex;
        flex-direction: column;
    }
    .box-list {
        justify-content: center;
    }
    .lists {
        margin-top: 0;
        max-width: none;
    }
    .select {
        width: 155px;
    }
    .content {
        margin-top: 40px;
    }
    .center {
        padding: 0px;
    }
}
@media only screen and (max-width: 360px) {
    .img-l {
        width: 120px;
        height: 100%;
        background-color: #2e2e2e;
        border-radius: 5px;
    }
    .img-ll {
        width: 100%;
        height: 135px;
        border-radius: 5px;
        object-fit: cover;
        object-position: top;
    }
}

.notice {
    animation: anim-notice-color 0.5s;
}
@keyframes anim-notice-color {
    from {
        background-color: #111111;
    }
    50% {
        background-color: #ed7e07;
    }
    to {
        background-color: #111111;
    }
}