.tab-content ul {
	line-height: 30px;
}

.parcel-info table th {
	font-size: 14px;
}

.parcel-info table td {
	font-size: 14px;
}

.parcel-h1 {
	font-size: 19px;
	text-align: center;
	margin: 14px 0 30px 0;
}

.signin__form input,.signin__form select,.signin__form textarea {
	margin-bottom: 0 !important;
}

.signin__form .i-group {
	margin-bottom: 1.5rem;
}

.signin__form .has-error .help-block {
	margin-top: 0.3rem;
	color: red;
	font-size: 12px;
}


.form-alert ul {
	margin-bottom: 0;
	line-height: 23px;
}

.country-card__icon img {
	max-width: 30px;
}

.small-img {
	max-width: 30px;''
}

.packages__list-item {
	padding: 16px 14px;
}

.btn-list a {
	font-size: 18px;
	color: #F58531;
	margin-left: 15px;
}

.btn-list a.delete {
	color: red;
	position: relative;
	top: -2px;
}

.remove img {
	width: 17px;
	height: 17px;
}

.c-order-footer {
	margin-top: 20px;
}

.c-order-footer .c-item {
	margin-top: 24px;
}

.packages__grid tbody tr td .paid-button {
	white-space: nowrap;
}

.block-btn {
	background: #de8434;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    margin-top: 24px;
}

.mt-20 {
	margin-top: 20px;
}

.delete-link {
	display: none;
}

.subscribe-form {
	margin-bottom: 30px;
}

.f-progress {
	position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    /* transform: translateY(-50%); */
    background: rgba(0,0,0,.2);
    height: 100%;
    border-radius: 50%;
    color: #fff;
    padding-top: 31px;
    display: none;
}

.sidebar__img form {
	position: relative;
	width: 100%;
	height: 100%;
}


.sidebar__img form img {
	width: 100%;
	height: 100%;
}



.input {
	font-size: 14px;
	padding: 1.1rem 1.5rem;
}

.basket-link {
	margin-left: 20px;
}

.basket-link:hover {
	background-color: none !important;
	background: none !important;
	opacity: .8;
}

.basket-link img {
	max-width: 32px;
	margin-top: 7px;
}
.alert-danger {
	background-color: #d54238;
	/* border-color: red; */
	color: #fff;
	text-align: center;
	border-radius: 4px;
}

.nav-main .right-nav  a.cta-btn {
	padding: .7rem 5rem;
	padding-left: 27px;
	padding-right: 27px;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	margin-left: 20px;
}

.packages__grid td {
	white-space: nowrap;
}


.basket-title {
	padding: 10px 20px;
	background: #fff;
	color: #de8434;
}

.basket-bottom {
	padding: 20px;
    margin-top: 20px;
    background: #fff;
}

.basket-bottom-left {
	float: left;
	margin-top: 7px;
}

.basket-bottom-left .orange-text {
	color: #de8434;
	font-weight: 700;
}

.basket-bottom-left label:first-of-type {
	margin-bottom: 20px;
}

.basket-bottom-right {
	float: right;
}

.basket-bottom-right button {
	display: block;
    margin-top: 18px;
    padding: 10px 69px;
    font-weight: 500;
    border-radius: 1px;
}


.basket-bottom .total-amount {
	font-size: 20px;
	font-weight: 700;
	color: #de8434;
}

#custom-order-form .alert {
	margin-top: 28px;
}

.news-main-title h1 {
	font-weight: 600;
    margin-bottom: 40px;
    font-size: 23px;
}

.news_main_section {
	padding: 60px 20px 100px 20px;
}

.mobile-show {
	display: none;
}

.parcel-movement {
	position: relative;
	padding: 1px;
	border-top: dashed 1px rgba(0,0,0,.1);
	margin-top: 27px;
}

.parcel-movement ul {
	padding-left: 0;
	margin: auto;
	text-align: center;
	margin: 20px 10px;
}

.parcel-movement ul li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.parcel-movement ul li:not(:last-of-type) {
	margin-right: 35px;
}

.status-box {
	text-align: center;
	position: relative;
	z-index: 9999;
}

.status-name {
	font-size: 13px;
	height: 40px;
	display: block;
}

.status-step {
	width: 30px;
	height: 30px;
	display: block;
	background: rgb(229 229 229);
	border-radius: 50%;
	padding: 6px;
	color: #fff;
	margin: auto;
	margin-bottom: 9px;
}

.parcel-movement li.active .status-step {
	background: #de8434;
}

.parcel-movement li.active .status-name {
	color: #de8434;
}


.status-name p {
	margin-bottom: 0;
	margin-top: -8px;
}

.parcel-movement::after {
	content: '';
	width: 100%;
	display: block;
	height: 1px;
	background: rgba(0,0,0,.1);
	position: absolute;
	top: 85px;
	left: 0;
}


.parcel-h1-status {
	margin: 40px 0 26px 0;
}


.index-slider__wrapper, .index-slider__wrapper-item {
	min-height: 400px;
}

.index-slider__wrapper {
	height: initial !important;
}

.signin__title p {
	max-width: 300px;
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 25px;
}

.main-row {
	max-width: 80%;
	margin: auto;
}

.fin-span {
	width: 30px;
	height: 30px;
	background: url(/images/question.svg) no-repeat center;
	background-size: 90%;
	position: absolute;
	top: 12px;
	right: 10px;
	display: block;
	cursor: pointer;
}



.signup-container {
    width: 34%;
    margin: 70px auto 150px auto;
    max-width: 900px;
    text-align: center;
}

.signup-container h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 66px;
    margin: 20px 0;
}

.signup-container img {
    width: 198px;
    height: 227px;
}

.signup-container p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 5px;
    color: #385A64;
}

.signup-buttons {
    margin-top: 40px;
}

.signup-buttons a {
    padding: 12px 35px;;
    border-radius: 2px;
    border:  solid 1px #63129A;
    color: #63129A;
    background: #fff;
    text-decoration: none;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
}

.signup-buttons a:hover {
    opacity: 0.8;
}

.signup-buttons a:first-of-type {
    margin-right: 30px;
}

.signup-buttons a:last-of-type {
    background: #63129A;
    color: #fff;
}

@media(max-width:767px) {

	.signup-container {
	    width: 90%;
	    margin: 70px auto 50px auto;
	    max-width: 900px;
	    text-align: center;
	}

	.main-row {
		max-width: 100%;
		margin: auto;
	}

	.signin__title p {
		max-width: 300px;
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 25px;
	}

	.balance-wrapper-mobile {
		margin-top: 35px;
	}
	
	.index-slider__wrapper, .index-slider__wrapper-item {
		min-height: 150px;
	}

	.parcel-h1 {
		font-size: 17px;
		margin: 14px 0 20px 0;
	}

	.parcel-info table td {
		font-size: 12px;
	}

	.mobile-hide {
		display: none;
	}

	.mobile-show {
		display: block;
	}

	.mobile-inline-block {
		display: inline-block;
	}

	.mobile-btns {
		display: block !important;
	}

	.parcel-movement::after {
		display: none;
	}

	.parcel-movement li {
		width: 100%;
		margin: 0 0 20px 0;
		text-align: center;
		padding-bottom: 20px;
		border-bottom: dashed 1px rgba(0,0,0,.1);
	}

	.parcel-movement li:last-of-type {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.navbar-nav {
		margin: 0 !important;
		flex-direction: inherit;
	}

	.nav-main .navbar-brand {
		width: 130px;
	}

	.nav-main .right-nav .right-cta a.cta-btn {
		padding: .5rem 5rem;
		padding-left: 16px;
		padding-right: 16px;
		border-radius: 3px;
		font-size: 14px;
	}

	.basket-link img {
		margin-top: 4px;
	}

	.basket-link {
		padding: 0 !important;
	}

	.basket-link img {
	    max-width: 24px;
	}

	.nav-upper__right-auth-link {
		font-size: 0.8rem;
	}

	.nav-mobile__upper-item {
		font-size: 16px;
		padding-bottom: 15px;
		font-weight: 600;
		line-height: 28px;
	}

	.nav-mobile__lower-item {
		font-size: 13px;
		padding-bottom: 14px;
	}

	.index-slider__wrapper,.index-slider__wrapper-item,.index-slider__content {
		height: 200px;
	}

	.index-slider__title {
	    font-size: 21px  !important;
	    line-height: 30px !important;
	}

	.slick-initialized .slick-slide {
		background-size: 100% 100% !important;
	}

	.index-slider__title {
		font-size: 26px;
		line-height: 37px;
	}

	.index-work__steps-item-content-sub {
		font-size: 12px;
		line-height: 21px;
	}

	.index-work__steps-item:not(:last-child) {
		margin-bottom: 0;
	}

	.index-tariffs__title-sub {
		font-size: 13px;
		line-height: 25px;
	}

	.index-tariffs__title {
		padding-bottom: 2rem;
	}

	.index-tariffs__title .title {
		padding-bottom: 0;
	}

	.index-calculator__form-title {
		font-size: 21px;
	}

	.cta-btn {
	    font-size: 15px;
	    font-weight: 500;
	    padding: 13px 10px;
	}

	.input {
		padding: 0.7rem 1.5rem;
	}

	.index-calculator {
		margin-top: 1rem;
	}

	.index-calculator__info {
		margin-top: 0;
	}

	.index-calculator__info span.price {
		padding-bottom: 1rem;
	}

	.index-calculator__info span.info {
	    font-size: .8rem;
	    line-height: 1.5rem;
	}

	.index-news__block-title {
		padding-top: 2rem;
		padding-bottom: 1rem;
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1.8rem;
	}

	.index-news__block-desc {
	    font-size: .8rem;
	    line-height: 1.5rem;
	}

	.footer__contact {
		margin-bottom: 28px;
	}

	.footer__contact span.name {
		font-size: 1.3rem;
	}

	.footer__contact span {
		font-size: 0.9rem;
		margin-bottom: 10px;
	}

	.nav-main .navbar {
		height: 70px;
	}

	.c-item {
		font-size: 11px;
	}

	.signin__form .forgot {
		font-size: 12px;
	}

	.alert {
		font-size: 13px;
	}

	.basket-bottom-left,.basket-bottom-right {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	} 

	.basket-bottom-right {
		padding-top: 10px;
    	border-top: dashed 1px rgba(0,0,0,.1);
	}

	.basket-bottom-right button {
		width: 100%;
	}

	.c-item .checkmark {
		width: 18px;
		height: 18px;
	}

	.sweet-alert {
		position: absolute !important;
	}

	body.stop-scrolling {
		overflow: scroll !important;
	}

	.lead {
		font-size: 12px;
		line-height: 24px;
	}

	.mobile-show {
		display: block;
	}

	.branch-tab .col-md-4:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.branch-tab {
		margin: 20px -15px 0 -15px !important;
	}

	.fin-span {
		width: 25px;
		height: 25px;
		top: 10px;
		right: 10px;
		z-index: 99;
	}

	.loans-list {
		display: block;
		margin-bottom: 20px;
	} 

	.loans-list .packages__list {
		display: block;
	}

	.loans-list .packages__list a.packages__list-item  {
		padding: 0 10px !important;
	}
}	


.btn-payment {
	padding: 13px;
	font-size: 16px;
	width: 100%;
	border-radius: 3px;
}

.modal-body.c-balance__order-balance input,.modal-body.c-balance__order-balance select {
	width: 100%;
	height: 45px;
	outline: none !important;
	box-shadow: none !important;
} 

.modal-body.c-balance__order-balance {
	display: block;
}

.modal-body.c-balance__order-balance .help-block {
	font-size: 13px;
	margin-top: 5px;
	color: red;
}

.form-block {
	margin-bottom: 
}

.u-mb-0 {
	margin-bottom: 0;
}

.form-block {
	margin-bottom: 20px;
}

.amount-input.has-error {
	border-color: red;
}

.op-grid {
	display: none;
}

.op-grid.active {
	display: block;
}

.kuryer_status {
	margin: 100px auto;
}

.kuryer_status h5 {
	margin: 30px auto;
}

.account-img {
	height: 100%;
	object-fit: cover;
}

.mobile-btns {
	width: 100%;
	margin-bottom: 5px;
	position: relative;
	top: -15px;
	display: none;
}

.mobile-btns ul {
	width: 100%;
	display: block;
	padding: 0 17px;
}

.mobile-btns ul a {
	padding: 13px 46px !important;
}

.address-info-copy {
	margin-left: 5px;
    opacity: .5;
    cursor: pointer;
    font-size: 17px;
    padding: 4px 10px;
    border-radius: 3px;
}

.address-info-copy.copied {
	background: rgba(0,0,0,.06);
}

.address-info-copy:hover {
	opacity: .9;
}

.slick-initialized .slick-slide {
	background-size: 100% !important;
	height: auto !important;
	background-repeat: no-repeat;
}

.wp-icon img {
	width: 25px;
}

.sa-button-container {
	margin-top: 20px;
}

.courier__block .bootstrap-select,.c-beyan-et__block  .bootstrap-select{
	width: 100% !important;
}

.courier__block .bootstrap-select button,.c-beyan-et__block  .bootstrap-select button {
	padding: 14px;
	width: 100%;
	background: none;
	border: solid 1px #cccccc;
	border-radius: 0;
	font-size: 14px;
}

.index-news__block-title {
	font-size: 17px;
	white-space: initial;
	line-height: initial;
	text-overflow: initial;
}

.index-news__block-img {
	height: 300px;
}

.index-news__block-img img {
	object-position: top;
}

.index-slider__wrapper,.index-slider__wrapper-item {
	max-height: 400px;
}

.footer__contact-menu ul {
	padding-left: 0;
}

.footer__contact-menu ul a {
	display: block;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
}

.footer__contact-menu ul a:not(:last-of-type) {
	margin-bottom: 10px;
}

.footer__contact-menu ul a:hover {
	opacity: 0.8;
}

.footer__contact p,.footer__contact .email,.footer__contact .name,.footer__contact a.number-short {
	margin-bottom: 10px;
}

.footer__contact span.name {
	margin-bottom: 30px;
}

.modal-form {
	padding: 12px;
	font-size: 15px;
}

.reset-title {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 25px;
}

.signin2 {
	margin: 100px 0;
}

.modal-close-btn {
	display: inline-block;
	font-size: 33px;
	line-height: 23px;
	outline: none !important;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9999;
}

body.swal2-shown{overflow-y:auto}

.news-detail__img-full {
	margin-bottom: 20px;
}

.news-detail__img-full img{
	max-height: 300px;
}

.content-404 {
	margin: 50px auto;
	text-align: center;
}

.content-404 h3 {
	font-size: 40px;
	margin-bottom: 20px;
}

.content-404 p {
	margin-bottom: 20px;
	font-size: 19px;
}

.content-404 a {
	font-size: 18px;
}

.login_section {
	margin: 100px 0;
}

.contact__map,#map {
	height: 400px !important;
}

.index-slider__content {
	display: none !important;
}

.fb_reset {
	position: fixed;
	z-index: 9999 !important;
}

.packages__grid tbody tr td:last-of-type {
	padding: 10px;
}

 .family-referral .addresses__block-item {
	padding: 10px 20px;
	margin-top: 20px;
	margin-bottom: 0;
	background: #fff;
	display: inline-block;
	float: right;
	border-radius: 3px;
 }

 .sidebar__list-item-icon {
 	max-width: 20px;
 }

.ico-family-account {
	background: url('/front/img/cabinet/group.svg') no-repeat center;
	background-size: 81% !important;
}

.ico-attorney {
	background: url('/front/img/cabinet/document.svg') no-repeat center;
	background-size: 91% !important;
}

.ico-courier-order {
	background: url('/front/img/cabinet/delivery-courier.svg') no-repeat center;
	background-size: 91% !important;
}

.ico-debt {
	background: url('/front/img/cabinet/loan.svg') no-repeat center;
	background-size: 91% !important;
}


.ico-exchange {
	background: url('/front/img/cabinet/exchange.svg') no-repeat center;
	background-size: 91% !important;
}

.parcel-services {
	padding: 10px;
	background: rgba(0,0,0,.04);
	margin-bottom: 16px;
}

.form-group  label.control-label {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}

.parcel-services .form-group {
	margin-bottom: 0;
}

.parcel-services .checkbox label {
	font-size: 18px;
}

.parcel-services input {
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

#custom-payment-form {
	width: 95%;
	margin: auto;
}

#custom-payment-form .packages__grid-card-mobile:first-of-type {
	margin-top: 0;
}

.address-span {
	max-width: 90%;
	line-height: 22px;
}

.contact__social {
	padding-bottom: 20px;
}

.branch-tab-item {
	width: 100%;
	padding: 15px;
	background: #fff;
	border: solid 1px rgba(0,0,0,.1);
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
}

.branch-tab {
	margin: 50px 0 20px 0;
	font-size: 14px;
}

.branch-title {
	color: #de8434;
	margin-bottom: 15px;
	font-size: 15px;
	display: block;
}

.branch-tab-item .contact__block:first-of-type {
	margin-bottom: 15px;
}

.branch-tab-item .contact__block:last-of-type {
	margin-bottom: 0px;
}

.branch-tab-item .contact__block img {
	max-height: 25px;
}

.branch-tab-item:not(.active):hover {
	cursor: pointer;
	-webkit-box-shadow: 10px 5px 12px -9px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 5px 12px -9px rgba(0,0,0,0.2);
	box-shadow: 10px 5px 12px -9px rgba(0,0,0,0.2);
}

.branch-tab-item.active {
	border: solid 1px #F58531;	
}

.fin-input-group {
	position: relative;
}

#document-fin-popup img {
	width: 100%;
	margin-bottom: 20px;
}


.packages__grid-return tbody tr td:not(:last-of-type) {
	white-space: pre-wrap !important;
}

.lead.text-muted  {
	display: block;
	margin-top: 20px;
}

.sweet-alert h2 {
	margin-top: 10px;
}

.trendyol {
	margin-left: 5px;
}

.trendyol img {
	max-width: 19px;
}


.ico-trendyol {
	background: url('/check.png') no-repeat center;
	background-size: 81% !important;
}

#app-popup .modal-dialog {
	max-width: 900px;
}

#app-popup .modal-content {
	width: 90%;
	margin: auto;
}

.app-popup-img {
	max-width: 101%;
}

.app-popup-text {
	padding-top: 30px;
	padding-right: 30px;
}

.app-popup-text h1 {
	font-size: 22px;
	color: #63129A;
	margin-bottom: 20px;
}

.app-popup-text p {
	line-height: 24px;
	font-size: 13px;
	color: rgba(0,0,0,.7);
}

.download-btn-group {
	margin-top: 20px;
}

.download-btn-group a img {
	max-width: 150px;
}

.download-btn-group a {
	display: inline-block;
	vertical-align: middle;
}

.download-btn-group a:first-of-type {
	margin-right: 20px;
}

.qr-img {
	width: 120px;
	height: 120px;
	margin-top: 10px;
}

#app-popup .close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99999;
}



.branch-container {
	margin-top: 50px;
}

.branch-box {
	padding: 20px;
	background: #fff;
	border:  solid 2px rgba(0,0,0,.1);
	border-radius: 3px;
	transition:  all 0.2s;
	-webkit-transition:  all 0.2s;
	-moz-transition:  all 0.2s;
	-ms-transition:  all 0.2s;
}

.branch-box:hover {
	border-color: rgba(0,0,0,.2);
	cursor: pointer;
}

.branch-box.active {
	border-color: rgb(245 133 49);
	border-width: 2px;
}

.branch-box h4 {
	font-size: 23px;
	margin-bottom: 10px;
}

.branch-address {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 22px;
}

.branch-phone {
	font-size: 18px;
	text-decoration: none;
	color: #64129a;
	transition:  all 0.2s;
	-webkit-transition:  all 0.2s;
	-moz-transition:  all 0.2s;
	-ms-transition:  all 0.2s;
}


.branch-phone:hover {
	opacity: 0.8;
	text-decoration: underline;
}


@media(max-width:767px) { 

	.app-popup-img {
		display: none;
	}	

	.app-popup-text h1 {
		font-size: 20px;
	}

	.download-btn-group a img {
		max-width: 130px;
	}


	#app-popup .app-popup-text {
		padding: 40px 20px 20px 20px;
	}

	.branch-container .col-md-3 {
		margin-bottom: 10px;
	}

	.branch-box h4 {
		font-size: 18px;
		margin-bottom: 0px;
	}

	.branch-address {
		font-size: 12px;
		margin-bottom: 5px;
		line-height: 22px;
	}

	.branch-phone {
		font-size: 14px;
	}
}


.hidden-div {
	display: none;
}

.branch-tab .col-md-4 {
	margin-bottom: 10px;
}
.asan-login {
	display: inline-block;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	color: white;
	background-color: #e8e8e8;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.3s, transform 0.3s;
}

.asan-login img {
	width: 100px !important;
	vertical-align: middle;
	padding-left: 25px;
}

.asan-login:hover {
	background-color: #e8e8e8;
	transform: scale(1.05);
}

.asan-login:active {
	background-color: #004494;
	transform: scale(0.95);
}
@media (max-width: 767px) {
	.asan-login {
		height: 50px;
	}

	.asan-login img {
		width: 60px !important;
		padding: 0;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.asan-login {
		height: 60px;
	}

	.asan-login img {
		width: 80px !important;
		padding: 0;
	}
}

