@import "../fonts/MyriadPro/stylesheet.css";

:root {
    --white-color: #fefefe;
    --black-color: #000000;
    --grey6-color: #666666;
    --red-color: #ff2d14;
    --blue-color: #059fdf;
    --blue-hovered-color: #0595df;
    --light-grey: #eee;
    --yellow-color: #fed600;
    --pink-color: #e4097f;
    --menu-background: #2a2a2a;
    --vh: 1vh;
}

*{ padding:0; margin:0; }

body{
    background-color: #fff;
    color: var(--black-color);
    position: relative;
    font-size: 15px;
    font-family: "Myriad Pro", sans-serif;
    max-width: 100%;
    overflow-x: hidden;
}

/**/
.body_text{
    color: var(--white-color);
}
.red{
    color: var(--red-color);
}
.grey6{
    color: var(--grey6-color);
}
.blue{
    color: var(--blue-color);
}
a{
    color: var(--blue-color);
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
a:hover, a:active{
    text-decoration: underline;
    color: var(--blue-hovered-color);
    outline: none !important;
}
.inline-block{ display: inline-block; }

*:focus{
    outline: none !important;
}
.hidden_arrows{
    -moz-appearance: textfield;
}
.hidden_arrows::-webkit-outer-spin-button,
.hidden_arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.width_100{
    width: 100%;
}
.m_top_40{
    margin-top: 40px;
}
.t-bold{
    font-weight: bold;
}
.f-size_1{ font-size: 1em;}
.f-size_12{ font-size: 1.2em;}
.inline_flex_center{
    display:inline-flex;align-items: center;
}

.black-btn{
    display: inline-block;
    border: none;
    outline: none;
    text-align: center;
    text-decoration: none;
    color: var(--white-color);
    background: var(--black-color);
    box-shadow: 1px 1px 5px -2px rgba(15,15,15,0.3);
    border-radius: 35px;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 1.5em;
}
.black-btn:visited, .black-btn:active{
    color: var(--white-color);
}
.black-btn:hover{
    text-decoration: none;
    color: var(--white-color);
    opacity: 0.9;
}

.lg-backdrop{
    background: rgba(0,0,0,0.6) !important;
}

/*TOP MENU START*/
.topmenu-section{
    background: var(--menu-background);
    color: var(--white-color);
    position: sticky;
    top:0;
    z-index:100;
}
.topmenu-section a, .topmenu-section a:hover, .topmenu-section a:active{
    color: var(--white-color);
    text-decoration: none;
    text-transform: uppercase;
}
.topmenu-section .navbar-nav .dropdown-menu{
    background: var(--menu-background);
    color: var(--white-color);
    padding: 20px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.75);
    border-radius: 0;
    margin: 15px 0 0 -20px;
}
.topmenu-section .dropdown-menu a{
    display: inline-block;
    padding: 7px 10px;
    white-space: nowrap;
    border: 1px solid transparent;
}
.topmenu-section .dropdown-menu a:hover, .topmenu-section .dropdown-menu a.current{
    border: 1px solid var(--white-color);
}
.navbar{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0;
}
.navbar-brand{
    text-align: center;
    display: inline-flex;
    float: none;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.navbar-brand .logo{
    height: 75px;
}


.topmenu-section .nav-item{
    list-style: none;
    padding: 7px 15px;
    transition: all 0.3s ease-out 0s;
}
.topmenu-section .nav-item:hover, .topmenu-section .nav-item.current{
    background: #e9e9ea;
}
.topmenu-section .nav-item:hover>a, .topmenu-section .nav-item.current>a{
    color: var(--black-color);
}
.topmenu-section .dropdown-toggle{
    padding:0;
    margin:0;
    display: inline-flex;
    align-items: center;
}
    .topmenu-section .dropdown-toggle i{
        font-size: 18px;
        margin: 0 -5px 0 10px;
    }
.navbar-toggler{
    background: transparent;
    border: none;
    outline:none;
    box-shadow: none;
    padding: 5px 15px;
    line-height: 1em;
}

.nav-phones-holder, .nav-phones-holder .dropdown-menu a{
    position:relative;
    font-size: 1.4em;
    font-weight:bold
}
.nav-phone span{
    color: var(--yellow-color);
}
.nav-phone + span{
    color: var(--yellow-color);
}
#navbarPhones .nav-phone + span i{
    line-height: 34px;
    font-size: 21px;
    font-weight: bold;
    margin: 0;
}
#navbarPhones .nav-phone + span i:nth-of-type(2){display: none;}
.open #navbarPhones .nav-phone + span i:nth-of-type(1){display: none;}
.open #navbarPhones .nav-phone + span i:nth-of-type(2){display: inline;}
/* OPEN MENU ON HOVER
.dropdown:hover .dropdown-menu{
    display: block;
}
*/
.goto-cabinet{
    width:46px;
    height:46px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: #049deb;
    text-align:center;
    box-sizing: border-box;
}
.goto-cabinet i{
    color: var(--black-color);
    transition: all 0.3s ease-out 0s;
    line-height: 46px;
}
.goto-cabinet:hover{
    box-shadow: 0 0 10px -2px rgba(1,160,225,0.8);
}
.goto-cabinet:hover i{
    color: var(--white-color);
}

/*TOP MENU END*/

/*MAIN BANNER START*/
.main_banner{
    position: relative;
    text-align: center;
    color: var(--white-color);
    background: #747474 url(../img/header_background.jpg) no-repeat center center;
    background-size: cover;
    padding: 90px 0;
    font-size: 1.6em;
}
.main_banner p{
    margin: 0;
    font-size: 1.16em;
}
.main_banner h1{
    font-weight: 900;
    font-size: 2.5em;
    margin:0;
}
.main_banner ul{
    margin: 1.2em auto;
    width: 370px;
    max-width: 90%;
    text-align: left;
    font-size: 1.2em;
    font-weight: 100;
}
.main_banner h3{
    font-weight: 900;
    font-size: 1.5em;
    margin:0;
}

.goto-email{
    position: absolute;
    left:40px;
    bottom:40px;
    height:50px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left:20px;
    padding-right: 20px;
    color: var(--white-color);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
    background: var(--pink-color);
    background-image: linear-gradient(90deg, var(--pink-color) 0%, #fb69b8 50%, var(--pink-color) 100%);
    background-size: 300% auto;
    background-position: right center;
    text-align:center;
    box-sizing: border-box;
    animation: button-hover-gradient 1.5s cubic-bezier(0.25, 1, 0.5, 1) infinite;
    animation-delay: 0.1s;
    animation-direction: alternate;
}
@keyframes button-hover-gradient {
    to {
        background-position: left center;
    }
}
.goto-email:hover{
    color: var(--white-color);
    text-decoration: none;
    box-shadow: 0 0 10px -2px rgba(228,9,125,0.8);
}
/*MAIN BANNER END*/

/*TITLES START*/
.title{
    position: relative;
    margin:30px 0;
    padding:0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
}
.title:after{
    content: "";
    position: absolute;
    left:15%;
    right:15%;
    top:50%;
    border-top: 2px solid var(--black-color);
    margin-top:-1px;
}
.title.white:after{
   display: none;
}
.title>span{
    position:relative;
    display: inline-block;
    font-size: 0.9em;
    background: #fff;
    padding: 5px 40px;
    max-width: 80%;
    font-weight: normal;
    z-index: 10;
}
.title.white>span{
    background: transparent;
    color: var(--white-color);
    text-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}
.title>span>span{
    font-weight: bold;
    font-size: 1em;
}
.title>span>span+span{
    font-size: 0.7em;
    display: block;
    font-weight: normal;
}
/*TITLES END*/


/*FOOTER START*/
#footer{
    background: var(--black-color);
    color: var(--white-color);
    padding: 30px 0;
}
.footer-country{
    font-size: 2em;
    font-weight: bold;
    margin:0 0 15px 0;
    position: relative;
}
.blue_delimiter, .yellow_delimiter{
    width: 70px;
    height:8px;
    background: var(--blue-color);
    margin: 25px 0;
}
.yellow_delimiter{
    background: var(--yellow-color);
}
.footer-logo{
    align-items: flex-start;
}
.footer-logo>div p{
    margin: 0 0 0 15px;
}
.footer-logo>div p:first-of-type{
    font-size: 0.6em;
    padding: 0 0 0 8px;
}
.footer-logo>div p:last-of-type{
    font-size: 1.33em;
    margin-top: 1px;
}

.footer-contact-card{
    margin-bottom: 25px;
    min-height: 140px;
}
.fc-title{
    color: #9c9f9d;
    font-weight: bold;
    font-size: 1.4em;
}
.fc-description{
    font-size: 12px;
    line-height: 15px;
    height: 30px;
    overflow: hidden;
}
.footer-contact-card a{
    color: var(--white-color);
}
.fc-phone{
    font-weight: bold;
    font-size: 1.1em;
}
.fc-phone i, .fc-email i{
    color: #9c9f9d;
    font-size: 0.9em;
    margin: 0 10px 0 -25px;
}

.footer-icons{
    position:absolute;
    top:20px;
    right: 15px;
    width: 50px;
    font-size: 15px;
}
.footer-icons a{
    position: relative;
    width:50px;
    height:50px;
    border-radius: 50%;
    display: inline-block;
    background: var(--yellow-color);
    text-align:center;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.footer-icons a:after{
    content: "";
    position: absolute;
    top:0; right:0; bottom:0; left:0;
    z-index:2;
}
.footer-icons a:nth-of-type(2){
    background: var(--pink-color);
}
.footer-icons a:nth-of-type(3){
    background: var(--blue-color);
}
.footer-icons a:hover{
    box-shadow: 0 0 10px -2px rgba(1,160,225,0.8);
}
.footer-icons a:nth-of-type(2):hover{
    box-shadow: 0 0 10px -2px rgba(255,238,0,0.8);
}
.footer-icons a:nth-of-type(3):hover{
    box-shadow: 0 0 10px -2px rgba(228,9,125,0.8);
}
.footer-icons i{
    color: var(--black-color);
    font-size: 30px;
    transition: all 0.3s ease-out 0s;
    line-height: 50px;
}
.footer-icons svg{
    width: 30px;
    height: 30px;
    margin-top: 10px;
}
.footer-icons svg *{
    fill: var(--black-color) !important;
}
.footer-icons a:hover i, .footer-icons a:hover svg *{
    fill: var(--white-color) !important;
    color: var(--white-color);
}

/*FOOTER END*/

/*GO TO TOP START*/
#go_to_top{
    position:fixed;
    bottom: 19px;
    right: 19px;
    background: rgba(116,116,116,0.5);
    color: var(--white-color);
    width:41px;
    height:41px;
    box-shadow: 1px 1px 4px -1px rgba(25,25,25,0.3);
    z-index: 100;
}
#go_to_top:hover{
    background: rgba(116,116,116,0.9);
}
#go_to_top i{
    margin: 8px 8px;
}
/*GO TO TOP END*/

/*OUR SERVICES START*/
.our_srvices-item{
    position: relative;
    color: var(--white-color);
    height:0;
    padding: 25% 0 0 0;
    background-position: center center;
    background-size: cover;
}
.service-body .our_srvices-item{
    padding-top: 33.33%;
}
.our_srvices-item:hover, .our_srvices-item:visited{
    color: var(--white-color);
}
.square-block-title{
    position: absolute;
    top: calc(50% - 20px);
    left: 20px;
    right: 20px;
    z-index: 10;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(116,116,116,0.3);
    max-width: 100%;
    overflow: hidden;
}
.square-block-title p{
    position:relative;
    display: block;
    width: 100%;
    margin:0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
}
.square-block-title p+p{
    font-size: 0.9em;
    font-weight: normal;
}
.gray_overlay, .blue_overlay{
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index: 1;
}
.gray_overlay{
    background: rgba(42,42,42,0.5);
}
.blue_overlay{
    opacity:0;
    background: rgba(31,164,223,0.6);
    transition: all 0.3s ease 0s;
}
.our_srvices-item:hover .blue_overlay{
    opacity:1;
}

.our_srvices-item:nth-of-type(1n) .gray_overlay{ animation: 4s ease-in-out 0s infinite alternate gray_overlay; }
.our_srvices-item:nth-of-type(2n) .gray_overlay{ animation: 5s ease-in-out 0s infinite alternate gray_overlay; }
.our_srvices-item:nth-of-type(3n) .gray_overlay{ animation: 6s ease-in-out 0s infinite alternate gray_overlay; }
.our_srvices-item:nth-of-type(4n) .gray_overlay{ animation: 4s ease-in-out 0s infinite alternate gray_overlay; }
.our_srvices-item:nth-of-type(5n) .gray_overlay{ animation: 5s ease-in-out 0s infinite alternate gray_overlay; }
.our_srvices-item:nth-of-type(6n) .gray_overlay{ animation: 6s ease-in-out 0s infinite alternate gray_overlay; }
.our_srvices-item:nth-of-type(7n) .gray_overlay{ animation: 7s ease-in-out 0s infinite alternate gray_overlay; }
.our_srvices-item:nth-of-type(8n) .gray_overlay{ animation: 4s ease-in-out 0s infinite alternate gray_overlay; }
@keyframes gray_overlay { from { opacity: 1 } to { opacity:0.2 }  }
/*OUR SERVICES END*/


/*OUR PORTFOLIO START*/
.our_portfolio-item{
    position: relative;
    color: var(--white-color);
    height:0;
    padding: 16.66% 0 0 0;
    background-position: center center;
    background-size: cover;
}
.portfolio-carousel .our_portfolio-item{
    width: 100%;
    padding: 100% 0 0 0;
    display: block;
}
.our_portfolio-item .square-block-title{
    opacity: 0;
    transition: all 0.2s ease 0s;
}
.our_portfolio-item:hover, .our_portfolio-item:visited{
    color: var(--white-color);
}
.our_portfolio-item:hover .blue_overlay,
.our_portfolio-item:hover .square-block-title{
    opacity:1;
}
/*OUR PORTFOLIO END*/

/*SECTION ADD ORDER START*/
.section_order{
    position: relative;
    text-align: center;
    color: var(--white-color);
    background: #747474 url(../img/section_order_background.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 50px 0;
}
.main-form-order{
    padding: 50px 20px 15px 20px;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 15px;
    box-shadow: inset 10px 10px 35px 5px rgba(255,255,255,0.5), inset -10px -10px 25px 5px rgba(5,5,5,0.4), 0 0 15rem 0 rgba(0, 0, 0, 0.6);
}
.main-form-order:before {
    background-color: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    top:0;left:0;
    z-index:0;
    border-radius: inherit;
}
.main-form-order_holder{
    position: relative;
}
.main-form-order_text {
    position: relative;
    z-index: 2;
}
input.datepicker{
    background-image: url(../img/calendar.svg);
    background-position: right 10px center;
    background-repeat:no-repeat;
    background-size: 16px 16px;
}

.form-order.sweet-alert{
    opacity: 1;
    display: block;
    position: relative;
    margin: 0;
    left: auto;
    right: auto;
    width: auto;
    padding-bottom: 50px;
    color: var(--black-color);
    font-size: 1.1em;
    z-index: 0;
}
.main-form-order.sweet-alert:before{
    display: none;
}
.form-order.sweet-alert .text{
    color: var(--black-color);
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}
/*SECTION ADD ORDER END*/


/*REVIEWS START*/
.section_reviews{
    background: #dadada;
    padding: 50px 0;
}
.section_reviews.dedicated_page{
    background: var(--white-color);
}
.review-item{
    background: var(--white-color);
    box-shadow: 1px 1px 5px -2px rgba(15,15,15,0.3);
    text-align: center;
    padding: 30px 15px;
    margin: 15px 0;
    height: 100%;
}
.section_reviews.dedicated_page .review-item{
    outline: 1px solid #eee;
}
.review-item:last-of-type{
    margin-right: 0;
}
.review-item .photo{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    background-color: #dadada;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 5px -2px rgba(15,15,15,0.3);
}
.review-item .name{
    font-size: 1.7em;
    margin: 10px 0 25px 0;
}
.review-item .body{
    font-size: 0.9em;
    margin: 0 0 10px 0;
}
.review-item .city{
    font-size: 1.2em;
    line-height: 1.2em;
    height: 2.4em;
    margin:0 0 10px 0;
}

.rating__icon--star,
.rating-group:hover .rating__label .rating__icon--star{
    color: var(--yellow-color);
}
.rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.add_review_btn_holder{
    text-align: center;
    margin: 30px 0 0 0;
}

/*REVIEWS END*/

/*SERVICES PAGE START*/
.content.service-body{
    margin: 0 0 50px 0;
    border-right: 2px solid var(--black-color);
    padding-right: 35px;
}
.content.service-body ul, .article-content ul,
.content.service-body ol, .article-content ol{
    padding-left: 50px;
}
#carousel-service{
    width: 600px;
    max-width: 100%;
    margin: 50px auto 0 auto;
    background-color: #747474;
}
#carousel-service .carousel-control{
    opacity:0.1;
}
#carousel-service:hover .carousel-control{
    opacity:1;
}
#carousel-service  .carousel-inner{
    height: 400px;
}

#carousel-service .item, #carousel-service .item .img{
    text-align: center;
    height: 100%;
    width: 100%;
}
#carousel-service .item .img{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#carousel-service .item img{
    object-fit: cover;
    margin: auto;
    max-height: 100%;
}
#carousel-service .carousel-indicators{
    bottom: 5px;
    line-height: 10px;
}
#carousel-service .carousel-indicators li {
    width:30px;
    height: 6px;
    margin: 1px;
    border-radius:0;
}
/*SERVICES PAGE END*/

/*SIDEBAR START*/
.sidebar_menu{
    padding: 0 10px 10px 30px;
    font-size: 1.3em;
    margin: 0 0 40px 0;
}
.sidebar_menu ul li{
    list-style: none;
    padding: 5px 0;
}
.sidebar_menu>ul>li:first-of-type{margin-top: -8px;}

.sidebar_menu ul li ul{
    padding: 20px 0 30px 20px;
}
.sidebar_menu ul>li>a{
    color: var(--black-color);
}
.sidebar_menu ul>li>ul>li>a{
    color: var(--grey6-color);
}
.sidebar_menu ul li a:hover, .sidebar_menu ul li a.active{
    color: var(--blue-color);
    text-decoration: none;
}
/*SIDEBAR END*/

/*SLIDERS START*/
.owl-dots{
    display: flex;
    flex:auto;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    overflow-x: hidden;
}
.owl-theme .owl-dots .owl-dot{
    flex: auto;
    display: inline-flex;
    width: auto;
    height: 5px;
    background: var(--light-grey);
}
.owl-theme .owl-dots .owl-dot.active{
    background: var(--blue-color);
}
.owl-dot span{ opacity: 0;}

.owl-nav{
    position:absolute;
    left:0;
    right:0;
    height:0px;
    top: calc(50% - 30px);
    margin-top:0 !important;
}
.owl-theme .owl-prev, .owl-theme .owl-next{
    width: 45px;
    height: 45px;
    background: rgba(116,116,116,0.7) !important;
    box-shadow: 1px 1px 4px -1px rgba(25,25,25,0.3) !important;
    position: absolute;
    left:-60px;
    text-align: center !important;
    color: #fff !important;
    font-size: 30px !important;
    line-height: 35px !important;
    border-radius: 0px !important;
}
.owl-theme .owl-prev:hover, .owl-theme .owl-next:hover{
    background: rgba(116,116,116,0.9) !important;
}
.owl-theme .owl-prev.disabled:hover, .owl-theme .owl-next.disabled:hover,
.owl-theme .owl-prev.disabled, .owl-theme .owl-next.disabled{
    background: rgba(116,116,116,0.5) !important;
}

.owl-theme .owl-next{
    right: -60px;
    left: auto;
}
/*SLIDERS END*/


/*ABOUT START*/
.about-text .content-container{
    background: var(--grey6-color) url('../img/about_background.jpg') center center no-repeat;
    background-size: cover;
    margin: 40px 0;
    padding: 6% 8%;
    color: var(--white-color);
}
.about-text h3{
    margin: 0 0 0 18px;
    font-size: 1.16em;
    font-weight: normal;
    text-transform: uppercase;
}
.about-text h2{
    font-weight: 900;
    font-size: 2.5em;
    margin: 0;
}
.about-text .yellow_delimiter{
    margin: 10px 0;
}
.about-text .content{
    font-size: 1.1em;
    text-align: justify;
    margin: 30px 0;
}
.about-text ol{
    padding-left: 45px;
}
.about-text .slogan .yellow_delimiter{
    display: inline-block;
}
.about-text .slogan{
    text-align: right;
    font-weight: bold;
    font-size: 1.3em;
}
/*ABOUT END*/

/*PERMISSIONS START*/
.permissions{
    margin: 40px 0;
    text-align: center;
}
.permissions img{
    display: inline-block;
    width: 100px;
    max-width: 100%;
}
.permissions .name{
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 15px 10px 15px 10px;
    height: 70px;
}
/*PERMISSIONS END*/

/*ARTICLES START*/
.article-primary-photo{
    margin: 0 0 30px 0;
    background: var(--light-grey);
    text-align: center;
}
.article-primary-photo img{
    max-width: 100%;
    margin: 15px auto 15px auto;
    box-shadow: 1px 1px 6px -3px rgba(25,25,25,0.7);
}
.article-content{
    margin: 0 0 30px 0;
}
.article-content img{
    max-width: 100% !important;
}
/*ARTICLES END*/


/*POPUP FORMS START*/
div[id^='html_element']{
    overflow-x: hidden;
    overflow-y: visible;
    padding: 6px 0;
}
.form_holder{
    padding:0;
}
.popup_form{
    padding: 44px;
    background: var(--light-grey);
}
.popup_form input, .popup_form textarea{
    border: 1px solid #fff;
    padding: 5px 10px;
    width: 100%;
}
.popup_form input[type="date"]{
    line-height: 26px !important;
}
.popup_form input:focus, .popup_form textarea:focus{
    border-color: var(--yellow-color);
}
.popup_form input:invalid, .popup_form textarea:invalid,
.popup_form input.error_form, .popup_form textarea.error_form,
.popup_form .error input, .popup_form .error textarea
{
    border-color: var(--red-color);
    outline: none !important;
    box-shadow: none !important;
}
.alert .errors ul{
    margin: 10px 0 10px 25px;
}
/*POPUP FORMS END*/

/*CABINET START*/
.cabinet-search-form{
    border: 1px solid #dedada;
    background: #fbfbfb;
    padding: 0;
    width: 250px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
    display: inline-flex;
    align-items: center;
}
.cabinet-search-form input{
    width: 200px;
    border: none;
    padding: 5px 5px 5px 10px;
    background: transparent;
}
.cabinet-search-form button{
    width: 40px;
    border: none;
    border-left: 1px solid #dedada;
    background: transparent;
    padding: 10px 0 0 10px;
    color: #8d8d8d;
}
.user_balance{
    text-align: right;
    float:right;
    margin: 0 40px 0 0;
}
.user_balance span{
    display: inline-block;
    font-size: 1.2em;
}
.user_balance span+span{
    font-size: 1.7em;
    color: var(--red-color);
    margin: 0 0 0 10px;
}
.user_balance .add_order{
    font-size: 0.9em;
}
.cabinet-title{
    float: right;
    text-align: right;
}
.cabinet-title p{
    margin: 3px 0;
}

.user-orders-table, .user-orders-table tr, .user-orders-table th, .user-orders-table td{
    border-color: #b2b1b1 !important;
}
.user-orders-table th{
    background: #dedada;
    font-weight: normal;
    font-size: 0.9em;
}
.td-edit-order{
    vertical-align: middle;
    text-align: center;
}
.edit-order{
    display: inline-block;
    font-size: 18px;
    width: 28px;
    height: 28px;
    padding: 5px;
    line-height: 22px;
    color: var(--black-color);
    background: var(--light-grey);
    box-shadow: 1px 1px 5px -1px rgba(55,55,55,0.4);
    border-radius: 2px;
}
.edit-order:hover{
    color: var(--white-color);
    background: var(--blue-color);
}
.edit-order i{
    font-size: inherit;
}

.u-balance{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.edit-balance{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 1px 1px 5px -1px rgba(55,55,55,0.4);
    text-align: center;
    margin: 0 0 0 5px;
    padding: 3px 0 0 0;
}
.edit-balance:hover{
    color: #fff;
    background-color: var(--blue-color);
}
.edit-balance i{
    font-size: 18px;
}

.form_order_client_id .ms-choice{
    border: none;
    line-height: 31px;
}
.form_order_client_id .ms-drop{
    left: 0;
}

/*CABINET END*/