.chat-application .chat-app-window .start-chat-area{
    background: white!important;
}
.chat-application .content-area-wrapper{
    min-height: 500px;
}

.chat-application .chat-app-window .start-chat-area, .chat-application .chat-app-window .user-chats{
    background: white!important;
}
.user-chats .chats{
    max-height: 500px;
    overflow-y: scroll;
}
.bg-types-crm{
    background: #efefef;
}
.video-bg{
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.video-bg .new-product-cart{
    background: #ffffffab;
    padding: 20px;
}
.back-site{
    top: 15px;
    position: absolute;
    left: 20px;
    color: white;
    font-family: 'GT Eesti Pro Display', sans-serif;
    z-index: 1000;
    text-decoration: none;
    font-size: 17px;
}
.text-video-info{

}
.center-pos{
    position: absolute;
    z-index: 666;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    opacity: 0;
    transition: 0.25s;
}


.buttons-video-control{
    position: fixed;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 999999;
}
.buttons-video-control i{
    font-size: 20px;
    padding: 5px;
    margin: 0 5px;
    color: white;
}
.buttons-video-control i:hover{
    cursor: pointer;
    color: #dddede;
}
.right-top-pos{
    position: absolute;
    top: 70px;
    transition: 0.25s;
}
.right-bottom-pos{
    position: absolute;
    bottom: 70px;
    transition: 0.25s;
}
.right-center-pos{
    position: absolute;
    transition: 0.25s;
    display: flex;
    align-items: center;
    height: 100vh;
}
.left-bottom-pos{
    position: absolute;
    bottom: 70px;
    transition: 0.25s;
}
.left-top-pos{
    position: absolute;
    top: 70px;
    transition: 0.25s;
}
.left-center-pos{
    position: absolute;
    transition: 0.25s;
    display: flex;
    align-items: center;
    height: 100vh;
}
.right-center-pos .bg-right-center-pos, .left-center-pos .bg-right-center-pos{
    background: #ffffffab;
    padding: 20px;
    width: 400px;
    display: flex;
    align-items: center;
}
.vertical-video{
    height: 360px!important;
}
.text-video{
    opacity: 0;
}
.hover-video{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.items-video{
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    bottom: 40px;
    flex-wrap: wrap;
    flex-direction: column;
    color: white;
}
.hover-video video{
    min-height: 100vh;
    cursor: pointer;
    width: 100%;
}
.hover-video:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000052;

}
.items-video .add-new-cart-prod{
    background: #14c83d;
}
.items-video .add-new-cart-prod img{
    width: 25px!important;
}
.hover-video:hover .items-video{
    opacity: 1;
}
.vopros-video{
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    background: white;
    padding: 5px 20px;
    border-radius: 20px;
    text-decoration: none;
    margin-bottom: 10px;
}
.vopros-video:hover{
    cursor: pointer;
}
.price-video{
    font-size: 20px;
    text-transform: uppercase;
    color: black;
    font-weight: 800;
}
.user-chats .chats::-webkit-scrollbar {
    width: 5px;               /* ширина scrollbar */
}
.user-chats .chats::-webkit-scrollbar-track {
    background: white;        /* цвет дорожки */
}
.user-chats .chats::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;    /* цвет плашки */
    border-radius: 20px;       /* закругления плашки */
    border: 1px solid white;  /* padding вокруг плашки */
}
/*.navbars{*/
/*    margin-bottom: 70px!important;*/
/*    padding: 15px 0;*/
/*}*/
/*.brands{*/
/*    color: black;*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    text-decoration: none;*/
/*    text-transform: uppercase;*/
/*}*/
/*.item-nav{*/
/*    margin: 0 5px;*/
/*    color: black;*/
/*    text-decoration: none;*/
/*}*/
/*.search-input{*/
/*    padding: 5px 0;*/
/*    border: none;*/
/*    border-bottom: 1px solid;*/
/*    margin-bottom: 30px;*/
/*    outline: none;*/
/*}*/
/*.categories{*/
/*    margin-top: 25px;*/
/*}*/
/*.item-category{*/
/*    margin-bottom: 5px;*/
/*    padding: 5px 10px;*/
/*    margin-left: -10px;*/
/*}*/
/*.item-category a{*/
/*    color: black;*/
/*    text-decoration: none;*/
/*    font-size: 17px;*/
/*}*/
/*.active-category{*/
/*    background: #e4e4e4;*/
/*    border-radius: 5px;*/
/*}*/

/*.item-product{*/

/*}*/
/*.item-product img{*/
/*    border-radius: 10px;*/
/*}*/
/*.item-product .price{*/
/*    color: #14c83d!important;*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*}*/
/*.item-product h4{*/
/*    color: black;*/
/*    font-size: 16px;*/
/*    margin-top: 15px;*/
/*    text-transform: uppercase;*/
/*}*/

html .content .content-wrapper .content-header-title{
    color: #322F3F;
    border: none;
    font-size: 28px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    height: 28px;
}
.breadcrumb-wrapper .breadcrumb {
    line-height: 28px;
    border-left: 1px solid #D6DCE1;
}
html .content .content-wrapper .content-header-right .btn-icon {
    padding: 10px 15px ;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 16.9px;
    display: flex;
    align-items: center;

}
html .content .content-wrapper .content-header-right .btn-icon img{
    margin-right: 9px;
}
.btn-primary {
    border-color: #6A5FD6 !important;
    background-color: #6A5FD6 !important;
    color: #fff !important;
}
.btn-primary:hover{
    border-color: #7669ED !important;
    background-color: #7669ED !important;
    box-shadow: none!important;
}

.hover-up-y:hover{
    transform: translateY(-2px);
}
.remove-notes-button{
    position: absolute;
    right: 10px;
    top: 10px;
}
.remove-notes-button:hover{
    cursor: pointer;
}
.notes-date-change{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    margin: 0;
}
.notes-name{
    font-size: 15px;
    font-weight: 600;
    line-height: 19.5px;
    margin: 10px 0;
}
.normal-text{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    margin: 0 0 10px;
}
.max-height-notes{
    max-height: 56px;
    overflow: hidden;
}
.max-height-notes p{
    margin: 0 0 10px;
}
.notes-data .action-buttons{
    position: absolute;
    bottom: 30px;
}
.modal {
    left: 260px;
    width: calc(100% - 260px);
    padding-top: 100px;
}
.modal.show .modal-dialog {
    max-width: none!important;
    padding: 0 30px;
}
.modal-backdrop {
    background-color: #000000 !important;
    left: 260px;
    opacity: 0.3!important;
}
.modal .modal-header {
    background-color: #ffffff;
}
.modal .modal-header .close {
     box-shadow: none !important;
     transform: none;
}
.modal .modal-header .close:hover, .modal .modal-header .close:focus, .modal .modal-header .close:active {
    transform: translate(5px, -5px);
}

.modal-body {
    max-height: 630px;
    overflow-y: auto;
}

.modal .modal-footer {
    display: none !important;
}
.modal .modal-header .modal-title {
    padding: 20px 0 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 37.52px;
    text-align: left;
}
.button-add-new-notes{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    align-content: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
    flex-direction: column;
}
.button-add-new-notes .btn-icon{
    min-width: 54px;
}
.button-add-new-notes span{
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: center;
    max-width: 200px;
    color: #322F3F;
    margin-top: 20px;
}
.modal-body::-webkit-scrollbar {
    width: 12px;               /* ширина scrollbar */
}
.modal-body::-webkit-scrollbar-track {
    background: #f7f7f7;        /* цвет дорожки */
}
.modal-body::-webkit-scrollbar-thumb {
    background-color: #5e5873;    /* цвет плашки */
    border-radius: 20px;       /* закругления плашки */
    border: 3px solid #f7f7f7;  /* padding вокруг плашки */
}

.view-info-btn-image{
    display: none;
    position: absolute;
    bottom: -43px;
    left: calc(-50%);
    border-radius: 4px;
    background: #322F3F;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: white;
    width: 100px;
    text-align: center;
    line-height: 30px;
    z-index: 44;
}
.view-info-btn-image:before{
    content: '';
    background: #322F3F;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -3px;
    transform: rotate(45deg);
    left: 43px;
}
.none-view-form-label .form-group label{
    display: none;
}
.btn-outline-secondary {
    border: 1px solid #D8D6DE !important;
    color: #6E6B7B!important;
}
.country-selector__label{
    display: none!important;
}
.country-selector__input{
    padding: 0 10px 0 43px!important;
}
.country-selector__country-flag{
    top: 13px!important;
}
.tabs-data .notes-data{
    height: 64px;
    padding: 22.5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tabs-data .normal-text{
    margin-bottom: 0;
}
.tabs-data .notes-name{
    width: 30%;
}
.tabs-data .remove-notes-button {
    top: 21px;
}
.tabs-data .info-last-update-user{
    display: flex;
    justify-content: space-between;
    width: 40%;
    align-items: center;
}
.tabs-data .action-buttons{
    position: relative;
    bottom: auto;
}
.tabs-data  .remove-notes-button {
    position: relative;
    right: auto;
    top: auto;
}

.tabs-data .button-add-new-notes span {
    font-size: 13px;
    margin: 0 0 0 15px;
    text-align: left;
}
.tabs-data .notes-data-btn-tabs{
    padding: 10px 37px!important;
    background: rgb(238, 238, 238);
    width: 208px;
    margin: 0 auto;
    display: flex;
    border-radius: 6px;
}
.notes-data-btn-tabs .button-add-new-notes{
    padding: 0;
}
.breadcrumb-right{
    display: flex;
    justify-content: flex-end;
}
.dropdown{
    display: flex;
}
.header-navbar{
    z-index: 444444!important;
}

.multiselect__content-wrapper::-webkit-scrollbar {
    width: 12px;               /* ширина scrollbar */
}
.multiselect__content-wrapper::-webkit-scrollbar-track {
    background: #f7f7f7;        /* цвет дорожки */
}
.multiselect__content-wrapper::-webkit-scrollbar-thumb {
    background-color: #5e5873;    /* цвет плашки */
    border-radius: 20px;       /* закругления плашки */
    border: 3px solid #f7f7f7;  /* padding вокруг плашки */
}

.vl {
    border-left:1px solid #38546d;
    border-right:1px solid #16222c;
    height:50%;
    width: 5px;
  }

.main-login{
    background: #6F7D63;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}
.left-block-login-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    z-index: 555;
    position: relative;
    max-width: 420px;
}
.main-login h1{
    font-size: 60px;
    font-weight: 700;
    line-height: 71px;
    text-align: center;
    margin: 0 0 20px;
    color: white;
}
.text-login-form{
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
    text-align: center;
    color: white;
    margin-bottom: 30px;
}
.buttons-login-or-register{
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}
.item-flex-login-and-phone:first-child{
    margin-right: 20px;
}
.item-button-lr{
    padding: 10.5px 47px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
    text-align: left;
    color: white;
    border: 1px solid;
    outline: none;
    background: none;
    border-radius: 50px;
    opacity: 0.3;
    transition: 0.25s;
}

.buttons-login-phone-or-email{
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 20px 0 30px;
}
.item-button-ph-email{
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
    text-align: left;
    color: white;
    background: none;
    outline: none;
    border: none;
    opacity: 0.3;
    transition: 0.25s;
    margin: 20px 0 30px;
}
.item-flex-login-and-phone{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.item-button-ph-email:first-child{
    margin-right: 50px;
}
.item-button-ph-email span{
    margin-left: 10px;
}
.item-button-lr:hover{
    opacity: 1;
}
.item-button-ph-email:hover{
    opacity: 1;
}
.active-item-lr{
    opacity: 1;
}
.span-label-register{
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    text-align: left;
    opacity: 0.3;
    margin: 8px 10px 6px;
    display: block;
    color: white;
}
.form-control-register-phone{
    padding: 1px 20px;
    background: white;
    border-radius: 46px;
}
.form-control-register-phone input{
    border: none!important;
    outline: none!important;
    box-shadow: none!important;
    caret-color: none!important;
}
.form-control-register-phone .input-tel__input{
    font-family: 'Montserrat', sans-serif!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 18.2px!important;
    text-align: left!important;
    color: #3f3f3f!important;
}
.form-control-register-phone .input-tel__input::placeholder{
    color: #D8D6DE!important;
}
.form-control-register-phone .input-tel__label{
    color: #FF9500!important;
}
.form-control-register::placeholder{
    color: #D8D6DE!important;
}
.form-control-register{
    padding: 12px 20px;
    background: white;
    border-radius: 46px;
    outline: none;
    border: none;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #3f3f3f;
}
.btn-form-login{
    background: #FF9500;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 22.5px;
    border: none;
    color: white;
    outline: none;
    margin: 40px 0 20px;
}
.block-image-login{
    height: 100%;
    position: relative;
}
.block-image-login img{
    height: 100%;
    position: absolute;
    top: 0;
}
.text-block-image-login{
    font-family: 'Montserrat', sans-serif;
    max-width: 530px;
    z-index: 666666;
    position: absolute;
    bottom: 20%;
    left: 24%;
}
.block-image-login h2{
    font-size: 20px;
    font-weight: 600;
    line-height: 26.8px;
    text-align: left;
    color: #322F3F;
    margin: 0;
}
.block-image-login p{
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #6E6B7B;
    margin: 20px 0 0 ;
}
.image-login-1024, .image-login-640{
    display: none;
}
.auth-login-form p{
    font-family: 'Montserrat', sans-serif;
    color: white;
}

.lang-new-change{
    display: flex;
    position: relative;
    padding: 1px 5px;
    background: #EEEEEE;
    border-radius: 4px;
    justify-content: center;
}
.lang-new-change:first-child{
    margin-right: 12px;
}
.lang-new-change:hover{
    cursor: pointer;
}
.lang-new-change:hover .all-other-lang:before{
    content: '';
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    background: #322F3F;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -5px;
}
.lang-new-change .all-other-lang{
    display: none;
    position: absolute;
    background: #322F3F;
    width: 100px;
    /* left: -50%; */
    padding: 10px 20px;
    border-radius: 8px;
    z-index: 999;
    top: 37px;
    text-align: center;

}
.lang-new-change .valuta-select-list{
    display: none;
}
.lang-new-change span{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22.5px;
    color: #6E6B7B;
    text-transform: uppercase;
    transition: 0.25s;
}
.lang-new-change:hover span{
    color: #ADADAD;
}
.lang-new-change:hover span:before{
    content: '';
    background: none;
    width: calc(100% + 50px);
    margin-left: -25px;
    height: 33px;
    position: absolute;
}
.lang-new-change .all-other-lang a{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    margin-bottom: 6px;
    transition: 0.25s;
}
.lang-new-change .all-other-lang a:hover{
    text-decoration: none;
    cursor: pointer;
    color: #ADADAD;
}
.lang-new-change .all-other-lang .item-other-lang{
    color: white;
}
.lang-new-change .all-other-lang .activ-other-lang{
    color: #FF9500;
}

.lang-new-change:hover .all-other-lang{
    display: block;
}
.lang-new-change:hover .valuta-select-list{
    display: flex;
    width: max-content;
    max-width: 500px;
    flex-wrap: wrap;
}
.lang-change-form-login{
    text-align: right;
    position: absolute;
    right: 45px;
    z-index: 6666;
    top: 20px;
}
@media screen and (max-width: 1200px) {
    .block-image-login {
        left: -18%;
    }
    .image-login-1920{
         display: none;
    }
    .image-login-1024{
        display: block;
    }
    .text-block-image-login {
        bottom: 14%;
        left: 40%;
        width: 79%;
    }
}
@media screen and (max-width: 800px) {
    .block-image-login {
        left: -20%;
    }
}
@media screen and (max-width: 768px) {
    .image-login-1920, .image-login-1024{
        display: none;
    }
    .image-login-640{
        display: block;
    }
    .block-image-login img {
        position: absolute;
        width: calc(100% + 40px);
        bottom: 0;
        left: -20px;
        top: auto;
        height: auto;
    }
    .block-image-login {
        position: relative;
        height: 690px;
    }
    .text-block-image-login {
        bottom: 50px;
        left: 0;
        width: 100%;
        max-width: none;
    }
    .block-image-login {
        left: 0;
    }
    .main-login, .left-block-login-center{
        height: 100%;
    }
    .lang-new-change:hover .valuta-select-list {
        width: 200px;
    }
}
@media screen and (max-width: 600px) {
    .block-image-login img {
        bottom: 100px;
    }
    .block-image-login:before{
        bottom: 0;
        content: '';
        background: white;
        position: absolute;
        width: 150%;
        height: 220px;
        left: -20px;
    }
    .main-login h1 {
        font-size: 44px;
        line-height: 48px;
        margin: 25px 0 20px;
    }
    .lang-change-form-login {
        right: 20px;
        top: 15px;
    }
}
@media screen and (max-width: 480px) {
    .item-flex-login-and-phone:first-child {
        margin-right: 10px;
    }
    .item-button-lr {
        padding: 5.5px 14px;
        font-size: 13px;
    }
    .item-button-ph-email {
        font-size: 13px;
        margin: 14px 0 24px;
    }
}

@media screen and (max-width: 400px) {
    .block-image-login img {
        bottom: 200px;
    }
    .block-image-login:before{
        height: 220px;
    }
}
