/* Обнуления и настройки */
.container{
   
}
label{
    font-size: 0.875em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0.1875em;
}

.no-padding{
    padding: 0;
}

.datepicker td, .datepicker th {
    width: 1.5em;
    height: 1.5em;
}
.datepicker {
    font-size: 0.875em;
    background-color: #f6f7fb;
}
.addorder .type-work .bootstrap-select{
    width: 100% !important;
}
.create-project textarea{
    min-height: 177px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 1em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    height: 2.5325em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}
input[type='text'], input[type='password'], input[type='date'], input[type='datetime'], input[type='datetime-local'], input[type='month'], input[type='week'], input[type='email'], input[type='number'], input[type='search'], input[type='tel'], input[type='time'], input[type='url'], textarea{
    background-color: #F6F7FB;
    border: 1px solid #E0E4EE;
    box-shadow: none;
}
input.search{
    height: auto;
    padding: 16px;
}
.nav-link{
    cursor: pointer;
}
    .nav-link:hover{
        opacity: 0.5;
        text-decoration: none !important;
    }
    .register-box .button{
        cursor: pointer;
        text-align: center;
    }
    .register-box .button a{
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }
        .register-box .button a:hover{

        }
form.custom .dropdown{
    display: block;
    position: relative;
    top: 0;
    height: 2.3125em;
    margin-bottom: 1.25em;
    margin-top: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
    box-shadow: none;
    font-size: 0.875em;
    vertical-align: top;
}
article.post, article.page, section.no-results{
    color: #797B7F;
    background-color: #FFF;
    border-left: solid 1px #ECEFF5;
    border-bottom: solid 1px #EEF1F8;
    padding: 1.25em 1em;
}
#menu-header{
    padding-left: 0;
}
/* Обнуления и настройки end */

/*навигация шапка*/

.navbar{
    padding: 0;
}
.top-bar{
	overflow: hidden;
    height: 45px;
    position: relative;
    background: #111;
    margin-bottom: 0;
	background-color: #FFF;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
    .top-bar .nav-item a{
        font-size: 16px;
        font-weight: normal;
        color: #A1A1A1;
        padding: 0 15px;
        border-left: 1px solid #EFEFEF;
        height: 45px;
        line-height: 45px;
    }
    .top-bar .nav-item:last-child a:last-child:not(.button){
        border-right: 1px solid #EFEFEF;
    }
    .top-bar .nav-item{
        float: left;
    }
    .search-field{
        position: relative;
    }
    .search{
        width: 100%;
    }
    .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

.lower-top-bar{
    background-color: #ad55f1;
}
/*навигация шапка end*/

.lifebtn {
    text-transform: uppercase;
    font-family: inherit;
    font-weight: normal;
    line-height: 1;
    padding-top: 0.8125em;
    padding-bottom: 0.75em;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border: 0;
    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 50%) inset;
    box-shadow: 0 1px 0 rgb(255 255 255 / 50%) inset;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    background-color: #CC8AF6;
    color: #FFF !important;
    text-decoration: none;
}

.lifebtn:hover {
    text-decoration: none !important;
}


/* home slider */
.home-cover{
    background-color: white;
}
.home-cover h1{
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 3em;
    font-weight: 900;
}
.home-cover-text{
    font-family: inherit;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility;
    color: black;
}

.home-cover-btnlist .btn-purple-circle{
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    background-color: #AD55F1;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 56px -4px #d9bbf0;
    padding: 14px 50px 14px 45px;
    text-decoration: none;
}
    .home-cover-btnlist .btn-purple-circle:hover{
        text-decoration: underline;
    }
    .home-cover-btnlist .btn-white-circle:hover{

        text-decoration: underline;
        background-color: #AD55F1;
    }
.home-cover-btnlist  .btn-white-circle{
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #AD55F1;
    border-radius: 14px 14px 14px 14px;
    padding: 12px 50px 13px 45px;
    text-decoration: none;
}
.btn-white-circle{
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #AD55F1;
    border-radius: 14px 14px 14px 14px;
    padding: 12px 50px 13px 45px;
    text-decoration: none;
}
.home-cover-btnlist a:first-child{
    margin-right: 20px;
}


.promo-home h3{
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 1.8em;
    font-weight: 600;
}
.promo-home p{
    color: #2F2F2F;
    font-family: "Open Sans", Sans-serif;
    font-size: 1.1em;
    font-weight: 300;
}
.promo-home div{
    margin-top: 30px;
}

.addoreder-wrapper{
    background-color: #FFF;
    padding-top: 35px;
    padding-left: 0;
}

.textwidget i{
    font-size: 3em;
    width: 40px;
}
.input-group-text{
    height: 35px;
}
.project-dropdown a{
    color: white;
}
.role-error {
    display: none;
    color: red;
}

.about_textarea{
    height: 100px;
}
.bs-select-all{
    display: none;
}
.dropdown-menu li{
    margin-left: 0;
}
.bold-title{
    font-weight: 900;
    color: black;
}
h2{
    font-weight: normal;
    font-size: 38px;
    line-height: 65px;
    color: #43464A;

}
.last-order{
    background: #F5F7FB;
    box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.12);
    padding: 20px;
    position: relative;
}
    .last-order_title{
        font-size: 12px;
        line-height: 14px;
        /* identical to box height */
        color: #9e9e9e;
    }
    .last-order h3{
        font-size: 18px;
        line-height: 21px;
    }
    .last-order p{
        font-size: 12px;
        line-height: 14px;
    }
    .date-label{
       
        padding: 5px 20px;
        background: #A34CEF;
        box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.18);
        font-size: 12px;
        line-height: 14px;
        /* identical to box height */
        color: #FFFFFF;
    }
    .price-label{
        position: absolute;
        top: 15px;
        right: 20px;
        background: #5CC889;
        box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.18);
        padding: 5px 10px;
        font-size: 12px;
        line-height: 14px;
        /* identical to box height */
        color: #FFFFFF;
    }
.promo-client{
    padding: 30px;
}
    .promo-client h2{
        font-weight: 200;
        font-size: 36px;
        line-height: 49px;
        
    }
    .btn-promo-client{
        background: #A34CEF;
        border-radius: 11px;
        padding: 10px 20px;
        color: white;
        font-size: 20px;
        font-weight: 200;
        margin-top: 50px;
        
    }
    .btn-promo-client:hover{
        cursor: pointer;
        box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.18);
    }
.girl-bg{
    background: url('/assets/img/image5.png') no-repeat bottom left;
    background-color: white;
}
.promo-client a,.promo-client a:hover {
    text-decoration: none;
}
.create-project .section-head h1, .order-checkout .section-head h1, .agreement .section-head .purple-head {
    background-color: #ad56f1;
    
}
.about-list li object{
    margin-right: 20px;
}
.about-list li{
  
    align-items: center;
   
}
.about-list li img{
    margin-right: 20px;
}

.blog__btn-white-circle{
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #AD55F1;
    border-radius: 14px 14px 14px 14px;
    padding: 5px 30px 5px 30px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 30px;
}
.blog h6{
    font-weight: 600;
}
.blog__blogCatSingle .card-body{
    font-size: 15px;

}
.blog__blogCatSingle h2{
    font-size: 17px;
    line-height: 15px;
    font-weight: 600;
}

.blog__more-link{
    clear: both;
    display: block;
    margin-top: 10px;
}
@media only screen and (max-width:420px){
  #saveanketabtn{
    font-size: 11px;
  }
}