

/* Start:/local/templates/transportsite_oh/assets/css/header.css?17298378896089*/
body{
    margin: 0;
    background-color: #F7F7F7!important;
    font-family: Roboto!important;
}
.main_header{
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: #fff;
}
.header_container{
    display: flex;
    width: 75%;
    padding: 20px 0;
}
.header_left{
    flex: 0 0 50%;
}
.header_right{
    flex: 0 0 50%;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: 24px;
    
}
.navbar_header ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0px 0 0 6%;
    margin-bottom: 5px;
    margin-left: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 24px;
}
.navbar_header li>a{
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #188787;
    font-weight: 600;
    font-family: Roboto;
}
.logo{
    margin-bottom: 20px;
    margin-left: 5%;
}
.dropdown .user{
    text-decoration: none;
    color: #e12928;
    font-weight: 600;
    font-family: Roboto;
    font-size: 16px;
    margin: 40px 0 25px 0;

}
.title_main select{
    border: 1px #188787 solid;
    padding: 5px 15px;
    width: 25vw;
}
.verification{
    position: fixed;
    background: #ffd600;
    padding: 17px 30px;
    color: black;
    bottom: 0;
}
.verification>a{
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.verification>a:hover{
    color: black;
    
}
/* Стили для кнопки и выпадающего меню */
.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    top: -12px;
    left: -15px;
    border: 1px solid #F7F7F7;
    z-index: 1;
    width: max-content;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
    color: #188787;
  }
  .doble_user12:hover{
    color: black!important;
  }
  .dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .dropdown-content.show {
    display: block;
  }
  .header_right .btn_recuest{
    margin: 15px 0;
  }
.mobile_header_container{
	display: none;
}
.verification_mobile{
background: #ffd600;
    padding: 17px 23px;
    color: black;
    margin: 5px;
}
.mob_menu_cont{
    width: 100%;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    height: 80vh;
    justify-content: space-between;
    align-items: center;
}
.top_men_mob{
    width: 98%;
}
.verification_mobile a{
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.menu_overlay {
    position: fixed;
    bottom: 0;
    top: 0%;
    left: 0;
    width: 100%;
    height: 124%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    z-index: 100;
   display: none;
    flex-direction: column;
    justify-content: flex-start;
}
.price_deal{
color: #8D1825;
}
.hotphone{
    margin: 1px 0 0 120px;
}
.hotphone_phone{
    margin: 0;
    color: #e12928;
    font-size: 22px;
}
.hotphone_text{
    margin: 0;
    color: #e12928;
    font-size: 15px;
}
.header_container {
    display: flex;
    flex-direction: column;
}
.up_logo_and_phone {
    display: flex;

}
@media (max-width: 1375px){

	.dropdown{
		margin:0!important;
}
}
@media (max-width: 1480px){
    .hotphone{
        margin: 5px 0 0 0;
    }
	
}
@media (max-width: 900px){
    .hotphone_phone{
        font-size: 19px;
    }
	.hotphone_text{
        font-size: 13px;
    }
}
@media (max-width: 750px){
    .header_right {
        position: absolute;
        right: 55px;
        top: 0;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-start;
        padding-right: 24px;
    }
    .hotphone{
        margin: 20px;
    }
}

@media (max-width: 640px){

	.header_container{
		display:none;
	}
	.verification{
		display:none;
	}
	.logo {
		margin: 0;
	}
	.mobile_header_container .logo img {
		width: 107px;
	}
	.mobile_header_container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 12px 30px;
	}

	.menu_button {
		cursor: pointer;
		font-size: 12px;
		color: #fff;
		background: #188787;
		padding: 7px 18px;
		border-radius: 10px;
		/*float: left;
		position: absolute;
		left: 90%;*/
	}

	.menu {
		background-color: white;
		width: 100%;
        height: 50%;
		overflow-y: auto; /* Возможность прокрутки, если меню слишком высокое */
		padding: 20px;
		box-sizing: border-box;
        overflow: hidden;
	}
	
	.close_button {
        display: none;
		cursor: pointer;
		font-size: 24px;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.navbar_header li>a{
		font-size: 19px;
	}
	.navbar_header ul>li{
		margin: 8px 0 8px 0;
	}
	.navbar_header ul {
		display: flex;
		justify-content: space-between;
		list-style: none;
		padding: 0;
		margin-bottom: 20px;
		flex-wrap: wrap;
		flex-direction: column;
	}
    .mobile_header_container{
        background: #fff;
    
    }
}

.dropbtn1 {
	cursor: pointer;
}
.navbar_header {
	display: flex;
    justify-content: space-between;
    width: 100%;
}
.navbar_header_menu {
	width: 80%;
}
.navbar_header_prof {
	padding: 0 !important;
	width: 20%;
	justify-content: end !important;
    padding-right: 24px !important;
}
.navbar_header_menu li:hover {
	border-bottom: 2px solid #188787;
}
.menu_close_button_320{
    display: none;
}
.zayavka_320{
    display: none;
}
.menu_button_320{
    display: none;
}
@media (max-width: 370px){
    .menu_close_button_320{
        display: block;
    }
    .zayavka_320{
        display: block;
    }
    .menu_button_320{
        display: block;
    }
    .menu_button{
        display: none;
    }
    .btn_recuest{
        display: none;
    }
}
/* End */


/* Start:/local/templates/transportsite_oh/assets/css/footer.css?17197797352067*/
footer{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 40px 0;
}

.footer_container{
    display: flex;
    width: 75%;
    padding: 20px 0 20px 70px;
}
.footer_c{
    flex: 0 0 25%;
    
}
.footer_c h3{
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 500;
    color: #303030;
}
.footer_c p{
    color: #6E6E6E;
}
.footer_c:first-child{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.footer_c .tou a{
    color: #188787;
    font-size: 20px;
    padding-bottom: 3px;
    text-decoration: none;
    border-bottom: 1px solid #188787;
    width: fit-content;
}
.footer_c:nth-child(4) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.btn_recuest>a{
    border: none;
    color: #fff;
    background: #E12928;
    font-size: 0.7rem;
    text-transform: uppercase;
    padding: 17px 56px;
    border-radius: 10px;   
	text-decoration: none; 
}
.btn_recuest>a:hover{
    color: #fff;
}
.footer_c:nth-child(4) .soc{
    width: fit-content;
}
.footer_c:nth-child(4) .soc>a{
    margin: 0 10px 0 0;
}
.footer_c:nth-child(3){
    padding: 0 0 0 3%;
}
.footer_c:nth-child(2){
    padding: 0 0 0 3%;
}
@media (max-width: 750px){
	.footer_c{
		margin: 0 0 45px;
	}
		.footer_container{
		flex-direction: column;
	}
		footer{
		flex-direction: column;
	}
	.footer_c:nth-child(4){
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 0 0 45px;
		align-items: center;
	}
	.btn_recuest>a {
		border: none;
		color: #fff;
		background: #E12928;
		font-size: 2vw;
		text-transform: uppercase;
		padding: 17px 9vw;
		border-radius: 10px;
		text-decoration: none;
	}
	.footer_container{
		width: 85%;
	}
}
@media (max-width: 620px){

	
	.footer_c:nth-child(4){
		display: flex;
		flex-direction: column;
		margin: 0 0 45px;
		align-items: center;
		justify-content: space-between;
	}
}
@media (max-width: 320px){
    .footer_container_mobile{
        flex-direction: column;
    align-items: center;
    }
}
/* End */


/* Start:/local/templates/transportsite_oh/assets/css/index.css?174918587224777*/
#main{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 0px 0 40px 0;
}
.main_container {
    /*width: 1130px;*/
    display: flex; !important;
    flex-direction: column; !important;
    min-height: 500px;
    padding: 40px;
    margin: 0 auto;
    position: relative;
}
.title_main{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.title_main h1{
    flex: 0 0 65%;
    font-size: 30px;
    color: #404040;
   /* margin-block-start: 0.67em; */
    margin-block-end: 0.67em;
}
.main_content{
    min-height: 625px;
    width: 100%;
    background-color: #fff;
    padding: 40px;
	position: relative;
}
.back_url{
margin: 23px 0;
}
.back_url a{
color: #188787;
    text-decoration: none;
}
.tab[data-v-3db25755] {

    background-color: #188787!important;

}
.tab.invalid[data-v-3db25755] {
    color: #FFF!important;
}
.tab.active.invalid[data-v-3db25755] {
    border: 1px #E12928 solid!important;
    color: #E12928!important;
}
.tab.active[data-v-3db25755] {
    background-color: #fff!important;

}
/* <--------------------------------------------------------------- deals -------------------------------------------------------------> */
.deals_cont a{
    text-decoration: none;
    color: black;
}
.deals_content{
    width: 100%;
    background-color: #fff;
    display: flex;
    padding: 30px 50px 80px 50px;
    margin: 0 0 5px 0;
    flex-direction: column;
}
.deal_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.deal_info{
    flex: 0 0 25%;
}
.deal_title .title{
    display: flex;
    align-items: center;
}
.deal_title .title>h2{
    font-size: 25px;
    color: #188787;
}
.deal_title .title>p{
    font-size: 15px;
    color: #595959;
    margin: 0 0 0 5px;
}
.deal_title .status>p{
    padding: 3px 15px;
    width: fit-content;
    background-color: #FFBBBB;
    color: #fff;
}
.deal_title .status{
    margin: 0 -50px 0 0;
}
.deal_info .params{
    display: flex;
}
.deal_info .params>p{
    margin: 0 0 0 15px;
}
.deal_info_in{
    display: flex;
    justify-content: space-between;
}
.deal_name_bold{
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
}

.deal_travel{
    flex: 0 0 70%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.titleTrip{
    font-weight: 600;
}
.costMinus{
    font-size: 25px;
    color: #8D1825;
}
.costPlus{
    font-size: 25px;
    color: #404040;
}

/* <--------------------------------------------------------------- deals filter -------------------------------------------------------------> */
.delpar a:hover{
color: #404040;
}
.deals_filter{
    width: 100%;
    background-color: #fff;
    display: flex;
    padding: 30px 50px 80px 50px;
    margin: 0 0 40px 0; 
}
.deals_filter form{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.filter_layer{
    width: 90%;
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
}
.date_filter{
    
    display: flex;
    align-items: center;
    

}
.date_cont>input{
    margin: 0 20px;
    border: 1px solid #BAC5C5;
    color: #9F9F9F;
    border-radius: 5px;
}
.date_filter>p{
    margin: 0;
}
.checkbox_filter{
    display: flex;
    align-items: center;
}
.cheker_cont{
    display: flex;
}
.cheker_cont>input{
    margin: 0 10px 3px 0;
    border: 1px solid #BAC5C5;
    color: #9F9F9F;
    border-radius: 5px;
}
.cheker_cont>label{
    margin: 0 10px 0 0;

}
.id_filter{
    margin: 0 0 25px 0;
}
.id_filter input{
    width: 250px;
    border: 1px solid #BAC5C5;
    color: #9F9F9F;
    border-radius: 5px;
    padding: 8px 10px;
}
.from_to_filter{
    margin: 0 0 20px 0;
}
.from_to_filter>select{
    margin: 0 10px;
    width: 250px;
    padding: 9px;
    border: 1px solid #BAC5C5;
    color: #9F9F9F;
    border-radius: 5px;
}
.status_filter>select{
    margin: 0 40px 0 0;
    width: 250px;
    padding: 9px;
    border: 1px solid #BAC5C5;
    color: #9F9F9F;
    border-radius: 5px;
}
.sender_picker_filter>select{
    margin: 0 10px;
    width: 250px;
    padding: 9px;
    border: 1px solid #BAC5C5;
    color: #9F9F9F;
    border-radius: 5px;
}
.layer1{
    width: 100%;
    justify-content: flex-start;
}
#date_from{
    padding: 5px 10px;
}
#date_to{
    padding: 5px 10px;
}
.filter_rows{
    display: flex;
}
.layer2{
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
}
.layer3{
    display: flex;
    flex-direction: column;
    flex: 0 0 70%;
}
.buttons_filter{
    display: flex;
}
.fil{
    flex: 0 0 20%;
}
.fil_but{
    opacity: 0;
    pointer-events: none;
}
.filter_button_mit{
    background: none;
    border: 2px solid #E12928;
    border-radius: 10px;
    padding: 5px 45px;
    color: #E12928;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.delpar{
    color: #404040;
    text-decoration: underline dotted;
}
/* <--------------------------------------------------------------- deal -------------------------------------------------------------> */
.travel{
    display: flex;
}
.traverl_persons{
    background: #F7F7F7;
    padding: 40px 20px 40px 40px;
}
.person{
    margin: 0px 0 25px 0;
}
.order_d h4{
    color: #8D1825;
    text-transform: uppercase;
    font-size: 18px;
}
.titleTrip1{
    font-weight: 600;
    margin: 10px 0 5px 0;
}
.travel_stage{
    flex: 0 0 50%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}
.travel_stage h3{
    font-size: 22px;
    margin: 40px 0 0 0;
}
.status_orderd{
    margin: 0;
    color: #fff;
    background: #8D1825;
    padding: 2px 5px;
    font-size: 12px;
    text-transform: uppercase;
}
.order_d{
    display: flex;
    flex-direction: column;
}
.photos{
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.photos a{
    color: #188787;
}
.items{
    display: flex;
    flex-direction: column;
}
.item{
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #BAC5C5;
    margin-bottom: 25px;
}
.item_name{
    font-weight: 600;
}
.item_info{
    display: flex;
    flex: 0 0 100%;
}
.item_info .params{
    display: flex;
    flex: 0 0 60%;
    justify-content: space-between;
}
.par1{
    display: flex;
    align-items: flex-start;
}
.par1 p{
    margin: 0 0 15px 10px;
}
.par2{
    display: flex;
    align-items: flex-start;
}
.par2 p{
    margin: 0 0 15px 10px;
}
.item_what{
    margin: 0 0 0 90px;
    display: flex;
    flex-direction: column;
}
.item_what p{
    font-weight: 600;
}
.uslugi li::marker{
    color:#8D1825;
}
.uslugi{
    margin: 0 0 45px 0;
}
.documents{
    padding: 30px;
    background: #F7F7F7;
    margin: 0 0 40px 0;
}
.bill{
    margin: 20px 0;
}
.bill h5{
    font-size: 15px;
    color: #9F9F9F;
    margin: 0;
}
.bill p{
    margin: 0 0 7px 0;
}
.pdf{
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px 0;
}
.pdf a{
    color: #188787;
}
.pdf .files{
    margin: 0 0 0 5px;
}
.none_zakaz{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 40px 0;
    padding: 40px;
}



/* <--------------------------------------------------------------- Verification -------------------------------------------------------------> */
.ver_form form{
	width: 40vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}
.questions{
    
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 25px 0;
    flex-direction: column;
}
.err_name{
    flex: 0 0 50%;
}
.questions input{
    width: 50%;
    border: 1px solid #BAC5C5;
    color: #9F9F9F;
    border-radius: 5px;
}
.questions input[type=file]{
    width: 50%;
    border: 1px dashed #BAC5C5;
    color: #9F9F9F;
    border-radius: 5px;
}
.questions input#file-upload-button{
    
    border: 1px solid #BAC5C5;
    color: #9F9F9F;
    border-radius: 5px;
}
.submit_ver{
    border: 1px solid #E12928;
    border-radius: 5px;
    padding: 9px 35px;
    background: #E12928;
    color: #fff;
}

/* <--------------------------------------------------------------- Company -------------------------------------------------------------> */
.wrap_company{
    
    display: flex;
    min-height: 50vh;

}
.menu_company{
    
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 2px solid #F7F7F7;
    padding: 0 15px 0 0;

}
.change_company{
    margin-left: 25px;
    padding: 10px 25px;
    width: fit-content;
    border: 1px solid #E12928;
    border-radius: 10px;
}
.change_company>a{
    color: #E12928;
    text-decoration: none;
    text-transform: uppercase;
}
.change_company>a:hover{
    color: #E12928;
    text-decoration: none;
    text-transform: uppercase;
}
.rek_company{
    margin: 0px 0 0 30px;
}
.crm-company-element-remains{
    line-height: 28px;
}
.add_company>a{
    color: #188787;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.add_company>a:hover{
    color: #188787;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.comp_li{
    background: transparent!important;
}
.comp_li>a{
    color: #188787!important;
}
.comp_li_selected{
    background: #188787!important;
}
.comp_li_selected>a{
    color: #fff!important;
}
/* <--------------------------------------------------------------- Verivication -------------------------------------------------------------> */
.form_radio_btn {
	display: inline-block;
	margin: 0 0 5% 0;
}
.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn label {
    display: inline-block;
    cursor: pointer;
    padding: 0px 15px;
    line-height: 34px;
    user-select: none;
    width: 92%;
}
 
/* Checked */
.form_radio_btn input[type=radio]:checked + label {
	background: #188787;
    color: #fff;
}
 
/* Hover */
.form_radio_btn label:hover {
	color: #666;
}
 
/* Disabled */
.form_radio_btn input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}
.ver_choiz{
    display: flex;
    flex-direction: column;
}
.fiz_ver{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 5%;
}
.ur_ver{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 5%;
}
.download_link{
    margin: 0 0 0 5px;
    color: #188787;
    text-decoration: none;
}

/* <--------------------------------------------------------------- feedback -------------------------------------------------------------> */

.title_feedback{
	color: #8D1825;
	font-weight: bold;
	margin-bottom: 10px;
}

.tel_feedback{
	font-weight: bold;
}

.email_feedback a{
	color: #188787;
	font-weight: bold;
	text-decoration: none;
}
.wrap_feedback {
	font-size: 16px;
	line-height: 28px;
	color: #404040;
}
.b24-form-header-title {
    color: #8D1825 !important;
	font-size: 16px !important;
	margin: 0 !important;
	letter-spacing: -0.4px !important;
	font-weight: bold !important;
}
.b24-form-padding-side {
    padding-left: 0 !important;
    padding-right: 0 !important;
	border: none !important;
}
.b24-form-wrapper {
	margin: 0 !important;
	max-width: 409px !important;
}
.b24-form-border-bottom{
	margin: auto !important;
}
.b24-form-border-bottom button{
width: 100% !important;
    background-color: var(--b24-primary-color) !important;
}
.b24-form-header {
    text-align: start !important;
	padding: 45px 0px 5px !important;
}
.b24-form-field-agreement .b24-form-control-container {
    display: none !important;
}
.b24-form-sign {
    display: none !important;
}
.b24-form-btn {
    background-color: #fff !important;
    border: 1px solid !important;
    width: 166px !important;
    height: 44px !important;
    border-radius: 10px !important;
}
.b24-form-btn-block {
	margin-top: 15px !important;
}
.b24-form-btn:hover {
    background-color: #E12928 !important;
    color: #fff !important;
	opacity: 1 !important;
}
.b24-from-state-on {
	margin: 0 auto !important;
}
.b24-form-state-container .b24-form-success {
    background-color: #fff !important;
    border: 1px solid #bac5c5 !important;
}
.b24-form-success-icon {
	display: none !important;
}

/* <--------------------------------------------------------------- profile -------------------------------------------------------------> */

.wrap_profile {
	margin-bottom: 20px;
}
.title_profile{
    color: #6E6E6E;
    font-size: 14px;
}
.value_profile {
	color: #404040;
}
.btn_profile {
    background-color: #fff !important;
    border: 1px solid #E12928;
    border-radius: 10px;
    padding: 13px 25px;
	margin-top: 16px;
    text-decoration: none;
    color: #E12928;
    font-weight: bold;
    font-size: 14px;
}
.btn_profile:hover {
    background-color: #E12928 !important;
	opacity: 1 !important;
	color: #fff !important;
}
.btn_wrap {
	padding-top: 30px;
}
.value_profile input {
    width: 293px;
    height: 36px;
    color: #404040;
    font-size: 16px;
	border: 1px solid #BAC5C5;
}
.form_profile p {
    color: #404040;
    font-size: 16px;
}
.wrap_profile_edit {
    margin-bottom: 13px;
}
.btn_profile_edit {
	padding: 11px 49px;
}
.btn_profile_cancel {
	padding: 13px 49px;
}
.wrap_profile_edit_top {
	margin-top: 13px;
}
.title_profile_edit {
	margin-bottom: 3px;
}

/* <--------------------------------------------------------------- authorization -------------------------------------------------------------> */

.bx-auth-title {
	border-bottom: none !important;
	font-size: 48px !important;
	color: #404040;
  	text-align: center;
	font-weight: 500;
}

.bx-auth {
  margin: 16px auto;
}
table.bx-auth-table {
  width: 100%;
}
.auth_content {
	position: relative;
}
.bx-reg {
	right: 50px;
	position: absolute;
	top: 80px;
}
div.bx-auth input.bx-auth-input {
  width: 293px;
  height: 36px;
  margin: 0 auto 20px;
}
.btn_auth {
	background: #E12928;
	color: #fff;
	margin: 0 auto;
	display: block;
	border: none;
	border-radius: 10px;
	padding: 14px 50px;
	font-size: 18px;
}

.text_auth a {
	color: #E12928;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-top: 25px;
}
.text_auth a:hover {
	color: #E12928;
}
.checkbox_auth {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.checkbox_auth label {
	color: #404040;
}
.bx-reg a {
	color: #188787;
}
.bx-reg a:hover {
	color: #188787;
}

/* <--------------------------------------------------------------- registration -------------------------------------------------------------> */
.bx-reg-title {
	margin-bottom: 20px;
}
.bx-reg-input {
	width: 293px;
	height: 36px;
	margin: 0 auto 20px;
	border: 1px solid #BAC5C5;
}
.bx-auth-reg form {
	display: flex;
	justify-content: center;
	align-items: center;
}
.bx-auth-reg thead {
	display: flex;
}
.bx-auth-reg p {
	text-align: center;
}
.btn_reg {
	margin-bottom: 20px;
}
#bx_register_resend {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.input-top {
	margin-top: 20px;
}

/* <--------------------------------------------------------------- users -------------------------------------------------------------> */

.user_data {
	color: #404040;
	font-size: 16px;
	word-spacing:12px;
	margin-left: 25px;
	margin-bottom: 21px;
}
.user_data span {
	word-spacing:3px;
}
.submit_delete_user{
	width:  10px;
	height: 13px;
	margin: 0 15px;
	padding:0;
	border: 0;
	background: transparent url('/local/templates/transportsite_oh/img/basket.png') no-repeat center top;
	background-color: #fff !important;
}
.submit_delete_user:hover{
	background-color: #fff !important;
}
.user_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn_user {
	padding: 11px 23px;
	margin-top: 40px;
}

/* <--------------------------------------------------------------- popup -------------------------------------------------------------> */
.popup-delete {
	display:none;
    position: fixed;
    background-color: #0000007a;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
}
.block_user_delete {
    background-color: #fff;
    margin: 20% auto;
    width: 558px;
    min-height: 360px;
    text-align: center;
    padding: 100px 20px;
    position: relative;
}
.close_delete {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 30px;
	cursor: pointer;
}
.btn_popup {
	margin-top: 40px;
}
.title_add {
	color: #8D1825;
	font-weight: bold;
	margin-bottom: 24px;
	font-size: 16px;
}
#loginForm {
    border: 1px solid #404040;
    padding: 6px 20px;
    color: #404040;
    text-align: left;
    letter-spacing: 1px;
    width: 100%;
    max-width: 293px;
}
.btn_disadled {
  pointer-events: none;
  opacity: 0.5
}
.checking_user {
	margin-top: 20px;
	color: #9F9F9F;
	font-style: italic;
}
.checking_error {
	margin-top: 20px;
}
.checking_error p {
	color: #E12928;
	margin-bottom: 5px;
}
.block_user_add {
	padding: 60px 20px 90px;
}

.bx-reg-mob{
    display: none;
}
.add_company_mob{
    display: none;
}
.filter_svg{
    display: none;
}
.filter_overlay{
    display: none;
}
.close_button_filter{
    display: none;
}
.home_svg{
    margin: 0 10px 0 0;
}
.deliver_pers{
    display: flex;
    align-items: flex-start;
}
.date_cont{
    display: flex;
align-items: center;
}
.btn-modal {
    width: 167px;
    height: 47px;
    background-color: #E12928;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
	border-radius: 8px;
    text-transform: uppercase;
}
.delete_user_info {
	font-weight: 700;
    color: #404040;
    margin: 0 auto;
    margin-top: -3%;
    display: block;
}
button:focus {
    outline: none;
}
/* <--------------------------------------------------------------- Главная адаптив -------------------------------------------------------------> */

@media(max-width:960px){
    .main_container {
        width: 90%;
        padding: 0px 0 90px 0px;
    }
    .questions input {
        width: 100%;
    }
    .questions input[type=file] {
        width: 70%;
    }
    .submit_ver{
        width: 50%;
    }
    .filter_rows{
        flex-direction: column;
    }
    .layer2{
        flex-direction: row;
        margin: 0 0 6px 10px;
    }
    .id_filter{
        margin: 0 40px 0 0;
    }
    .deal_travel{
        flex-direction: column;
    align-items: flex-start;
    }
    .arrow_svg{
        display: none;
    }
    
    
}
@media(max-width:640px){
    .main_container{
        position: relative;
        width: 100%;
    }
    .title_main{
        margin: 0 20px;
    }
    .title_main h1{
        margin-block-start: 0.67em;
        margin-block-end: 0.67em;
    }
    .wrap_company{
        flex-direction: column;
    }
    .menu_company{
        flex-direction: row;
    }
    .ver_choiz{
        flex-direction: row-reverse;
    padding: 0 0 0 5%;
    }
    .form_radio_btn{
        margin: 0;
    }
    .form_radio_btn input[type=radio]:checked + label {
        width: fit-content;
    margin: 0 10px 0 0;
    border-radius: 10px 10px 0 0;
    background: #188787;
    color: #fff;
    }
    .form_radio_btn label{
        width: fit-content;
        background: #fff;
        margin: 0 10px 0 0;
        border-radius: 10px 10px 0 0;
    }
    .fiz_ver{
        background-color: rgb(255, 255, 255);
        width: 100vw;
        padding: 40px;
        border-top: 2px solid rgb(24, 135, 135);
        
    }
    .ur_ver{
        background-color: rgb(255, 255, 255);
    width: 100vw;
    padding: 40px;
    border-top: 2px solid rgb(24, 135, 135);
    }
    .bx-reg-mob{
        display: flex;
    justify-content: center;
    }
    .bx-reg-mob a{
        color: #188787;
    }
    .bx-reg{
        display: none;
    }
    .left-menu{
        display: flex;
    margin: 0 0 0 25px!important;
    }
    .comp_li_selected{
        border-radius: 10px 10px 0 0;
    font-size: 13px;
    }
    .comp_li{
        border-radius: 10px 10px 0 0;
    background: #fff!important;
    font-size: 13px;
    margin: 0 0 0 5px;
    }
    .add_company{
        display: none;
    }
    #contentVz{
        background: #fff;
    border-top: 2px solid rgb(24, 135, 135);
    }
    .documents_comp{
        background: #fff;
        border-top: 2px solid rgb(24, 135, 135);
    }
    .documents_comp a{

    }
    .rek_company{
        background: #fff;
    border-top: 2px solid rgb(24, 135, 135);
    margin: 0;
    padding: 20px 0;
    font-size: 13px;
    }
    .add_company_mob{
        
    padding: 5px 0 5px 25px;
    background: #fff;
    margin: 5px 0 0 0;
    display: block;
    }
    .add_company_mob a{
        color: #188787;
    }
    .title_main{
        flex-direction: column-reverse;
    align-items: flex-start;
    }
    .title_main select{
        width: 93vw;
    }

    .filter_svg{
        width: 30px;
    position: absolute;
    top: 90px;
    right: 25px;
    display: block;
    }
    .filter_overlay{
        position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #00000070;
    z-index: 998;
    }
    .deals_filter{
        display: none;
    }
    .deals_filter{
        top: 40px;
        position: fixed;
    z-index: 999;
    margin: 25px;
    padding: 50px 30px;
    width: 92%;
    }
    .layer1{
        display: flex;
    flex-direction: column;
    width: fit-content;
    }
    .date_filter{
        margin: 0 0 20px 0;
    width: fit-content;
    }
    .checkbox_filter{
        width: fit-content;
    }
    .filter_rows{
        width: fit-content;
    }
    .layer2{
        flex-direction: column;
    width: fit-content;
    }
    .layer3 {
        width: fit-content;
    }
    .from_to_filter{
        display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 0 15px 0;
    }
    .sender_picker_filter{
        display: flex;
    flex-direction: column;
    width: fit-content;
    }
    .close_button_filter{
        display: block;
        position: absolute;
    top: -6px;
    right: 20px;
    font-size: 40px;
    }
    .tire_filter{
        display: none;
    }
    .id_filter input{
        margin-bottom: 15px;
    }
    .from_to_filter #from{
        margin-bottom: 15px;
    }
    .sender_picker_filter #sender{
        margin-bottom: 15px;
    }
    .from_to_filter>select{
        width: 300px;
    }
    .sender_picker_filter>select {
        width: 300px;
    }
    .deal_info_in{
        flex-direction: column;
    }
    .deal_travel{
        flex-direction: row;
    }
    .deliver_pers{
        flex: 0 0 45%;
    }
    .travel{
        flex-direction: column;
    }
    .item_info .params{
        flex-direction: column;
        flex: 0 0 45%;
    }
    .info1{
        margin: 0 0 20px 0;
    }
    .buttons_filter{
        display: flex;
        align-items: center;
    }
    .fil_but{
        flex: 0 0 60%;
    display: flex;
    justify-content: center;
    opacity: 1;
    pointer-events: auto;
    }
    .b24-widget-button-wrapper{
        display: none!important;
    }
}
@media(max-width:320px){
    .deal_travel{
        flex-direction: column;
    }
    .deliver_pers{
        flex: 0 0 100%;
    }
    .deals_content{
        padding: 30px 20px 25px 20px;
    }
    .deal_title .status{
        margin: 0 0px 0 -25px;
    }
    .deal_title{
        flex-direction: column;
    align-items: flex-start;
    }
    .filter_svg{
        top: 173px;
    }
    .questions input{
        width: 190%;
    }
    .left-menu{
        display: flex;
    margin: 0!important;
    }
    .questions input[type=file]{
        width: 105%;
    }
    .submit_ver{
        width: 105%;
    }
    .title_main{
        flex-direction: column-reverse;
    padding: 20px 0 0 0;
    }
    .title_main h1 {
        font-size: 35px;
        margin: 10px 0 0 15px;
    }
    .title_main select{
        width: 100%;
    }
    .value_profile input{
        width: 245px;
    }
    .menu_company{
        overflow: scroll;
    }
    .date_filter{
        display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
    .deals_filter{
        margin: 13px;
    }
    .date_cont{
        display: flex;
    align-items: center;
    margin: 5px 0 0 0;
    }
    .date_cont>input{
        width: 110px;
        margin: 0 5px 0 0;
    }
    .checkbox_filter{
        flex-direction: column;
    align-items: flex-start;
    }
    .layer2{
        margin-left: 0;
    }
    .from_to_filter>select{
        width: 250px;
        margin-left: 0;
    }
    .sender_picker_filter>select{
        width: 250px;
    margin-left: 0;
    }
    .deals_filter {
        width: 94%;
        margin: 0px 0px 0px 10px;
        top: 60px;
    }
    .item_info{
        flex-direction: column;
    }
    .item_what{
        margin: 0;
    }
}

.carousel-inner .carousel-item img {
	width: 100%;
}
/* End */


/* Start:/local/templates/transportsite_oh/assets/css/media.css?17235388153038*/
/* <--------------------------------------------------------------- Header -------------------------------------------------------------> */

@media (max-width: 1200px) {
	.header_container {
		width: 100%;
		padding: 15px 30px;
	}

	.navbar_header_prof {
		position: absolute;
		right: 30px;
	}
	.navbar_header_menu {
		width: 100%;
	}
}
@media (max-width: 1025px) {
	.btn_recuest>a {
    	padding: 14px 30px;
	}
	.navbar_header_menu {
		padding: 0 !important;
	}
	.logo {
		margin-bottom: 35px;
	}

}
@media (max-width: 750px) {
	.btn_recuest>a {
    	padding: 10px 21px;
	}
	.logo {
		margin-bottom: 0;
	}
	.navbar_header .navbar_header_prof {
		position: relative;
        right: 0;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: start !important;
        width: fit-content;
        order: 2;
        border-bottom: 1px solid #BAC5C5;
        margin-bottom: 0;
	}
	.navbar_header {
		flex-direction: column;
		width: 85vw;
	}
	.navbar_header .navbar_header_menu {
		order: 2;
	}
	.navbar_header li>a {
		font-size: 14px;
	}
	.navbar_header_menu li {
		border-bottom: 1px solid #BAC5C5;
		padding-bottom: 10px;
	}
	.mob_menu_cont .navbar_header_prof .dropdown a {
		color: #188787 !important;
		border-bottom: none !important;
	}
	.fa-user:before {
		color: #188787;
	}
	.mob_menu_cont .exit_mobile a {
		color: #404040;
		/*border-bottom: none !important;*/
		text-decoration: none;
	}
}

/* <--------------------------------------------------------------- Footer -------------------------------------------------------------> */

@media (max-width: 1200px) {
	.footer_container {
		width: 100%;
		padding: 20px 30px;
	}
	
}
@media (max-width: 1025px) {
	.footer_container {
		position: relative;
	}
	.footer_c:first-child a {
		position: absolute;
		right: 30px;
		bottom: 0;
	}
	.footer_c:nth-child(4) {
		height: 70%;
		align-items: end;
		padding: 10px 0;
	}
	.footer_c:first-child {
		justify-content: start;
	}
	.footer_c:nth-child(2) {
		padding: 0;
	}
	.footer_c:nth-child(3) {
		padding: 0 0 0 1%;
	}
	#bx_incl_area_11 {
		width: 80%;
		display: flex;
		justify-content: space-between;
	}
	.footer_c:nth-child(4) .soc {
		width: 100%;
		display: flex;
		justify-content: end;
	}
}
.footer_container_mobile {
	display: none;
}
@media (max-width: 750px) {
	.footer_container {
		display: none;
	}
	.footer_container_mobile {
		display: flex;
    	position: relative;
		justify-content: space-around;
	}
	.footer_c:first-child a {
		position: relative;
		right: 0;
	
	}
	.footer_item {
		display: flex;
    flex-direction: column;
    
    flex: 0 0 50%;
	}
	.footer_c {
		display: flex;
    	flex-direction: column;
		justify-content: space-between;
	}
	.footer_c p {
		font-size: 14px;
		line-height: 100%;
	}
	.footer_c h3 {
		font-size: 18px;
	}

	.mb {
		margin-bottom: 45px;
	}
    .mb>a{
        font-size: 70%;
    }
}
@media (max-width: 996px) {

.btn_recuest>a{
    font-size: 70%;
}
}
@media (max-width: 400px){
.btn_recuest>a {
    font-size: 50%;
}
.mb>a{
    font-size: 50%;
}
}

/* End */


/* Start:/local/templates/transportsite_oh/components/bitrix/menu/main_menu/style.css?1725599278581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/transportsite_oh/components/bitrix/menu/main_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/transportsite_oh/styles.css?1754545744293*/
.dropdown .user {
    display: flex;
    align-items: center;
    margin: 0;
}

.title_main h1 {
    margin-block-start: 0.67em;
}

.background-buffer {
    background-color: inherit;
    height: 24px;
}

main {
    margin: 0 auto;
    width: 75%;
}
.navbar_header ul li {
	min-height: 26px;
}
/* End */
/* /local/templates/transportsite_oh/assets/css/header.css?17298378896089 */
/* /local/templates/transportsite_oh/assets/css/footer.css?17197797352067 */
/* /local/templates/transportsite_oh/assets/css/index.css?174918587224777 */
/* /local/templates/transportsite_oh/assets/css/media.css?17235388153038 */
/* /local/templates/transportsite_oh/components/bitrix/menu/main_menu/style.css?1725599278581 */
/* /local/templates/transportsite_oh/styles.css?1754545744293 */
