

/* Start:/local/templates/main/components/bitrix/news/services/bitrix/news.detail/.default/style.css?1683753581324*/
.header-page-detail{
    margin: 20px 0 30px 0;
}
.content-detail{
    margin-bottom: 35px;
}
.content-detail p{
    margin: 10px 0;
}
.content-detail img{
    display: block;
    margin: 20px auto;
    width: auto;
}
.content-detail h2{
    margin-top:10px;
    margin-bottom: 20px;
    font-size: 30px;
}
/* End */


/* Start:/include/customs_clearance/assets/css/custom.css?17449617018907*/
:root {
    --black: #333333;
    --grey: #bdbdbd;
    --grey-light: #999898;
    --grey-easy: #d0d0d0;
    --white: #fbfbfb;
    --white-darker: #f2f2f2;
    --red: #e52330;
    --red-hover: #b81722;
    --dark-blue: #172234;
    --light-blue: #232f44;
    --blue: #1d3359;
}

button, input[type=button],
input[type=checkbox],
input[type=radio],
input[type=reset],
input[type=submit],
label,
select {
    cursor: pointer;
}

.txt-bold {
    font-weight: 700;
}

.change-position-answer .hide-customs-calc {
    display: none;
}

.input.error-field {
    border: 1px solid var(--red);
}

.customs-body {
    margin-top: 40px;
    padding: 32px;
    background: #ffffff;
    box-shadow: 0 5px 32px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.details-customs .form {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.field-name {
    font-family: "Play", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 130%;
    color: var(--black);
    margin: 0 0 15px;
    display: block;
}

.field-line {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.field-line-block {
    max-width: 50%;
    width: 100%;
}

.select {
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    font-family: inherit;
    padding: 12px 35px 12px 15px;
    color: var(--black);
    background: var(--white);
    border: 1px solid var(--grey-easy);
    outline: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 50%;
}

.select:required:invalid {
    color: var(--grey);
}

.select option[disabled] {
    display: none;
}

.select option {
    color: var(--black);
}

.content-detail .loader-success img {
    margin: 0;
}

.input {
    outline: 0;
    background: var(--white);
    border: 1px solid var(--grey-easy);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--black);
    min-height: 50px;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    box-sizing: border-box;
    padding: 12px 20px 12px 15px;
}

.input::placeholder {
    color: var(--grey);
}

.field-sm-name {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    font-family: inherit;
    color: var(--black);
}

.details-customs input[type="radio"] {
    appearance: none;
    position: relative;
    top: 2px;
    border-radius: 50%;
    width: 16px;
    height: 16px;

    border: 1px solid var(--grey-easy);
    transition: 0.2s all linear;
    margin: 0 1px 0 0;
}

input[type="radio"].sec-elm {
    margin-left: 30px;
}

.details-customs input[type="radio"]:checked::before {
    content: "";
    display: block;
    position: absolute;
    min-width: 8px;
    min-height: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--red);
}

.mod-bottom {
    align-self: flex-end;
    display: flex;
    align-items: flex-start;
    margin-bottom: 4px;
}

.details-customs input[type="checkbox"] {
    margin: 0;
    min-width: 20px;
    min-height: 20px;
    margin-right: 5px;
    background: var(--white);
    border: 1px solid var(--grey);
    outline: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.details-customs input[type="checkbox"]:checked::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background-color: var(--white);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.31818L4.77419 10L14 1' stroke='%23E52330' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.raz-customs,
.pdf-customs {
    position: relative;
    margin-top: 50px;
    min-height: 55px;
    max-width: 305px;
    width: 100%;
}

.calc-answer {
    margin-top: 30px;
}

.text-pre {
    max-width: 609px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: -45px;
}

.text-pre > div {
    max-width: 515px;
}

.total-key-right .znak-total {
    margin-bottom: 0;
}

.customs-lists {
    list-style-type: none;
    padding: 0;
    margin: 23px 0 0 0;
}

.result__customs {
    display: none;
}

.result__customs .title-elem {
    text-align: center;
}

.customs-lists .customs-lists-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 36px;
    max-width: 609px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: -45px;
}

.customs-lists .customs-lists-details .price {
    margin-right: 40px;
}

.total-key {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 50px;
    flex-wrap: wrap;
}

.znak-total {
    font-family: "Play", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
}

.total-key-left {
    max-width: 384px;
}

.total-key-right {
    max-width: 210px;
    text-align: right;
    margin-left: auto;
	margin-right: auto;
}

.note {
    position: relative;
    z-index: 1;
    display: none;
	font-size: 12px;
    margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 50px;
}

.text__note {
    color: #808080;
}

.color__text {
    color: #C09547;
}

.change-position-answer .note {
    display: block;
}

.total-key-right .znak-total .or-elem {
    display: block;
}

.change-position-answer .hide-customs-calc {
    display: none;
}

@media (max-width: 1400px) {
    .customs-lists .customs-lists-details {
        padding-left: 15px;
        padding-right: 15px;
    }

    .total-key {
        padding-left: 15px;
        padding-right: 15px;
    }

    .customs-lists .customs-lists-details .price {
        margin-right: 0;
    }

    .customs-lists .customs-lists-details {
        left: 0;
        max-width: 100%;
    }
}

@media (max-width: 1280px) {
    .total-key {
        flex-direction: column;
    }

    input[type="radio"].sec-elm {
        margin-left: 15px;
    }

    .total-key-right {
        margin-top: 15px;
        margin-left: 0;
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 1180px) {
    .total-key-right .znak-total .or-elem {
        display: inline;
        margin-left: 12px;
        margin-right: 12px;
    }

    .change-position-answer .note {
        display: none;
    }

    .change-position-answer .text-calc,
    .change-position-answer .text-calc + .txt-bold.line-act {
        display: block;
        text-align: center;
    }

    .text-calc,
    .text-calc + .txt-bold.line-act {
        display: none;
    }

    .text-pre > div,
    .total-key-left {
        max-width: 100%;
		width: 100%;
    }

    .shadow-customs {
        display: none;
    }
}

@media (max-width: 600px) {
    .details-customs {
        margin-bottom: 50px;
    }

    .mod-bottom label {
        max-width: 100%;
    }

    .raz-customs {
        margin-top: 35px;
        margin-left: auto;
        margin-right: auto;
    }

    .pdf-customs {
        margin-left: auto;
        margin-right: auto;
    }

    .field-line {
        gap: 20px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .field-line-block {
        max-width: 100%;
        width: 100%;
    }

    input[type="radio"].sec-elm {
        margin-left: 30px;
    }

    .total-key {
        margin-top: 35px;
    }

    .total-key-left .znak-total {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 15px;
        text-align: center;
    }

    .total-key-right {
        margin-left: auto;
        margin-right: auto;
        max-width: 210px;
    }

    .total-key-right .znak-total .or-elem {
        display: block;
        margin: 5px 0;
        font-weight: 400;
        font-size: 17px;
        line-height: 130%;
    }

    .change-position-answer .hide-customs-calc {
        display: flex;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news/services/bitrix/news.detail/.default/style.css?1683753581324 */
/* /include/customs_clearance/assets/css/custom.css?17449617018907 */
