

/* Start:/personal/style.css?17394322266577*/
.krmz-breadcrumb.wrap {
	display: none;
}

.wrap .warning {
	margin-top: 30px;
}

.tabs {
    margin-top: 45px;
	margin-bottom: 60px;
}
.tabs A {
    font-size: 26px;
    color: black;
	width: 50%;
    display: inline-block;
    text-align: start;	
	padding-bottom: 24px;
	transition: .2s all ease;
	border-bottom: 1px solid #b7b7b7;
	font-weight: 400;	
}
.tabs A:hover { 
	transition: .2s all ease;
	color: #ff6b11;
}
.tabs A.active {
    font-weight: 900;
    border-bottom: 5px solid #ff6b11;
    font-family: "heavy";
}
.tabs A.active:hover { 
	color: black;
}

.order-item {
	font-size: 16px;
	background-color: #f5f5f5;
	margin-bottom: 21px;
    display: table;
    width: 100%;	
}
.order-item.basket-item {
	background-color: transparent;
}
.order-item>DIV {
	display: table-cell;
	width: 20%;
    text-align: center;
    padding: 32px;
}

.order-item>DIV>B {
	font-family: "medium"; 
}

.order-item>DIV>A {
	color: #666666;
	font-size: 10px;
	font-family: "medium"; 
	text-decoration: underline;
}
.order-item>DIV>A:hover {
	text-decoration: none;
}
.order-item>DIV.status {
	text-align: left;
}
.order-item .cnt {
    margin-bottom: 6px;
    display: inline-block;
}
.status:before {
	content: '';
	border-radius: 7px;
	width: 6px;
    height: 6px;
    display: inline-block;
    top: -2px;
    left: -3px;
    position: relative;
}
.status_Y_N:before {
	background-color: #f1c40f;
}
	
.status_Y_F:before {
	background-color: #f1c40f;
}
	
.status_Y_D:before {
	background-color: #e74c3c;
}
	
.status_Y_I:before {
	background-color: #f1c40f;
}
	
.status_Y_T:before {
	background-color: #e74c3c;
}
	
.status_N_N:before {
	background-color: #e74c3c;
}
	
.status_N_F:before {
	background-color: #f1c40f;
}
	
.status_N_D:before {
	background-color: #e74c3c;
}
	
.status_N_I:before {
	background-color: #f1c40f;
}
	
.status_N_T:before {
	background-color: #e74c3c;
}

.order-item.basket-item>DIV A {
	color: #03aed9;
	font-size: 16px;
}
.basket-items {
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
    background-color: white;
    display: none;
	margin-bottom: 21px;
}
.basket-item {
	margin-bottom: 0;
}
.order-item.active + .basket-items {
	display: block;
}
.order-item .active-link {
	display: none;
}
.order-item .inactive-link {
	display: inline-block;
}
.order-item.active .active-link {
	display: inline-block;
}
.order-item.active .inactive-link {
	display: none;
}
.order-item.active {
	margin-bottom: 0px;
}
.order-item.basket-item .basket-item-title {
	text-align: left;
	width: 40%;
}


FORM.personal {
	font-size: 16px;
    max-width: 440px;
    display: inline-block;
    vertical-align: top;
	width: 100%;
	margin-bottom: 40px;
}

FORM.personal LABEL {
	display: block;
	margin-bottom: 18px;
}
FORM.personal LABEL.checkbox {
	margin-bottom: 18px;
}
FORM.personal LABEL.checkbox INPUT[type="checkbox"] {
	width: 0px;
    height: 0px;
    margin-left: 25px;	
}
FORM.personal LABEL.checkbox INPUT[type="checkbox"]:before {
	width: 20px;
	height: 20px;
	border: 1px solid #b7b7b7;
	content: '';
	display: inline-block;
	margin-left: -25px;
    margin-top: -16px;	
}
FORM.personal LABEL.checkbox INPUT[type="checkbox"]:checked:before {
	content: '';
	background-image: url('/personal/checked.png');
	background-repeat: no-repeat;
	background-position: center;
}
FORM.personal INPUT[type="password"],
FORM.personal INPUT[type="text"] {
	display: block;
	font-size: 16px;
    border: 1px solid #b7b7b7;
    padding: 10px;
    margin-bottom: 20px;
	width: 100%;
}

.vin {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 45px 45px 37px 20px;
    box-sizing: border-box;
    max-width: 809px;
	margin-top: 28px;
	margin-left: 45px;
}

.vin-image {
	width: 295px;
	height: 233px;
	background-repeat: no-repeat;
	background-position: center;
    display: inline-block;
    vertical-align: text-bottom;	
}
.vin-text {
    display: inline-block;
    max-width: 367px;
    vertical-align: top;	
}
.vin-text {
	color: #666666;
	margin-left: 38px;
}
.vin-text P {
	line-height: 16px;
	font-size: 14px;
}
.vin-text B {
	color: black;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-family: 'medium';
    font-size: 18px;
    line-height: 20px;
}

.vin FORM {
	font-size: 16px;
}
.vin FORM INPUT[type="text"] {
	width: 360px;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #b7b7b7;
    margin-top: 20px;
    margin-bottom: 20px;	
}
FORM.personal INPUT[type="submit"],
.vin FORM INPUT[type="submit"],
#vin-submit {
    color: white;
    text-transform: uppercase;
    font-family: 'heavy';
    padding: 16px;
    width: 100%;
	transition: .25s all ease;
}


FORM.personal INPUT[type="submit"],
.vin FORM INPUT[type="submit"].active,
#vin-submit.active {
	background-color: #ff6b11;
	color: black;
}

.personal-area__tabs{
	margin-bottom: 32px;
}

.personal-area .personal .check-ok {
	background-position: calc(100% - 15px) center;
}

.personal-area .personal-orders__items .personal-orders__item:first-child {
	padding-top: 0;
	border-top: none;
}

.personal-orders__diller-data a[href^=tel], .placed-order__diller-data a[href^=tel]{
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	color: inherit;
	pointer-events: none;
}

@media (min-width: 641px) {
	.personal-area .placed-order__products-headers th {
		vertical-align: middle;
	}
	
	.personal-area .placed-order__products-headers th:last-child {
		text-align: center;
		padding-right: 0;
	}

	.personal-area .placed-order__products-item td:last-child {
		width: 100px;
	}

	.personal-area .placed-order__products-name {
		width: 470px;
	}
}

@media (max-width: 640px) {
	.vin {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
		padding: 20px 10px 40px;
	}

	.vin-text {
		margin-left: 0;
	}

	.vin form input[type="text"] {
		width: 100%;
	}

	.personal-area__tabs a {
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 15px;
	}

	.personal-area__tabs a.active {
		font-weight: 700;
	}

	/*.fixedmenu .head .elem.elem__4,  .mobile_social.mobile640, body .footer{*/
	.fixedmenu .head .elem.elem__4,  .mobile_social.mobile640{
		display: none;
	}

}

@media (max-width: 1400px) {
	.personal-area .personal-orders {
		padding: 0;
	}
}
/* End */


/* Start:/order/style.css?17394322213293*/
.content {    
	margin-top: 50px;
	margin-bottom: 30px;
}
.page-message {
	max-width: 360px;
}
.ok {
	margin-right: 19px;
}
.button {
	background-color: #ff6b11;
	padding: 15px 20px;
	color: black;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	font-family: 'heavy';
	transition: .2s all ease;
}

FORM.personal INPUT[type="submit"]:hover,
.button:hover {
	color: white;
}

.steps {
	margin-top: 20px;
    margin-bottom: 50px;
}
.steps .step-title {
	font-size: 22px;
    top: 3px;
    position: relative;	
}
.steps>A {
    font-size: 16px;
    font-family: 'heavy';
    font-weight: bold;
    width: 299px;
    display: inline-block;
    padding: 11px;
    border: 1px solid #cacaca;
	border-right: 0;
    text-align: center;
	margin-left: 52px;
    margin-right: 0px;
	position: relative;
	cursor: pointer;
	color: black;
}
 
 
.steps>A:before {
	content: '';
	background-image: url('/order/steps-b.png');
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 12px;
	height: 40px;
	position: absolute;
    left: -12px;
    top: -1px;	
}
.steps>A:after {
	content: '';
	background-image: url('/order/steps-a.png');
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 12px;
	height: 39px;
	position: absolute;
    right: -12px;
    top: 0px;	
}
.steps>A:first-child:before {
	background-image: none;
}

.steps>A:hover {
	color: #ff6b11;
}
.steps>A.active:hover {
	color: white;
}
.steps>A:last-child {
    border-right: 1px solid #cacaca;
}
.steps>A:first-child::before {
	background-image: none;
}
.steps>A:before:first-child {
	background-image: none;
}
.steps>A:last-child:after {
	background-image: none;
}

.steps>A.active {
	background-color: #ff6b11;
	border: 1px solid #ff6b11;
}

.steps>A.active:before {
	background-image: url('/order/steps-bo.png');
	right: -13px;
}
.steps>A.active:after {
	background-image: url('/order/steps-ao.png');
	right: -13px;
}
.steps>A.selectStepDelivery {
	margin-left: 25px;
}

.steps>A.selectStepDelivery:before,
.steps>A.selectStepDelivery.active:before {
	background-image: none;
}

.steps>A.active:last-child:after {
	background-image: none;
}
.steps.short A:nth-child(3) {
	display: none;
}
.steps.short>A {
	width: 460px;
}
.sms-code {
	padding: 5px;
	border: 1px solid #b7b7b7;
    font-size: 16px;
    display: inline-block;
    padding: 10px 10px;
    width: 360px;
    margin-top: 19px;	
}
.already {
    margin-top: 40px;
    background-color: #f5f5f5;
    width: 100%;
    text-align: center;
    padding: 38px;
}
.already A {
	color: #03aed9;
	font-weight: bold;
	text-decoration: underline;
}
 
.reg-copy {
	color: #666666;
    font-size: 12px;
    margin-top: 23px;
    margin-bottom: 23px;
	line-height: 15px;
}
.reg-copy A {
	color: #03aed9;
	font-weight: bold;
	text-decoration: underline;
}
.footer-notend .btn.btn-orange.btn-orange-big:after {
	display: none;
}
.buy .b-coupon .elem-price-del {
	margin-top: 0;
}
.buy .b-coupon  .elem-price-del {
	display: inline-block;
}

@media (max-width: 640px) {
	.fixedmenu .head .elem.elem__4 {
		display: none;
	}
}
/* End */


/* Start:/local/components/avk/order/templates/rev2/style.css?17606836257092*/
.am-modify-order-form .tabs__caption li {
    padding-right: 30px;
}

.am-modify-order-form .b_order_form_delivery .tabs {
    width: 874px;
}

.am-modify__b_order_form_delivery__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.am-modify-order-form .b_payment {
    max-width: 870px;
}

.am-modify__b_order_form_delivery__content .b_order_form_delivery__content {
    width: auto;
    margin-right: 40px;
}

.am-modify__form_delivery {
    padding: 10px 20px;
    height: 100%;
    border-radius: 2px;
    max-width: 350px;
    background-color: #ffffff;
    border: 1px dashed #e3e3e3;
    width: 100%;
    font-size: 14px;
    color: #666666;
}

.am-modify__form_delivery p {
    font-size: 18px;
}

.am-modify__stage-confirm-wrap-sides {
    display: flex;
    flex-direction: row;
}

.am-modify__stage-confirm-wrap-left-side {
    width: 70%;
}

.am-modify__stage-confirm-wrap-right-side {
    display: flex;
    flex-direction: column;
    order: 2;
    width: 30%;
    margin-left: 90px;
}

.am-modify__stage-confirm-wrap-right-side .dog-right {
    margin-bottom: 30px;
}

.am-modify__stage-confirm-notification-right-side {
    padding: 10px 20px;
    height: auto;
    border-radius: 2px;
    max-width: 350px;
    background-color: #ffffff;
    border: 1px dashed #e3e3e3;
    width: 100%;
    font-size: 14px;
    color: #666666;
}

.am-modify-order-form .tabs__content .b_pickup .b_pickup__note {
    margin-top: 26px;
}

.am-modify-hidden {
    display: none;
}

@media (max-width: 1300px) {
    .am-modify__stage-confirm-wrap-right-side {
        margin-left: 0px;
    }
}

@media (max-width: 1180px) {
    .am-modify__stage-confirm-wrap-sides {
        flex-direction: column;
    }
    .am-modify__stage-confirm-wrap-right-side {
        order: 0;
        flex-direction: row;
        width: 100%;
    }
    .am-modify__stage-confirm-wrap-left-side {
        width: 100%;
    }
    .am-modify__stage-confirm-wrap-right-side .dog-right {
        margin-right: 50px;
        margin-bottom: 0;
    }
    .am-modify__stage-confirm-notification-right-side {
        height: 100%;
        margin-top: 25px;
    }
}

@media (max-width: 940px) {
    .am-modify__b_order_form_delivery__content {
        flex-direction: column;
    }
    .am-modify__stage-confirm-wrap-right-side .dog-right {
        margin-right: 0;
    }
    .am-modify__b_order_form_delivery__content .b_order_form_delivery__content {
        margin-bottom: 15px;
        width: 100%;
    }
    .am-modify__stage-confirm-wrap-right-side {
        flex-direction: column;
    }
    .am-modify__form_delivery {
        width: 100%;
    }
    .am-modify-order-form .b_order_form_delivery .tabs {
        width: 100%;
    }
    .am-modify-order-form .tabs__caption li {
        margin-bottom: 30px;
        width: 100%;
    }
}

@media (max-width: 640px) {
    BODY{
		overflow: hidden auto !important;
	}

    .b24-widget-button-wrapper.b24-widget-button-position-bottom-right.b24-widget-button-visible {
        display: none;
    }

    .order-mobile__map-section #map {
        height: 420px !important;
    }

    .modal-order__content-notice {
        text-align: center;
        margin-top: 16px;
    }

    .shoping-card .shoping-card__delivery {
        display: none;
    }

    .fixedmenu .head .elem.elem__4 {
		display: none;
	}

	.fixedmenu .head .mobile_menu {
		margin-left: 16px;
	}

    .steps, .mobile_social.mobile640, body .footer, .empty_block{
        display: none;
    }
}

.single13 {
    height: 5px;
    width: 270px;
    border-radius: 4px;
    background: -webkit-linear-gradient(right, #ef4836, #f5d76e, #ef4836);
    background: linear-gradient(270deg, #ef4836, #f5d76e, #ef4836);
    background-size: 400% 400%;
    -webkit-animation: single13anim 3s ease-in-out infinite;
    animation: single13anim 3s ease-in-out infinite;
}

@-webkit-keyframes single13anim {
    0%{background-position: 0% 50%}
    50%{background-position: 100% 50%}
    100%{background-position: 0% 50%}
}

@keyframes single13anim {
    0%{background-position: 0% 50%}
    50%{background-position: 100% 50%}
    100%{background-position: 0% 50%}
}

.disabled-fields {
    display: none !important;
}

.active-fields {
    display: grid;
}

ins.iCheck-helper {
    pointer-events: none;
    touch-action: none;
}

.making-order__payment-variant-item {
    display: flex;
    gap: 6px;
}

.making-order__payment-variant-text {
    letter-spacing: -0.02em;
}

.shoping-card .shoping-card__delivery-payment ,
.shoping-card .shoping-card__options-delivery {
    display: none;
}

.order-mobile__options-delivery-info {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #757575;
    display: none;
}

.making-order__top .button--with-icon {
    min-width: 220px;
    width: 220px;
    border: none;
    padding: 0 18px;
}

.making-order__top .button--with-icon .button__text-small{
    display: none;
}

.shoping-card__product-name {
    color: #000;
    width: 70%;
    text-decoration: underline;
}

.order-mobile__application-number {
    color: #000;
}

.modal-order__number {
    color: #000;
}

.order-mobile__form.delivery-terminal i.order-mobile__top-delivery-type,
.order-mobile__form.point-issue i.order-mobile__top-delivery-type {
    display: none;
    margin-top: 0;
}

.order-mobile__recipient, .order-mobile__receiving, .order-mobile__payment {
    border-bottom: 1px solid #DCDCDC;
}

.shoping-card .shoping-card__delivery {
    display: none;
}

.shoping-card .shoping-card__options-obtain i{
    display: none;
}

.shoping-card .btn-order-wrapper .button:hover .tooltips-block{
    display: none;
}

.modal-active--size-medium .modal-order__header .modal-order__application-number{
    text-decoration: none;
}

.modal-order__application-number a {
    text-decoration: underline;
}

.modal-order__dealer-contact a{
    text-decoration: underline;
}

.order-mobile__form-main.modal-order-success .order-mobile__form-desc a {
    display: inline-block;
    text-decoration: underline;
}

.order-mobile__form.point-issue .order-mobile__form-main {
    padding-bottom: 116px;
}

.order-mobile__form-main.order-mobile__receiving {
    border: none;
}

.order-mobile__form.point-issue .js-button-save-data,
.order-mobile__form.delivery-terminal .js-button-save-data {
    display: none;
}

.making-order .making-order__receiving .making-order__map {
    display: none;
}

.custom-checbox__input:disabled + label{
    pointer-events: none;
}

.custom-checbox__input:disabled + label::before{
    pointer-events: none;
    filter:grayscale();
}

.custom-checkbox__terminal-delivery {
    /*display: none;*/
}

.delivery-type__description {
    font-weight: 700;
}

.btn-order-wrapper {
    padding: 16px 0;
}

/* End */
/* /personal/style.css?17394322266577 */
/* /order/style.css?17394322213293 */
/* /local/components/avk/order/templates/rev2/style.css?17606836257092 */
