/****

Таблица стилей только для клиентской части

***/
body{
	color: #000;
	background: linear-gradient(180deg, #E7F0FE 0%, #D0E0F9 100%);
	height: initial;
	padding-bottom: 10px;
}
.noscroll{
	overflow: hidden;
}

.container{
	padding-left: 16px;
	padding-right: 16px;
	max-width: 1037px;
}

.wrap-client{
	min-height: 100%;
	overflow: hidden;
	padding-top: 55px;
}

.header{
	border-bottom: 1px solid rgb(134, 148, 169, 0.24);
}

#header{
	position: fixed;
    width: 100%;
    top: 0;
    background: #e6effd;
    z-index: 10;
    transition: background .2s;
}

#header.whitebg{
	background: #fff;
}

.header-content{
	height: 54px;
}

.logo__img{
	width: 20px;
}

.search-link{
	margin-right: 34px;
}

.search-link img{
	width: 18px;
}

.burger-link img{
	width: 20px;
}

.autotrucks{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.autotruck {
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    width: 324px;
    box-shadow: 0px 20px 40px rgba(0, 29, 63, 0.08);
}

.autotruck__name {
    font-family: 'Lato Bold';
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgb(134, 148, 169, 0.24);
}

.autotruck__status{
	padding-bottom: 16px;
	border-bottom: 1px solid rgb(134, 148, 169, 0.24);
	margin-bottom: 12px;
}

.status__icon {
    width: 40px;
    margin-right: 10px;
}

.status__title{
	margin-bottom: 2px;
}

.doplist{
	display: none;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

.application .doplist{
	display: block;
}

.autotruck__body{
	padding-bottom: 12px;
	border-bottom: 1px solid rgb(134, 148, 169, 0.24);
	margin-bottom: 8px;
}

.list{
	margin-bottom: 12px;
}

.count-package{
	font-family: 'Lato Bold';
	font-size: 14px;
	line-height: 17px;
}

.count-package .subtitle-text{
	font-family: Lato;
}

.list__right, .total__right{
	text-align: right;
}

.autotruck__sender{
	margin-bottom: 6px;
}

.total{
	margin-bottom: 14px;
}

.download{
	display: none;
	margin-top: 16px;
}

.download img{
	display: inline-block;
	margin-right: 12px;
}

.application .download{
	display: block;
}

footer{
	margin-top: 30px;
}

.copyright{
	text-align: center;
}

.overlay{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000000aa;
	z-index: 10;
	display: none;
}

.manager-block {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 69.33%;
    background: #fff;
    z-index: 30;
    transition: all .3s;
    transform: translateX(120%);
}

.manager-block.active{
	transform: translateX(0);
}

.username{
	padding-bottom: 12px;
	margin-bottom: 20px;
}

.manager > *{
	display: block;
	margin-top: 0;
	margin-bottom: 8px;
}

.manager__phone{
	background: #DEEEFF;
	border-radius: 100px;
	padding: 5px 14px 5px 5px;
	display: inline-flex;
	align-items: center;
}

.manager__phone img{
	display: block;
	margin-right: 9px;
}

.manager__btn {
    position: absolute;
    width: calc(100% - 32px);
    bottom: 20px;
}

.search-top{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #edf4fd;
    transition: all .3s;
    transform: translateY(-120%);
}

.search-top.active{
	transform: translateY(0);
}

.search {
    height: 54px;
    backdrop-filter: blur(100px);
    display: flex;
    align-items: center;
}

.search-btn{
	background: none;
	margin-right: 14px;
}

.search__input {
    background: none;
    width: 56%;
}
.search__input::-moz-placeholder 		  {color:#c00;}
.search__input:-moz-placeholder           {color:#c00;}/* Firefox 18- */
.search__input:-ms-input-placeholder      {color:#c00;}

.close-search {
    position: absolute;
    right: 16px;
}

.application {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9;
    overflow-y: auto;
    transform: translateY(100%);
    transition: all .4s;
    padding-bottom: 200px;
    padding-top: 55px;
}

.application.active{
	transform: translateY(0);
}

.application-close {
	display: none;
    position: fixed;
    z-index: 10;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
}

.application-close__link{
	background: #007AFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: 0px 20px 40px rgba(0, 29, 63, 0.08);
}

#application__name{
	font-family: 'Lato Bold';
	font-size: 32px;
	line-height: 38px;
	margin-top: 24px;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
@media screen and (min-width: 1024px){
	.autotruck__list > .autotruck__body {
		height: 185px;
	}
	.autotruck__body{
	    overflow: hidden;
	    position: relative;
	}

	.autotruck__body::before {
   		position: absolute;
	    width: 100%;
	    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
	    height: 80px;
	    content: '';
	    bottom: 0;
	}
}
@media screen and (max-width: 1024px){

.autotrucks{
	justify-content: flex-start;
}

.autotruck{
	margin-right: 12px;
}

}

@media screen and (max-width: 768px){

.autotruck{
	margin-right: 0;
	width: 100%;
}

}