.form-agree {
    margin-top: 32px;
}

.form-agree .custom-checkbox+label {
    align-items: flex-start;
    font-size: 15px;
    line-height: 140%;
    color: #7C7C7A;
    max-width: 840px;
}

.link--arrow {
    position: relative;
    padding-right: 0px;
    display: inline-flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.link--arrow .fa{
    font-size: 20px !important;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 0 !important;
    left: 100% !important;
    color: #323232;
    width: auto;
    margin-top: 1px;
}

body .bx-breadcrumb {
    margin: 16px 0;
}

body .breadcrumbs {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

body .bx-breadcrumb .bx-breadcrumb-item a span,
body .bx-breadcrumb .bx-breadcrumb-item a {
    color: #7C7C7A;
}

body .bx-breadcrumb .bx-breadcrumb-item span {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 15px;
    text-align: left !important;
    display: inline-block;
    line-height: 1.3;
    vertical-align: middle;
}

body .bx-breadcrumb .bx-breadcrumb-item {
    margin-right: 20px;
    float: left !important;
    padding-bottom: 0 !important;
    margin-bottom: 2px;
}

body .bx-breadcrumb i {
    margin-right: 15px;
}

@media (max-width: 767px) {
    body .bx-breadcrumb {
        padding: 0 20px;
    }
}

.custom-radio-wrapper + .custom-radio-wrapper {
    margin-top: 12px;
}

.custom-radio-wrapper {
    line-height: 1;
}

.custom-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-left: -24px;
    margin-top: -24px;
}

.custom-row > [class*=col-] {
    margin-top: 24px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 24px;
    padding-left: 24px;
}

.col-default-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.col-default-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.col-default-4 {
    flex-basis: 25%;
    max-width: 25%;
}

@media (max-width: 991px) {
	.col-tablet-12 {
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-tablet-6 {
		flex-basis: 50%;
		max-width: 50%;
	}

    .custom-row {
        margin-top: -16px;
    }

    .custom-row > [class*=col-] {
        margin-top: 16px;
    }
}

.flat-red-btn-outline {
    background-color: transparent;
    border-radius: 6px;
    outline: none !important;
    color: #EF4A3D !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    cursor: pointer;
    max-width: 100%;
    white-space: normal;
    border: 2px solid #DADADA;
}

.required {
    color: #EF4A3D;
}

.news-detail {
    padding: 48px 48px 32px 48px;
    background-color: #fff;
    border-radius: 8px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}

.news-detail p {
    margin-bottom: 1em;
}

.news-detail b, .news-detail strong {
    font-weight: 600;
}

.news-detail .date {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #7C7C7A;
    display: inline-block;
    background: #F7F7F7;
    border-radius: 5px;
    padding: 4px 8px;
    margin-bottom: 32px;
}

.news-detail .page-navigation {
    border-top: 1px solid #DADADA;
    margin-top: 100px;
    padding-top: 48px;
    padding-bottom: 48px;
    float: none;
    display: flex;
    align-items: center;
    position: relative;
}

.news-detail .page-navigation a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
}

.news-detail .page-navigation a.back {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border: 2px solid #DADADA;
    border-radius: 6px;
    padding: 10px 18px;
}

.news-detail .page-navigation a.prev {
    margin-right: auto;
    margin-left: 0;
}

.news-detail .page-navigation a.next {
    margin-left: auto;
    margin-right: 0;
}

.news-detail .page-navigation a.prev svg {
    margin-right: 4px;
}

.news-detail .page-navigation a.next svg {
    margin-left: 4px;
}

.news-detail .page-navigation a.back svg {
    margin-right: 4px;
}

.news-detail table {
    max-width: 100%;
}

@media (max-width: 980px) {
    .news-detail {
        text-align: left;
        margin-bottom: 48px;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 24px;
    }

    .news-detail .page-navigation {
        margin-top: 64px;
        padding-top: 24px;
        padding-bottom: 0;
        flex-direction: column;
        justify-content: center;
    }
    
    .news-detail .page-navigation a.prev {
        margin-left: auto;
    }
    
    .news-detail .page-navigation a.back {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .news-detail .page-navigation a.next {
        margin-right: auto;
    }
    
    .news-detail + .doopss {
        margin-top: 48px;
    }

}

.news-detail h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
    padding: 0;
    margin-top: 64px;
}

.news-detail img {
    margin-bottom: 24px;
    margin-top: 24px;
    max-width: 100%;
}

.nav-tabs {
    position: relative;
    z-index: 2;
}

.nav-tabs .nav-link {
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 0;
    padding-right: 0;
    /*margin-left: 32px;*/
}

.nav-tabs .nav-item:first-child .nav-link {
    margin-left: 0;
}

body .news-list {
    display: flex;
    flex-wrap: wrap;
}

body .nwwe .news-list a.news-list--item, body .stty .news-list a.news-list--item {
    flex-basis: calc(50% - 32px);
    max-width: calc(50% - 32px);
    margin-left: 32px;
    margin-right: 0;
    margin-top: 56px;
    height: auto;
}

body .nwwe .news-list, body .stty .news-list {
    margin-left: -32px;
    margin-top: -56px;
}

body .nwwe h2, body .stty h2 {
    padding-bottom: 20px;
}

body .nwwe {
    margin-bottom: 0;
}

body .nwwe h2 ~ a.vsse, body .stty h2 ~ a.vvse {
    margin-top: -55px;
    z-index: 2;
}

body .nwwe .news-list .img, body .stty .news-list .img {
    margin-bottom: 12px;
    height: auto;
}

body .nwwe .news-list .date, body .stty .news-list .date {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    padding: 2px 8px;
    margin-bottom: 8px;
    display: inline-block !important;
}

body .nwwe .cntnt .title, body .stty .cntnt .title {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 8px;
}

body .nwwe .cntnt span, body .stty .cntnt span {
    line-height: 1.4;
}

body .nwwe .news-list, body .stty .news-list {
    margin-bottom: 56px;
}

body .news-list .cntnt {
    height: auto;
}

.nwwe .news-list .img img, .stty .news-list .img img {
    display: block;
}

.special_offer .nav-tabs .nav-link,
.nav--spacers.nav-tabs .nav-link {
    margin-left: 32px;
}

@media (max-width: 980px) {
    .special_offer .nav-tabs .nav-link,
	.nav--spacers.nav-tabs .nav-link {
        margin-left: 24px !important;
    }
}

@media (max-width: 980px) {
	body .nav-tabs .nav-link {
		padding: 4px 0 0 0 !important;
		/*margin-left: 24px !important;*/
	}
	
	body .nav-tabs .nav-item:first-child .nav-link {
		margin-left: 0 !important;
	}

    body div.nwwe .news-list a.news-list--item, body .stty .news-list a.news-list--item {
        width: calc(50% - 16px) !important;
        flex-basis: calc(50% - 16px) !important;
        height: auto;
        margin-left: 16px !important;
        margin-bottom: 0;
    }

    body .nwwe .news-list, body .stty .news-list {
        margin-left: -1px;
    }

    body .nwwe .news-list, body .stty .news-list {
        margin-bottom: 0;
    }

    body .nwwe h2 ~ a.vsse, body .stty h2 ~ a.vvse {
        margin-top: -50px;
    }
}

body .row.doopss {
    padding: 40px 0;
}

body .row.doopss + .row.doopss1 {
    margin-top: 80px;
}

body .row.doopss span {
    padding: 0 40px;
    border-right: 1px solid rgba(176, 176, 173, 0.3);
    display: flex;
    align-items: flex-start;
    text-align: left;
}

body .row.doopss span:last-child {
    border-right: none;
}

body .row.doopss span img {
    padding-top: 0;
}

@media (max-width: 980px) {
    body .row.doopss span {
        padding: 32px;
    }

    body .row.doopss {
        padding: 0;
    }

    body .row.doopss span img {
        padding-bottom: 0;
    }
}

body .row.doopss1 h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
    padding-bottom: 0;
    margin-top: 0;
}

body .row.doopss1 p {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}

body .row.doopss1 .vsse.qq i {
    font-size: 20px !important;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 0 !important;
    left: 100% !important;
}

body .row.doopss1 .vsse.qq {
    display: inline-flex;
    align-items: center;
    width: auto;
    padding-right: 0px;
}

body .nwwe.nwwe--list .news-list a.news-list--item {
    flex-basis: calc(25% - 32px);
    max-width: calc(25% - 32px);
}

body .nwwe.nwwe--list .page-nav {
    margin-top: 56px;
}

@media (max-width: 980px) {
    body .nwwe.nwwe--list .news-list a.news-list--item {
        max-width: calc(50% - 16px) !important;
        flex-basis: calc(50% - 16px) !important;
    }

    body .nwwe.nwwe--list .news-list {
        width: calc(100% + 16px) !important;
        margin-left: -16px;
    }
}

@media (max-width: 450px) {
    body .nwwe.nwwe--list .news-list {
        margin-top: -32px;
    }

    body .nwwe.nwwe--list .news-list a.news-list--item {
        margin-top: 32px;
        max-width: calc(100% - 16px) !important;
        flex-basis: calc(100% - 16px) !important;
    }
}

.personal-nav {
    margin-top: 22px;
    background-color: #fff;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    padding: 16px;
}

.personal-nav__list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.page-main--with-aside .page-sidebar {
    padding-right: 20px !important;
}

.personal-nav__link {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000 !important;
    padding-top: 12px;
    padding-bottom: 12px;
}

.personal-nav__icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.personal-nav__item + .personal-nav__item {
    border-top: 1px solid hwb(60deg 68% 31% / 20%);
}

.personal-nav__icon path {
    fill: #B0B0AD;
}

.personal-nav__link.is-active .personal-nav__icon path {
    fill: #EF4A3D;
}

.personal-nav__link.is-active {
    color: #EF4A3D !important;
}

.lm-autoparts .page-header div.b-top-row .vhod a {
    max-width: 160px;
    display: inline-block;
    overflow: hidden;
    margin: 0 2px;
    text-overflow: ellipsis;
}

.vhod.vhod {
    display: inline-flex;
    align-items: center;
    height: auto;
}

.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #DADADA;
    border-radius: 50%;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-radio:checked+label::before {
    border-color: #EF4A3D;
    border-width: 7px;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    cursor: pointer;
}

.custom-checkbox+label span {
    margin-left: 12px;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #DADADA;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.1s linear;
    align-self: baseline;
}

.custom-checkbox:checked+label::before {
    border-color: #EF4A3D;
    background-color: #EF4A3D;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.71947 4.99982C1.53181 4.83105 1.28729 4.73949 1.03494 4.74349C0.782594 4.74748 0.541091 4.84675 0.358876 5.02137C0.176662 5.19599 0.0672143 5.43306 0.0524866 5.68501C0.037759 5.93695 0.118841 6.18515 0.279469 6.37982L2.49947 8.70982C2.59241 8.80732 2.7041 8.88504 2.82783 8.93831C2.95155 8.99158 3.08476 9.0193 3.21947 9.01982C3.35346 9.0206 3.48624 8.99445 3.60992 8.94291C3.73361 8.89137 3.84568 8.81551 3.93947 8.71982L10.7195 1.71982C10.8114 1.62526 10.8838 1.51353 10.9325 1.391C10.9813 1.26847 11.0054 1.13753 11.0036 1.00567C11.0017 0.873815 10.9739 0.743613 10.9217 0.622501C10.8695 0.50139 10.794 0.391742 10.6995 0.299817C10.6049 0.207891 10.4932 0.135489 10.3707 0.0867447C10.2481 0.0380002 10.1172 0.0138674 9.98533 0.0157246C9.85347 0.0175818 9.72327 0.0453923 9.60215 0.0975684C9.48104 0.149745 9.37139 0.225265 9.27947 0.319817L3.22947 6.57982L1.71947 4.99982Z' fill='white'/%3E%3C/svg%3E%0A");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}

.flat-red-btn {
    background: #EF4A3D;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    border: none;
    outline: none !important;
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    cursor: pointer;
    max-width: 100%;
    white-space: normal;
}

.flat-grey-btn {
    background: #f8f8f8;
    box-shadow: 2px 4px 6px rgb(0 0 0 / 6%);
    border-radius: 6px;
    border: none;
    outline: none;
    color: #000 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    cursor: pointer;
    max-width: 100%;
    white-space: normal;
}

.flat-red-btn[disabled],
.flat-grey-btn[disabled] {
    opacity: 0.25;
    pointer-events: none;
	cursor: default;
}

.lm-autoparts .page-main.container {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto;
    margin-right: auto;
}

.custom-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    display: block;
    margin-bottom: 16px;
}

label.custom-label {
    margin-bottom: 8px;
}

.custom-input select,
.custom-input input,
.custom-input textarea {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 6px;
    padding: 13px 16px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    outline: none !important;
}

.custom-input textarea {
    resize: vertical;
    min-height: 150px;
}

.custom-radio-row {
    display: flex;
    margin-left: -12px;
}

.custom-radio-row > div {
    padding-left: 12px;
}

.custom-radio+label {
    font-size: 16px;
}

.custom-checkbox+label::before {
    margin-right: 12px;
}

.custom-checkbox+label:empty::before {
    margin-right: 0;
}

.custom-input select,
.custom-input input[placeholder],
.custom-input textarea[placeholder] {
    text-overflow: ellipsis;
    font-family: 'Roboto';
    font-weight: 300;
}

.custom-input input::-moz-placeholder,
.custom-input textarea::-moz-placeholder{
    text-overflow: ellipsis;
    color: #B0B0AD;
    font-family: 'Roboto';
    font-weight: 300;
}

.custom-input input:-moz-placeholder,
.custom-input textarea:-moz-placeholder {
    text-overflow: ellipsis;
    color: #B0B0AD;
    font-family: 'Roboto';
    font-weight: 300;
}

.custom-input input:-ms-input-placeholder,
.custom-input textarea:-ms-input-placeholder {
    text-overflow: ellipsis;
    color: #B0B0AD;
    font-family: 'Roboto';
    font-weight: 300;
}

.new-modal--small .modal-content {
    padding: 24px 85px 24px 24px;
}

.new-modal--small .close {
    top: 24px;
    right: 24px;
}


@media (max-width: 1199px) {
    .page-main--with-aside .page-sidebar {
        display: none !important;
    }

    .page-main--with-aside main {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .custom-checkbox+label {
        font-size: 14px;
    }

    .custom-label {
        font-size: 14px;
    }

    .custom-checkbox+label::before {
        width: 20px;
        height: 20px;
        background-size: 60%;
    }

    .flat-red-btn, .flat-grey-btn {
        font-size: 14px;
        line-height: 1.5;
    }

    .custom-radio+label {
        font-size: 14px;
    }

    .custom-radio+label::before {
        width: 20px;
        height: 20px;
    }

    .custom-radio:checked+label::before {
        border-width: 5px;
    }

    .custom-radio-row {
        flex-direction: column;
        margin-top: -16px;
    }

    .custom-radio-row > div {
        margin-top: 16px;
    }
}

@media (max-width: 680px) {
    div.row h1 {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        text-align: left;
        padding-bottom: 0;
    }
}

body .ff1__img {
    position: absolute;
    margin-left: -74px;
    margin-top: 4px;
    border-radius: 50%;
    background-color: #f7f7f7;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px;
}

body .ff1__img img {
    max-width: 20px;
    margin: 0 !important;
}


@media (max-width: 981px) {
    body .ff1 {
        margin-left: 75px;
    }

    body .ff11 {
        margin-left: 75px;
    }

    body .ff11 img {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    body .ff1__img {
        position: relative;
        margin: -10px 15px 0 0;
		flex-shrink: 0;
    }

    body .ff1 {
        margin-left: 0;
        display: flex;
        line-height: 1.4;
        align-items: flex-start;
        font-size: 18px;
    }

    body .reset-global-styles {
        text-align: left;
    }

    body .ff1 img {
        position: relative;
        margin: 0 15px 0 0;
        flex-shrink: 0;
    }

    body .ff11 {
        margin-left: 0;
    }

    body .reset-global-styles p + br + br {
        display: none;
    }
}

@media (max-width: 1199px) {
    body .scapr {
        position: relative;
        right: 0;
        left: 0;
        display: inline-flex;
        margin-bottom: 15px;
        margin-left: auto;
    }

    body .on1 {
        line-height: 1.5;
        height: 80px;
        display: inline-flex;
        align-items: center;
        font-size: 15px;
    }

    body .on1.as, body .on2.as, body .on3.as, body .on4.as {
        height: auto;
    }

    body .on2 {
        font-size: 14px;
    }

    body .on2 span {
        font-size: 14px;
        white-space: normal;
        ;padding-left: 5px;
    }

    body .on3 {
        font-size: 14px;
    }

    body .on4 {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    body .on1, body .on2, body .on3, body .on4 {
        width: 100%;
        padding: 5px 15px;
        height: auto;
        line-height: 1.3;
    }

    body .on1.as, body .on2.as, body .on3.as, body .on4.as {
        display: none;
    }

    body .on1 {
        padding-top: 15px;
    }

    body .on4 {
        padding-bottom: 15px;
    }

    body .on2 span:after {
        display: none;
    }

    body .on2 span:before {
        bottom: auto;
        height: 20px;
        width: 20px;
    }

    body .gerr {
        display: flex;
        width: 100%;
        height: auto;
    }
    
    body .gerr2 {
        display: flex;
        width: 100%;
        line-height: 1.3;
        height: auto;
        margin-bottom: 10px;
    }
}


.lk {
    font-family: 'Roboto';
    margin-bottom: 60px;
}

.lk__lead {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 40px;
}

.lk-item__link {
    background: #FFFFFF;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    padding: 32px 72px 32px 96px;
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none !important;
    justify-content: center;
    width: 100%;
}

.lk__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-top: -24px;
}

.lk-item {
    padding-left: 24px;
    margin-top: 24px;
    flex-basis: 50%;
    max-width: 50%;
    display: flex;
}

.lk-item__icon {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

.lk-item__icon svg {
    width: 100%;
    height: 100%;
}

.lk-item__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.lk-item__description {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #B0B0AD;
    margin-top: 8px;
}

.lk-item__link:after {
    content: '';
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99984 6L8.58984 7.41L13.1698 12L8.58984 16.59L9.99984 18L15.9998 12L9.99984 6Z' fill='%23B0B0AD'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 991px) {
    .lk {
        text-align: left;
    }

    .lk-item {
        flex-basis: 100%;
        max-width: 100%;
    }
    
    .lk-item__link {
        width: 100%;
    }
}

@media (max-width: 680px) {
    div.row h1 {
        font-size: 24px;
        line-height: 1.4;
    }
}

/* HACKS */

.benscripe .input-group-append i {
    pointer-events: none;
}

div.caroufredsel_wrapper li {
    max-width: 330px;
}

.vvse.asda {
    z-index: 2;
}

body #prev2 i, body #next2 i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin-left: -2px;
}

body #next2 i {
    transform: rotate(180deg) translateY(50%) translateX(50%);
    margin-left: 0;
    margin-right: -2;
}

#foo2 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
}

#foo2 li a img {
    height: auto !important;
    max-height: 58px;
}

@media (max-width: 980px) {
    div.bb span {
        max-width: calc(100% - 40px);
        margin-left: 0 !important;
        padding-left: 73px;
        margin-right: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

#to_top {
    width: 60px;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    bottom: 80px;
    right: 60px;
    z-index: 99;
    color: #fff;
    font-size: 30px;
    opacity: 0;
    transition: .5s;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

#to_top svg {
    max-width: 34%;
}

@media (max-width: 1199px) {
    #to_top {
        width: 40px;
        height: 40px;
        right: 30px;
        bottom: 100px;
    }
}


.pdf-item {
    box-shadow: 1px 1px 6px rgb(0 0 0 / 20%);
}

.pdf-item__info {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pdf-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.pdf-item {
    display: flex;
    flex: 0 0 calc(33.333% - 20px / 3 * 2);
}

.pdf-item__preview {
    width: 150px;
    height: 200px;
    flex-shrink: 0;
}

.pdf-item__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pdf-item__info {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pdf-item__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pdf-item__text {
    color: grey;
}

.pdf-item__info > a {
    color: #fff !important;
    background-color: #ef4a3d;
    padding: .475rem .75rem;
    margin-top: auto;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.pdf-item__info > a:hover {
    background-color: #bd2130;
}

.pdf-item__info {
    padding-right: 15px;
}

.pdf-item__preview {
    padding: 15px 0 15px 15px;
}

@media (max-width: 1199px) {
    .pdf-item {
        flex-basis: calc(50% - 10px);
    }
}

@media (max-width: 991px) {
    .pdf-row {
        gap: 24px;
    }

    .pdf-item {
        flex-basis: 100%;
    }
}

.notepad-auth-error {
    margin-bottom: 22px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #000000;
}

body nav.fixed-top #horizontal-multilevel-menu li a.root-item-selected {
    height: 34px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: inline-flex !important;
    align-items: center;
    padding-left: 48px !important;
}

body nav.fixed-top {
    padding-top: 0 !important;
}

body nav.fixed-top .onn1 a {
    height: 34px;
    line-height: 34px;
}

body nav.fixed-top .b-navbar-col {
    height: 34px;
}

body nav.fixed-top #horizontal-multilevel-menu {
    margin: 0;
}

body nav.fixed-top .header-notepad {
    margin-top: 0;
    margin-bottom: 0;
    height: 34px;
    line-height: 34px;
}

.form-horizontal .input_text_style {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 6px;
    padding: 13px 16px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    outline: none !important;
    font-family: Roboto, sans-serif;
    text-align: left;
}

.feedback {
    font-family: Roboto, sans-serif;
    text-align: left;
}

.form-horizontal .control-group + .control-group,
.subscription .custom-input + .custom-input {
    margin-top: 24px;
}

.form-horizontal .control-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    display: block;
    margin-bottom: 8px;
    font-family: Roboto, sans-serif;
    text-align: left;
}

.form-horizontal textarea {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 6px;
    padding: 13px 16px;
    width: 100% !important;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}

.userconsent-request {
    margin-top: 20px;
}

.userconsent-request input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.main-user-consent-request-announce-link {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    cursor: pointer;
}

.main-user-consent-request-announce-link:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #DADADA;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    border-radius: 4px;
    transition: all 0.1s linear;
    margin-right: 12px;
    align-self: baseline;
}

.userconsent-request input[type="checkbox"]:checked+.main-user-consent-request-announce-link::before {
    border-color: #EF4A3D;
    background-color: #EF4A3D;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.71947 4.99982C1.53181 4.83105 1.28729 4.73949 1.03494 4.74349C0.782594 4.74748 0.541091 4.84675 0.358876 5.02137C0.176662 5.19599 0.0672143 5.43306 0.0524866 5.68501C0.037759 5.93695 0.118841 6.18515 0.279469 6.37982L2.49947 8.70982C2.59241 8.80732 2.7041 8.88504 2.82783 8.93831C2.95155 8.99158 3.08476 9.0193 3.21947 9.01982C3.35346 9.0206 3.48624 8.99445 3.60992 8.94291C3.73361 8.89137 3.84568 8.81551 3.93947 8.71982L10.7195 1.71982C10.8114 1.62526 10.8838 1.51353 10.9325 1.391C10.9813 1.26847 11.0054 1.13753 11.0036 1.00567C11.0017 0.873815 10.9739 0.743613 10.9217 0.622501C10.8695 0.50139 10.794 0.391742 10.6995 0.299817C10.6049 0.207891 10.4932 0.135489 10.3707 0.0867447C10.2481 0.0380002 10.1172 0.0138674 9.98533 0.0157246C9.85347 0.0175818 9.72327 0.0453923 9.60215 0.0975684C9.48104 0.149745 9.37139 0.225265 9.27947 0.319817L3.22947 6.57982L1.71947 4.99982Z' fill='white'/%3E%3C/svg%3E%0A");
}

.main-user-consent-request {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    cursor: pointer;
}

div.subscription-title-inner {
    padding: 0;
    background: none;
    font-weight: 400;
    font-size: 18px;
}

.subscription {
    font-family: Roboto, sans-serif;
    max-width: 640px;
}

div.subscription-form {
    padding: 0;
    border: none;
    margin-top: 24px;
    text-align: left;
}

.custom-label__note {
    margin-left: 0 !important;
    margin-top: 2px;
}

p + div.subscription {
    margin-top: 16px;
}

#alx_feed_back_FID1.alx_feed_back, #afbf_err_FID1.alx-feedb-error {
    width: 100% !important;
    max-width: 640px;
}

.afbf_item_pole .afbf_name {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    display: block;
    margin-bottom: 16px;
}

.afbf_item_pole .afbf_select, .afbf_item_pole .afbf_textarea, .afbf_item_pole .afbf_inputtext {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 6px;
    padding: 13px 16px !important;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    outline: none !important;
    height: auto !important;
}

#alx_feed_back_FID1 .afbf_select {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke='currentColor'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    cursor: pointer;
    appearance: none; /* Disable the default arrow */
    -webkit-appearance: none; /* For WebKit-based browsers */
    -moz-appearance: none; /* For Firefox */
}

.afbf_required_text {
    color: red;
}

.btn.btn-danger {
    background: #EF4A3D;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    border: none;
    outline: none !important;
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    cursor: pointer;
    max-width: 100%;
    white-space: normal;
}

.afbf_error_block .afbf_error_text, .afbf_error_block .afbf_error_ftext {
    padding: 0;
    min-height: 0;
}

.afbf_error_block {
    display: flex;
    align-items: center;
}

.afbf_error_icon {
    width: 32px;
    height: 32px;
    background-size: contain;
    margin-right: 16px;
}

.alx_feed_back form {
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .form-horizontal .control-label,
    .form-horizontal textarea,
    .form-horizontal .input_text_style,
    .afbf_item_pole .afbf_name,
    .afbf_item_pole .afbf_select, .afbf_item_pole .afbf_textarea, .afbf_item_pole .afbf_inputtext {
        font-size: 14px;
    }

    .form-horizontal .control-group + .control-group,
    .subscription .custom-input + .custom-input {
        margin-top: 16px;
    }

    .form-horizontal .control-label,
    .afbf_item_pole .afbf_name {
        margin-bottom: 6px;
    }

    .main-user-consent-request-announce-link:before {
        width: 20px;
        height: 20px;
        background-size: 60%;
    }

    .main-user-consent-request-announce-link {
        font-size: 14px;
    }

    .btn.btn-danger {
        font-size: 14px;
        line-height: 1.5;
    }
}

