

/* Start:/local/components/pixelplus/calc_transportation/templates/index/style.css?176634717932201*/
.calc-transportation {
    box-sizing: border-box;

    color: #000;
}

.calc-transportation * {
    box-sizing: border-box;
}

.calc-transportation--in-catalog {
    margin: 0 0 20px 0;
}

.calc-transportation__calc {

}

.calc-transportation__calc-inner {

}

.calc-transportation__calc-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.calc-transportation__calc-cols-left {
    width: 275px;
    background-color: #EAEBF0;
    padding: 30px;
}

.calc-transportation__calc-cols-right {
    width: calc(100% - 275px);
    background: #ccc;
}

.calc-transportation__calc-title-wrapper {
    margin: 0 0 12px 0;
}

.calc-transportation__calc-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.calc-transportation__calc-title
span {
    color: #4F5863;
}

.calc-transportation__calc-auto-slider {

}

.calc-transportation__calc-auto-slider-swiper-wrapper {
    margin: 0 0 16px 0;
    position: relative;
}

.calc-transportation__calc-auto-slider
.swiper-button-prev,
.calc-transportation__calc-auto-slider
.swiper-button-next {
    width: 6px;
    height: 10px;

    bottom: 4px;
    top: auto;
}

.calc-transportation__calc-auto-slider
.swiper-button-prev {
    left: 0;
}

.calc-transportation__calc-auto-slider
.swiper-button-prev:after {
}

.calc-transportation__calc-auto-slider
.swiper-button-next {
    right: 0;
    left: auto;
}

.calc-transportation__calc-auto-slider
.swiper-button-next:after {
    transform: rotate(180deg);
}

.calc-transportation__calc-auto-slider
.swiper-button-prev:after,
.calc-transportation__calc-auto-slider
.swiper-button-next:after {
    content: '';
    width: 6px;
    height: 10px;

    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;

    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjE0NjQ0NyA1LjM1MzU1Qy0wLjA0ODgxNTUgNS4xNTgyOSAtMC4wNDg4MTU1IDQuODQxNzEgMC4xNDY0NDcgNC42NDY0NUwzLjMyODQzIDEuNDY0NDdDMy41MjM2OSAxLjI2OTIgMy44NDAyNyAxLjI2OTIgNC4wMzU1MyAxLjQ2NDQ3QzQuMjMwOCAxLjY1OTczIDQuMjMwOCAxLjk3NjMxIDQuMDM1NTMgMi4xNzE1N0wxLjIwNzExIDVMNC4wMzU1MyA3LjgyODQzQzQuMjMwOCA4LjAyMzY5IDQuMjMwOCA4LjM0MDI3IDQuMDM1NTMgOC41MzU1M0MzLjg0MDI3IDguNzMwOCAzLjUyMzY5IDguNzMwOCAzLjMyODQzIDguNTM1NTNMMC4xNDY0NDcgNS4zNTM1NVpNMSA1VjUuNUgwLjVWNVY0LjVIMVY1WiIgZmlsbD0iI0ZGMEExOSIvPgo8L3N2Zz4K');
}

.calc-transportation__calc-auto-slider
.swiper-button-prev:hover,
.calc-transportation__calc-auto-slider
.swiper-button-next:hover {
}

.calc-transportation__calc-auto-slider-swiper {
}

.calc-transportation__calc-auto-slider-swiper
.swiper-wrapper {
    align-items: stretch;
}

.calc-transportation__calc-auto-slider-swiper
.swiper-wrapper
.swiper-slide {
    height: auto;

    padding-left: 10px;
    padding-right: 10px;
}

.calc-transportation__calc-auto-slider-item {
    height: 100%;
}

.calc-transportation__calc-auto-slider-item-img-wrapper {
    margin: 0 0 10px 0;
    height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.calc-transportation__calc-auto-slider-item-img {
    display: block;
    max-width: 100%;
    height: 100px;

    object-fit: cover;

    user-select: none;
    outline: none;
    border: none;
}

.calc-transportation__calc-auto-slider-item-title-wrapper {

}

.calc-transportation__calc-auto-slider-item-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.calc-transportation__calc-form-wrapper {

}

.calc-transportation__calc-form {

}

.calc-transportation__calc-form-fields {
    margin: 0 0 15px 0;
}

.calc-transportation__calc-form-fields-items {

}

.calc-transportation__calc-form-fields-item {

}

.calc-transportation__calc-form-fields-item + .calc-transportation__calc-form-fields-item {
    margin: 10px 0 0 0;
}

.calc-transportation__calc-form-fields-item-label {
    width: 100%;
}

.calc-transportation__calc-form-fields-item-label-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.calc-transportation
input[type='date'] {
    position: relative;
    width: 100%;
    height: 36px;
    border-radius: 0;
    border: none;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    outline: none;
    text-align: left;
    max-width: none;
}

.calc-transportation__date {
    position: relative;

    border: 1px solid #E2E2E2;
    padding: 0 30px 0 0;
    height: 38px;
    background-color: #fff;
    outline: none;
}

.calc-transportation__date:before {
    content: '';
    position: absolute;
    right: 7px;
    top: 9px;
    width: 16px;
    height: 17px;

    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('/local/components/pixelplus/calc_transportation/templates/index/i/date.svg');
}

.calc-transportation
input[type='date']::-webkit-inner-spin-button {
    display: none;
}

.calc-transportation
input[type='date']::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

.calc-transportation
input[type='date']::-webkit-inner-spin-button,
.calc-transportation
input[type='date']::-webkit-clear-button {
    z-index: -10;
}

.calc-transportation
input[type='date']::-webkit-input-placeholder {
    z-index: 99;
}

.calc-transportation input[type='date']:focus {
}

.calc-transportation input[type='date']:focus::placeholder {
    color: transparent;
}

.calc-transportation input[type='date']::placeholder {
    color: #aaa;
}

.calc-transportation-dropdown {
    position: relative;

    font-family: 'CirceLight', 'Circe', sans-serif;
}

.calc-transportation-dropdown__inner {

}

.calc-transportation-dropdown__general {
    height: 38px;
    padding: 0 10px;

    border: 1px solid #E2E2E2;
    background-color: #fff;

    cursor: pointer;
}

.calc-transportation-dropdown__general-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    gap: 10px;
}

.calc-transportation-dropdown__general-cols-left {
    width: calc(100% - 20px);
}

.calc-transportation-dropdown__general-cols-right {

}

.calc-transportation-dropdown__general-title {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #aaa;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.calc-transportation-dropdown--selected
.calc-transportation-dropdown__general-title {
    color: #000;
}

.calc-transportation-dropdown__general-icon {
    width: 10px;
    height: 6px;

    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00LjY0NjQ1IDUuODUzNTVDNC44NDE3MSA2LjA0ODgyIDUuMTU4MjkgNi4wNDg4MiA1LjM1MzU1IDUuODUzNTVMOC41MzU1MyAyLjY3MTU3QzguNzMwOCAyLjQ3NjMxIDguNzMwOCAyLjE1OTczIDguNTM1NTMgMS45NjQ0N0M4LjM0MDI3IDEuNzY5MiA4LjAyMzY5IDEuNzY5MiA3LjgyODQzIDEuOTY0NDdMNSA0Ljc5Mjg5TDIuMTcxNTcgMS45NjQ0N0MxLjk3NjMxIDEuNzY5MiAxLjY1OTczIDEuNzY5MiAxLjQ2NDQ3IDEuOTY0NDdDMS4yNjkyIDIuMTU5NzMgMS4yNjkyIDIuNDc2MzEgMS40NjQ0NyAyLjY3MTU3TDQuNjQ2NDUgNS44NTM1NVpNNSA1TDQuNSA1TDQuNSA1LjVMNSA1LjVMNS41IDUuNUw1LjUgNUw1IDVaIiBmaWxsPSIjRkYwQTE5Ii8+Cjwvc3ZnPgo=');
}

.calc-transportation-dropdown__items {
    display: none;

    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 8px 29px 11px 10px;
    border: 1px solid transparent;
    background-color: #fff;
    z-index: 2;
}

.calc-transportation-dropdown--is-opened
.calc-transportation-dropdown__items {
    display: block;
}

.calc-transportation-dropdown__items:before {
    content: '';

    position: absolute;

    right: 10px;
    top: 15px;

    width: 10px;
    height: 6px;

    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00LjY0NjQ1IDUuODUzNTVDNC44NDE3MSA2LjA0ODgyIDUuMTU4MjkgNi4wNDg4MiA1LjM1MzU1IDUuODUzNTVMOC41MzU1MyAyLjY3MTU3QzguNzMwOCAyLjQ3NjMxIDguNzMwOCAyLjE1OTczIDguNTM1NTMgMS45NjQ0N0M4LjM0MDI3IDEuNzY5MiA4LjAyMzY5IDEuNzY5MiA3LjgyODQzIDEuOTY0NDdMNSA0Ljc5Mjg5TDIuMTcxNTcgMS45NjQ0N0MxLjk3NjMxIDEuNzY5MiAxLjY1OTczIDEuNzY5MiAxLjQ2NDQ3IDEuOTY0NDdDMS4yNjkyIDIuMTU5NzMgMS4yNjkyIDIuNDc2MzEgMS40NjQ0NyAyLjY3MTU3TDQuNjQ2NDUgNS44NTM1NVpNNSA1TDQuNSA1TDQuNSA1LjVMNSA1LjVMNS41IDUuNUw1LjUgNUw1IDVaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K');
}

.calc-transportation-dropdown__item {

}

.calc-transportation-dropdown__item:not(.calc-transportation-dropdown__item--selected) {
    cursor: pointer;
}

.calc-transportation-dropdown__item + .calc-transportation-dropdown__item {
    margin: 6px 0 0 0;
}

.calc-transportation-dropdown__item-title {
    display: inline;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    user-select: none;
}

.calc-transportation-dropdown__item:hover
.calc-transportation-dropdown__item-title,
.calc-transportation-dropdown__item--selected
.calc-transportation-dropdown__item-title {
    color: #FF0A19;
    border-bottom-color: currentColor;
}

.calc-transportation-dropdown__item--selected
.calc-transportation-dropdown__item-title {
    cursor: default;
}

.calc-transportation__calc-form-button-wrapper {
    margin: 0 0 15px 0;
}

.calc-transportation__calc-form-button {
    display: inline-block;
    color: #fff;
    border: none;
    text-decoration: none;
    outline: none;
    user-select: none;
    cursor: pointer;
}

.calc-transportation__calc-form-button--is-disabled {
    cursor: default;
    opacity: .3;
}

.calc-transportation__calc-form-button-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 39px;
    gap: 10px;
}

.calc-transportation__calc-form-button-cols-item {
    height: 100%;
}

.calc-transportation__calc-form-button-title {
    position: relative;
    background-color: #FF0A19;
    padding: 0 15px 0 17px;
    height: 100%;
    line-height: 39px;
}

.calc-transportation__calc-form-button-title:before {
    content: '';

    position: absolute;
    right: -10px;
    top: 0;

    width: 24px;
    height: 39px;

    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAyNCAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMC40MTMwODZIMTRMMjQgMTkuNDEzMUwxNCAzOC40MTMxSDBMOS41IDE5LjQxMzFMMCAwLjQxMzA4NloiIGZpbGw9IiNGRjBBMTkiLz4KPC9zdmc+Cg==');
}

.calc-transportation__calc-form-button-icon {
    width: 24px;
    height: 39px;

    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAyNCAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMC40MTMwODZIMTRMMjQgMTkuNDEzMUwxNCAzOC40MTMxSDBMOS41IDE5LjQxMzFMMCAwLjQxMzA4NloiIGZpbGw9IiNGRjBBMTkiLz4KPC9zdmc+Cg==');
}

.calc-transportation__calc-form-button:hover {
    color: #fff;
    border: none;
    text-decoration: none;
    outline: none;
    user-select: none;
}

.calc-transportation__calc-form-button:focus {
    color: #fff;
    border: none;
    text-decoration: none;
    outline: none;
    user-select: none;
}

.calc-transportation__calc-form-result-wrapper {

}

.calc-transportation__calc-form-result {

}

.calc-transportation__calc-form-result--is-hidden {
    visibility: hidden;
}

.calc-transportation__calc-form-result-title-wrapper {

}

.calc-transportation__calc-form-result-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.calc-transportation__calc-form-result-price-wrapper {

}

.calc-transportation__calc-form-result-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    color: #FF0A19;
}

.calc-transportation__calc-form-result-hint-wrapper {

}

.calc-transportation__calc-form-result-hint {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.calc-transportation__calc-map-wrapper {
    height: 100%;
}

.calc-transportation__calc-map {
    height: 100%;
}

.calc-transportation__calc-map-balloon {
    font-family: 'Circe', sans-serif;
    font-size: 16px;
    padding: 0 16px 0 0;
}

.calc-transportation__calc-map-balloon-route {
    font-weight: 400;
    line-height: 22px;
}

.calc-transportation__calc-map-balloon-distance {
    font-weight: 400;
    line-height: 22px;
}

.calc-transportation__calc-map-balloon-time {
    font-weight: 400;
    line-height: 22px;
}





.calc-transportation-popup-form {
}

.calc-transportation-popup-form-modal {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 352px;
}

.calc-transportation-popup-form-modal--success {
    width: 352px;
}

.calc-transportation-popup-form-modal::backdrop {
    background-color: rgba(30, 30, 30, 0.87);
}

.calc-transportation-popup-form-modal__inner {
    position: relative;
    padding: 16px 24px 24px 24px;

    background-color: #fff;
}

.calc-transportation-popup-form-modal.calc-transportation-popup-form-modal--success
.calc-transportation-popup-form-modal__inner {
    padding: 16px 24px 24px 24px;
}

.calc-transportation-popup-form-modal__close_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.calc-transportation-popup-form-modal__close_button:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px / 30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
}

.calc-transportation-popup-form-modal__close_button:hover {

}

.calc-transportation-popup-form-modal__close_button:hover:after {
    color: #555;
    background: #eee;
}

.calc-transportation-popup-form-modal__title-wrapper {
    margin: 0 0 8px 0;
}

.calc-transportation-popup-form-modal__title {
    font-family: "DaxlineProRegular", Arial, serif;
    font-size: 27px;
    font-weight: 300;
    border-bottom: 5px solid #df010b;
    margin-bottom: 25px;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 25px 15px;
}

.calc-transportation-popup-form-modal__fields {
    margin: 0 0 16px 0;
}

.calc-transportation-popup-form-modal__fields-rows {

}

.calc-transportation-popup-form-modal__fields-row {

}

.calc-transportation-popup-form-modal__fields-row + .calc-transportation-popup-form-modal__fields-row {
    margin: 15px 0 0 0;
}

.calc-transportation-popup-form-modal__fields-item input[type='text'],
.calc-transportation-popup-form-modal__fields-item input[type='password'],
.calc-transportation-popup-form-modal__fields-item input[type='email'],
.calc-transportation-popup-form-modal__fields-item input[type='date'] {
    position: relative;
    width: 100%;
    height: 34px;
    padding: 0 12px;
    font-family: Arial, serif;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #4b4b4b;
    outline: none;
    text-align: left;
    border: 1px solid #d3d3d3;
    max-width: none;
}


.calc-transportation-popup-form-modal__fields-item input[type='text']:focus,
.calc-transportation-popup-form-modal__fields-item input[type='password']:focus,
.calc-transportation-popup-form-modal__fields-item input[type='email']:focus,
.calc-transportation-popup-form-modal__fields-item input[type='date']:focus {
}

.calc-transportation-popup-form-modal__fields-item input[type='text']:focus::placeholder,
.calc-transportation-popup-form-modal__fields-item input[type='password']:focus::placeholder,
.calc-transportation-popup-form-modal__fields-item input[type='email']:focus::placeholder,
.calc-transportation-popup-form-modal__fields-item input[type='date']:focus::placeholder {
    color: transparent;
}

.calc-transportation-popup-form-modal__fields-item input[type='text']::placeholder,
.calc-transportation-popup-form-modal__fields-item input[type='password']::placeholder,
.calc-transportation-popup-form-modal__fields-item input[type='email']::placeholder,
.calc-transportation-popup-form-modal__fields-item input[type='date']::placeholder {

}

.calc-transportation-popup-form-modal__fields-item-error-text {
    display: none;
    color: #D20000;
    font-size: 12px;
    font-weight: 700;
    margin: 5px 0 0 0;
}

.calc-transportation-popup-form-modal__fields-item--is-error
.calc-transportation-popup-form-modal__fields-item-error-text {
    display: block;
}

.calc-transportation-popup-form-modal__fields-item.calc-transportation-popup-form-modal__fields-item--is-error input[type='text'],
.calc-transportation-popup-form-modal__fields-item.calc-transportation-popup-form-modal__fields-item--is-error input[type='password'],
.calc-transportation-popup-form-modal__fields-item.calc-transportation-popup-form-modal__fields-item--is-error input[type='email'],
.calc-transportation-popup-form-modal__fields-item.calc-transportation-popup-form-modal__fields-item--is-error input[type='date'],
.calc-transportation-popup-form-modal__fields-item.calc-transportation-popup-form-modal__fields-item--is-error textarea {
    border-color: #c00;
}

.calc-transportation-popup-form-modal__fields-item.calc-transportation-popup-form-modal__fields-item--is-error input[type='text']::placeholder,
.calc-transportation-popup-form-modal__fields-item.calc-transportation-popup-form-modal__fields-item--is-error input[type='password']::placeholder,
.calc-transportation-popup-form-modal__fields-item.calc-transportation-popup-form-modal__fields-item--is-error input[type='email']::placeholder,
.calc-transportation-popup-form-modal__fields-item.calc-transportation-popup-form-modal__fields-item--is-error input[type='date']::placeholder,
.calc-transportation-popup-form-modal__fields-item.calc-transportation-popup-form-modal__fields-item--is-error textarea::placeholder {
    color: #c00;
}

.calc-transportation-popup-form-modal__button-wrapper {
    text-align: center;
}

.calc-transportation-popup-form-modal__button {
    display: inline-block;
    color: #fff;
    border: none;
    text-decoration: none;
    outline: none;
    user-select: none;
    cursor: pointer;
}

.calc-transportation-popup-form-modal__button--is-disabled {
    cursor: default;
    opacity: .3;
}

.calc-transportation-popup-form-modal__button-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 39px;
    gap: 10px;
}

.calc-transportation-popup-form-modal__button-cols-item {
    height: 100%;
}

.calc-transportation-popup-form-modal__button-title {
    position: relative;
    background-color: #FF0A19;
    padding: 0 15px 0 17px;
    height: 100%;
    line-height: 39px;
}

.calc-transportation-popup-form-modal__button-title:before {
    content: '';

    position: absolute;
    right: -10px;
    top: 0;

    width: 24px;
    height: 39px;

    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAyNCAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMC40MTMwODZIMTRMMjQgMTkuNDEzMUwxNCAzOC40MTMxSDBMOS41IDE5LjQxMzFMMCAwLjQxMzA4NloiIGZpbGw9IiNGRjBBMTkiLz4KPC9zdmc+Cg==');
}

.calc-transportation-popup-form-modal__button-icon {
    width: 24px;
    height: 39px;

    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAyNCAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMC40MTMwODZIMTRMMjQgMTkuNDEzMUwxNCAzOC40MTMxSDBMOS41IDE5LjQxMzFMMCAwLjQxMzA4NloiIGZpbGw9IiNGRjBBMTkiLz4KPC9zdmc+Cg==');
}

.calc-transportation-popup-form-modal__button:hover {
    color: #fff;
    border: none;
    text-decoration: none;
    outline: none;
    user-select: none;
}

.calc-transportation-popup-form-modal__button:focus {
    color: #fff;
    border: none;
    text-decoration: none;
    outline: none;
    user-select: none;
}

.calc-transportation-popup-form-modal__privacy {
    margin: 0 0 20px 0;
}

.calc-transportation-popup-form-modal__privacy-cols {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.calc-transportation-popup-form-modal__privacy-cols-item {
    min-width: 16px;
}

.calc-transportation-popup-form-modal__privacy-text-wrapper {

}

.calc-transportation-popup-form-modal__privacy-text {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.calc-transportation-popup-form-modal__privacy-text label {
    margin: 0;
    font-weight: 400;
}

.calc-transportation-popup-form-modal__privacy-text a {
    border: none;
    outline: none;
    text-decoration: underline;
    color: #FF0A19;
}

.calc-transportation-popup-form-modal__privacy-text a:hover {
    border: none;
    outline: none;
    text-decoration: none;
    color: #FF0A19;
}

.calc-transportation-popup-form-modal__checkbox {
    display: block;
    width: 16px;
    height: 16px;
}

.calc-transportation-popup-form-modal__checkbox
input[type='checkbox'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.calc-transportation-popup-form-modal__checkbox
input[type='checkbox'] + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.calc-transportation-popup-form-modal__checkbox
input[type='checkbox'] + label::before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 0.25em;
    margin-right: 0.5em;

    width: 16px;
    height: 16px;

    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjIuNSIgc3Ryb2tlPSIjRDlEOUQ5Ii8+Cjwvc3ZnPgo=');
}

.calc-transportation-popup-form-modal__checkbox
input[type='checkbox']:checked + label::before {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjIuNSIgc3Ryb2tlPSIjRDlEOUQ5Ii8+CjxwYXRoIGQ9Ik0xNC45MTM4IDYuMjQ3NjVDMTQuNTgzOSA1LjkxNzM0IDE0LjA0ODMgNS45MTc1NSAxMy43MTggNi4yNDc2NUw4LjMzNTg4IDExLjYyOTlMNS45NDM3NyA5LjIzNzg2QzUuNjEzNDcgOC45MDc1NSA1LjA3ODA0IDguOTA3NTUgNC43NDc3MyA5LjIzNzg2QzQuNDE3NDIgOS41NjgxNyA0LjQxNzQyIDEwLjEwMzYgNC43NDc3MyAxMC40MzM5TDcuNzM3NzMgMTMuNDIzOUM3LjkwMjc4IDEzLjU4OSA4LjExOTIxIDEzLjY3MTcgOC4zMzU2NSAxMy42NzE3QzguNTUyMDkgMTMuNjcxNyA4Ljc2ODczIDEzLjU4OTIgOC45MzM3OCAxMy40MjM5TDE0LjkxMzggNy40NDM2OEMxNS4yNDQxIDcuMTEzNiAxNS4yNDQxIDYuNTc3OTQgMTQuOTEzOCA2LjI0NzY1WiIgZmlsbD0iI2RmMDEwYiIvPgo8L3N2Zz4K')
}

.calc-transportation-popup-form-modal__checkbox
input[type='checkbox']:disabled + label::before {
}

.calc-transportation-popup-form-modal__success-title-wrapper {
    margin: 0 0 13px 0;
}

.calc-transportation-popup-form-modal__success-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}

.calc-transportation-popup-form-modal__success-text-wrapper {
}

.calc-transportation-popup-form-modal__success-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.calc-transportation-popup-form-preloader {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.87);
    z-index: 1000000001;
}

.calc-transportation-popup-form-preloader--is-active {
    display: block;
}

.calc-transportation-popup-form-preloader__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.calc-transportation-popup-form-preloader__icon {
    content: '';
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: transparent;
    background-image: url('data:image/svg+xml;base64,77u/PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMDAgMjAwJz48cmFkaWFsR3JhZGllbnQgaWQ9J2ExMicgY3g9Jy42NicgZng9Jy42NicgY3k9Jy4zMTI1JyBmeT0nLjMxMjUnIGdyYWRpZW50VHJhbnNmb3JtPSdzY2FsZSgxLjUpJz48c3RvcCBvZmZzZXQ9JzAnIHN0b3AtY29sb3I9JyNGRkZGRkYnPjwvc3RvcD48c3RvcCBvZmZzZXQ9Jy4zJyBzdG9wLWNvbG9yPScjRkZGRkZGJyBzdG9wLW9wYWNpdHk9Jy45Jz48L3N0b3A+PHN0b3Agb2Zmc2V0PScuNicgc3RvcC1jb2xvcj0nI0ZGRkZGRicgc3RvcC1vcGFjaXR5PScuNic+PC9zdG9wPjxzdG9wIG9mZnNldD0nLjgnIHN0b3AtY29sb3I9JyNGRkZGRkYnIHN0b3Atb3BhY2l0eT0nLjMnPjwvc3RvcD48c3RvcCBvZmZzZXQ9JzEnIHN0b3AtY29sb3I9JyNGRkZGRkYnIHN0b3Atb3BhY2l0eT0nMCc+PC9zdG9wPjwvcmFkaWFsR3JhZGllbnQ+PGNpcmNsZSB0cmFuc2Zvcm0tb3JpZ2luPSdjZW50ZXInIGZpbGw9J25vbmUnIHN0cm9rZT0ndXJsKCNhMTIpJyBzdHJva2Utd2lkdGg9JzE1JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1kYXNoYXJyYXk9JzIwMCAxMDAwJyBzdHJva2UtZGFzaG9mZnNldD0nMCcgY3g9JzEwMCcgY3k9JzEwMCcgcj0nNzAnPjxhbmltYXRlVHJhbnNmb3JtIHR5cGU9J3JvdGF0ZScgYXR0cmlidXRlTmFtZT0ndHJhbnNmb3JtJyBjYWxjTW9kZT0nc3BsaW5lJyBkdXI9JzInIHZhbHVlcz0nMzYwOzAnIGtleVRpbWVzPScwOzEnIGtleVNwbGluZXM9JzAgMCAxIDEnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJz48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PGNpcmNsZSB0cmFuc2Zvcm0tb3JpZ2luPSdjZW50ZXInIGZpbGw9J25vbmUnIG9wYWNpdHk9Jy4yJyBzdHJva2U9JyNGRkZGRkYnIHN0cm9rZS13aWR0aD0nMTUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgY3g9JzEwMCcgY3k9JzEwMCcgcj0nNzAnPjwvY2lyY2xlPjwvc3ZnPg==');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}

@media (max-width: 767px) {
    .calc-transportation__calc-cols {
        flex-direction: column;
    }

    .calc-transportation__calc-cols-left {
        width: 100%;
    }

    .calc-transportation__calc-auto-slider-item-img-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .calc-transportation__calc-cols-right {
        width: 100%;
    }

    .calc-transportation__calc-form-result--is-hidden {
        display: none;
        visibility: visible;
    }

    .calc-transportation__calc-map {
        height: 650px;
    }

}

@media (max-width: 400px) {
    .calc-transportation-popup-form-modal {
        width: calc(100% - 40px);
    }
}

@media (max-width: 640px) {
    .calc-transportation-popup-form-preloader__icon {
        width: 100px;
        height: 100px;
    }
}

/* index */
.calc-transportation--index {

}

.calc-transportation--index
.calc-transportation__calc-map {
    height: 650px;
}

.calc-transportation__calc-top-wrapper {
    margin: 0 0 35px 0;
}

.calc-transportation__calc-top {

}

.calc-transportation__calc-top-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 25px;
}

.calc-transportation__calc-top-cols-item {

}

.calc-transportation__calc-top-cols-item-2 {
    width: 226px;
    flex-shrink: 0;
}

.calc-transportation__calc-top-cols-item-4 {
    width: 240px;
    padding-right: 25px;
    border-right: 1px solid #E2E2E2;
}

.calc-transportation__calc-top-arrow {
    width: 55px;
    height: 130px;

    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTUiIGhlaWdodD0iMTMwIiB2aWV3Qm94PSIwIDAgNTUgMTMwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMCAwSDI1LjQxNjdMNTUgNjVMMjUuNDE2NyAxMzBIMEwyOC4xMDQyIDY1TDAgMFoiIGZpbGw9IiNGRjBBMTkiLz4KPC9zdmc+Cg==');
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
}

.calc-transportation__calc-top-arrow-2 {
    width: 55px;
    height: 130px;

    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTUiIGhlaWdodD0iMTMwIiB2aWV3Qm94PSIwIDAgNTUgMTMwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMCAwSDI1LjQxNjdMNTUgNjVMMjUuNDE2NyAxMzBIMEwyOC4xMDQyIDY1TDAgMFoiIGZpbGw9IiNFMkUyRTIiLz4KPC9zdmc+Cg==');
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
}

.calc-transportation--index
.calc-transportation__calc-auto-slider-swiper-wrapper {
    margin: 0;
}

.calc-transportation--index
.calc-transportation__calc-title-wrapper {
    margin: 0;
}

.calc-transportation--index
.calc-transportation__calc-title {
    font-size: 30px;
    line-height: 42px;
}

.calc-transportation__calc-form-fields-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
}

.calc-transportation__calc-form-fields-cols-item {
    width: calc(50% - 8px);
}

.calc-transportation--index
.calc-transportation__calc-form-fields {
    margin: 0;
}

.calc-transportation--index
.calc-transportation__calc-form-fields-item-label {
    margin-bottom: 0;
}

.calc-transportation--index
.calc-transportation-dropdown__items {
    border: 1px solid #E2E2E2;
}

.calc-transportation--index
.calc-transportation__calc-form-button-wrapper {
    padding-top: 19px;
    margin: 0;
}

.calc-transportation--index
.calc-transportation__calc-form-result {
    padding-top: 30px;
}

.calc-transportation--index
.calc-transportation__calc-form-result--is-hidden {
    display: none;
    visibility: visible;
}

.calc-transportation__calc-mobile-title-wrapper {
    display: none;

    margin: 0 0 23px 0;
}

.calc-transportation__calc-mobile-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    color: #000;
    text-align: center;
}

.calc-transportation__calc-mobile-title span {
    color: #4F5863;
}

.calc-transportation__calc-mobile-title br {
    display: none;
}

@media (max-width: 1150px) {

    .calc-transportation__calc-top {
        padding: 0 15px;
    }

    .calc-transportation__calc-top-cols-item-1 {
        display: none;
    }

    .calc-transportation__calc-top-cols-item-2 {
        display: none;
    }

    .calc-transportation__calc-top-cols-item-3 {
        display: none;
    }

    .calc-transportation__calc-top-cols-item-5 {
        width: calc(100% - 240px);
    }

    .calc-transportation__calc-mobile-title-wrapper {
        display: block;
    }
}

@media (max-width: 680px) {
    .calc-transportation__calc-top-wrapper {
        margin: 0 0 15px 0;
    }

    .calc-transportation__calc-mobile-title-wrapper {
        margin: 0 0 13px 0;
    }

    .calc-transportation__calc-mobile-title br {
        display: block;
    }

    .calc-transportation__calc-top-cols {
        flex-direction: column;
        gap: 15px;
    }

    .calc-transportation__calc-top-cols-item-4 {
        padding-right: 0;
        border-right: none;
    }

    .calc-transportation__calc-top-cols-item-5 {
        width: 100%;
        border-top: 1px solid #E2E2E2;
        padding-top: 15px;
    }

    .calc-transportation__calc-form-fields-cols {
        gap: 15px 6px;
    }

    .calc-transportation__calc-form-fields-cols-item {
        width: calc(50% - 3px);
    }

    .calc-transportation__calc-form-button-title {
        font-size: 13px;
    }
}
/* End */


/* Start:/local/templates/sigma_2019/components/bitrix/catalog.section/pisma-carousel/style.css?15693289661364*/
.thanksgiving_gallery {
    height: 200px;
    margin-bottom: 55px;
    overflow: hidden;
    padding:0;
    list-style-type:none;
}

.thanksgiving_gallery__item {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    width: 150px;
    height: 198px;
	/*margin: 0 42px 15px;*/
}

.thanksgiving_gallery__item img {
    width: 150px;
    height: 198px;
    display:block;
    margin:auto;
}

.thanksgiving_gallery__item .loop {
    position: absolute;
    bottom: 20px;
    right: 40px;
    background: url('/img/thanksgiving/loop.png') no-repeat;
    width: 11px;
    height: 11px;
}

.thanksgiving .bx-wrapper {
    border: none;
    background: none;
    -moz-box-shadow: 0 0 0 #ccc;
    -webkit-box-shadow: 0 0 0 #ccc;
    box-shadow: 0 0 0 #ccc;
}

.thanksgiving .bx-wrapper .bx-prev {
    background: url('/images/arrow-left.png') 50% no-repeat;
    left: -24px;
}

.thanksgiving .bx-wrapper .bx-next {
    background: url('/images/arrow-right.png') 50% no-repeat;
    right: -24px;
}

.thanksgiving .bx-wrapper .bx-prev:hover, 
.thanksgiving .bx-wrapper .bx-prev:focus,
.thanksgiving .bx-wrapper .bx-next:hover, 
.thanksgiving .bx-wrapper .bx-next:focus {
    background-position: 50%;
}

.bx-pager.bx-default-pager {
    display: none;
}

@media (min-width:992px) {
    .thanksgiving .bx-wrapper {
        margin-left: 50px;
    }
}

/* End */


/* Start:/local/templates/sigma_2019/components/pixelplus/feedback_reCaptcha/order-now-popup-ext/style.css?15693289663982*/
.order-now-popup-ext {
  background: #fff;
  min-height: 126px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0;
  font-family: 'DaxlinePro-ExtraBold', Arial, serif;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
}

.order-now-popup-ext form {
  width: 100%;
}

.order-now-popup-ext .labels_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.order-now-popup-ext .title {
  margin-bottom: 12px;
}

.order-now-popup-ext .error_list {
  font-family: "DaxlineProRegular", Arial, serif;
  color: #df010b;
  font-size: small;
  margin: 15px 0;
}
.order-now-popup-ext .label_block {
  width: 100%;
}
.order-now-popup-ext .label_block input[type=text] {
  width: 100%;
  margin-bottom: 15px;
  height: 34px;
  border: #d3d3d3 solid 1px;
  font-family: Arial, serif;
  font-style: italic;
  font-size: 12px;
  color: #4b4b4b;
  line-height: 30px;
  padding: 0 12px;
}

.order-now-popup-ext .label_block input[type=text]::-webkit-input-placeholder { color: #4b4b4b; }
.order-now-popup-ext .label_block input[type=text]::-moz-placeholder          { color: #4b4b4b; } /* Firefox 19+ */
.order-now-popup-ext .label_block input[type=text]:-moz-placeholder           { color: #4b4b4b; } /* Firefox 18- */
.order-now-popup-ext .label_block input[type=text]:-ms-input-placeholder      { color: #4b4b4b; }

.order-now-popup-ext .label_block input[type=submit] {
  width: 304px;
  height: 50px;
  line-height: 34px;
  font-family: 'DaxlinePro-Bold', Arial, serif;
  font-size: 16px;
  background: url(/img/arrow-btn-big.jpg) no-repeat center center;
  border: 0;
  padding: 0 0 0 30px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.order-now-popup-ext .label_block input[type=submit]:hover {
  opacity: .7;
}

.order-now-popup-ext .send_ok {
  font-size: 20px;
  color: #000;
  text-align: center;
}
.order-now-popup-ext .order-popup-title {
  font-family: "DaxlineProRegular", Arial, serif;
  font-size: 27px;
  font-weight: 300;
  color: #000;
  padding-bottom: 25px;
  border-bottom: 5px solid #df010b;
  margin-bottom: 25px;
  margin-left: -24px;
  margin-right: -24px;
}
.order-now-popup-ext .order-popup-title span {
  padding: 0 25px;
}
@media only screen and (max-width: 767px), screen and (max-device-width: 767px) {
  .order-now-popup-ext {
    margin: 0 -15px;
    border-right: 0;
    border-left: 0;
    padding: 16px 13px;
    min-height: 203px;
  }
  

  .order-now-popup-ext .labels_block {
    flex-direction: column;
    align-items: start;
  }
  
  .order-now-popup-ext .label_block {
    width: 100%;
    margin-top: 11px;
  }
  
  .order-now-popup-ext .label_block:first-child {
    margin-top: 0;
  }
  
  .order-now-popup-ext .label_block input[type=text] {
    width: 100%;
  }
}

/*@media only screen and (max-width: 320px), screen and (max-device-width: 320px) {
  .order-now-popup-ext {
    background-image: url(/img/arrow-btn-big.jpg);
  }
}*/
#params-block {
  margin-bottom: 15px;
}
#params-block .dop_property
{
  color: #000;
  font-family: Arial, sans-serif;
  list-style:none;
  margin-top: 5px;
  padding:0;
}
#params-block .dop_property li
{
  font-size:12px;
  text-align: left;
  line-height: 14px;
  margin-bottom: 10px;
}
#params-block .dop_property li span
{
  color: #f42412;
  font-size:14px;
  display:block;
  font-weight:bold;
}
#params-block .service-name {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
#params-block .freight-page_car-park-property-name {
  font-size: 12px;
}
#params-block .freight-page_car-park-property-value {
  font-size: 14px;
}

[name=PX_SERVICE_NAME],
[name=PX_PRICE],
[name=PX_DISTANCE] {
  display: none;
}
/* End */
/* /local/components/pixelplus/calc_transportation/templates/index/style.css?176634717932201 */
/* /local/templates/sigma_2019/components/bitrix/catalog.section/pisma-carousel/style.css?15693289661364 */
/* /local/templates/sigma_2019/components/pixelplus/feedback_reCaptcha/order-now-popup-ext/style.css?15693289663982 */
