@charset "UTF-8";
input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-outer-spin-button,input[type=time]::-webkit-inner-spin-button,input[type=time]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-moz-appearance:none;-webkit-appearance:none;-o-appearance:none;-ms-appearance:none;margin:0}input[type=time],input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;-o-appearance:textfield;-ms-appearance:textfield}input[type="time"]::-webkit-clear-button{display:none}input[type="time"]::-moz-clear-button{display:none}[type="color"],[type="date"],[type="datetime"],[type="datetime-local"],[type="email"],[type="month"],[type="number"],[type="password"],[type="search"],[type="tel"],[type="text"],[type="time"],[type="url"],[type="week"],select,textarea{padding:10px 15px;background:#F9F9F9;border:1px solid #E8E8E8;box-sizing:border-box;border-radius:5px;height:50px;width:100%;outline:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:400 1rem "CenturyGothic", arial, sans-serif;line-height:1.25;color:#2E2D2D;transition-duration:0.2s;min-width:0}@media screen and (min-width:1200px){[type="color"],[type="date"],[type="datetime"],[type="datetime-local"],[type="email"],[type="month"],[type="number"],[type="password"],[type="search"],[type="tel"],[type="text"],[type="time"],[type="url"],[type="week"],select,textarea{height:3.3333333333rem;padding:0.5555555556rem 0.8333333333rem}}[type="color"][disabled="disabled"],[type="date"][disabled="disabled"],[type="datetime"][disabled="disabled"],[type="datetime-local"][disabled="disabled"],[type="email"][disabled="disabled"],[type="month"][disabled="disabled"],[type="number"][disabled="disabled"],[type="password"][disabled="disabled"],[type="search"][disabled="disabled"],[type="tel"][disabled="disabled"],[type="text"][disabled="disabled"],[type="time"][disabled="disabled"],[type="url"][disabled="disabled"],[type="week"][disabled="disabled"],select[disabled="disabled"],textarea[disabled="disabled"]{opacity:0.5}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#2E2D2D;transition:all 0.3s}input::-moz-placeholder,textarea::-moz-placeholder{color:#2E2D2D;transition:all 0.3s}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#2E2D2D;transition:all 0.3s}input:focus,textarea:focus{background:#fff}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{opacity:0}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{opacity:0}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{opacity:0}textarea{height:150px;padding-top:1rem;padding-bottom:1rem;resize:none;display:block}@media screen and (min-width:1200px){textarea{padding-top:0.625rem;padding-bottom:0.625rem;height:8.3333333333rem}}select{padding-right:40px;background-image:url("/themes/personal/images/icons/select-arrow.svg");background-position:right 15px center;background-repeat:no-repeat}@media screen and (min-width:1200px){select{padding-right:2.2222222222rem;background-position:right 0.8333333333rem center}}.form-type-checkbox,.form-type-radio{position:relative}.phone-registration-timer{margin-bottom:10px}@media screen and (min-width:1200px){.phone-registration-timer{margin-bottom:0.5555555556rem}}input[type="radio"]{position:absolute !important;clip:rect(1px, 1px, 1px, 1px);overflow:hidden;height:1px;width:1px;word-wrap:normal}input[type="radio"]~label{display:inline-block;position:relative;padding-left:21px;cursor:pointer;transition-duration:0.2s;font-size:1rem;font-weight:700}@media screen and (min-width:1200px){input[type="radio"]~label{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){input[type="radio"]~label{padding-left:1.6666666667rem}}input[type="radio"]~label::before,input[type="radio"]~label::after{content:"";position:absolute;left:0;top:0.1em;width:0;border-radius:50%;transition-duration:0.2s}input[type="radio"]~label::before{width:16px;height:16px;background:#fff;border:1px solid rgba(78, 84, 92, 0.4)}@media screen and (min-width:1200px){input[type="radio"]~label::before{width:1.1111111111rem;height:1.1111111111rem}}input[type="radio"]~label::after{background:#010002;width:8px;height:8px;margin-top:4px;margin-left:4px;opacity:0;transform:scale(0.5);transition:all 0.3s}@media screen and (min-width:1200px){input[type="radio"]~label::after{width:0.5555555556rem;height:0.5555555556rem;margin-top:0.2777777778rem;margin-left:0.2777777778rem}}input[type="radio"]:checked~label::after{opacity:1;transform:scale(1)}input[type="radio"]:checked~label::before{border-color:#010002}.form-type-radio{position:relative}input[type="checkbox"]{position:absolute !important;clip:rect(1px, 1px, 1px, 1px);overflow:hidden;height:1px;width:1px;word-wrap:normal}input[type="checkbox"]~label{display:inline-block;padding-left:1.75em;cursor:pointer;transition-duration:0.2s;position:relative}input[type="checkbox"]~label::before,input[type="checkbox"]~label::after{content:"";position:absolute;left:0;top:0.625em;margin-top:-0.6em;width:1.2em;height:1.2em;transition-duration:0.2s}input[type="checkbox"]~label::before{background:transparent;border:1px solid #1A1919;border-radius:3px}input[type="checkbox"]~label::after{background:url("/themes/personal/images/icons/check.svg") no-repeat center center;background-size:58.3333333333% auto;opacity:0;transform:scale(0.5)}input[type="checkbox"]:checked~label::after{opacity:1;transform:none}input[type="checkbox"]:checked~label::before{background:#FEF642;border-color:#FEF642}html .select2-container--default.select2-container--disabled .select2-selection--single{background:#F9F9F9}html .select2-container--default .select2-selection--multiple,html .select2-container--default .select2-selection--single{border:1px solid #E8E8E8;background:#F9F9F9;outline:none;height:50px;border-radius:5px;display:flex;align-items:center;padding:10px 40px 10px 15px}@media screen and (min-width:1200px){html .select2-container--default .select2-selection--multiple,html .select2-container--default .select2-selection--single{height:3.3333333333rem;padding:0.5555555556rem 2.2222222222rem 0.5555555556rem 0.8333333333rem}}html .select2-container--default .select2-selection--multiple.exposed-style,html .select2-container--default .select2-selection--single.exposed-style{border:none}html .select2-container--default .select2-selection--multiple.exposed-style .select2-selection__rendered,html .select2-container--default .select2-selection--single.exposed-style .select2-selection__rendered{line-height:60px}html .select2-container--default .select2-selection--multiple .select2-selection__rendered,html .select2-container--default .select2-selection--single .select2-selection__rendered{padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:inherit;line-height:1.25}html .select2-container--default .select2-selection--multiple .select2-selection__arrow,html .select2-container--default .select2-selection--single .select2-selection__arrow{right:15px;height:100%;background:url("/themes/personal/images/icons/select-arrow.svg") no-repeat center center;width:10px;background-size:contain}@media screen and (min-width:1200px){html .select2-container--default .select2-selection--multiple .select2-selection__arrow,html .select2-container--default .select2-selection--single .select2-selection__arrow{right:0.8333333333rem;width:0.5555555556rem}}html .select2-container--default .select2-selection--multiple .select2-selection__arrow b,html .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}html .select2-container--default .select2-selection--multiple .select2-selection__placeholder,html .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#2D3748}html .select2-container--default .select2-selection--multiple .select2-selection__clear,html .select2-container--default .select2-selection--single .select2-selection__clear{position:absolute;right:-23px;top:0;bottom:0;z-index:1000;font-size:20px;width:20px;text-align:center;transition:color 0.3s}html .select2-container--default .select2-selection--multiple .select2-selection__clear:hover,html .select2-container--default .select2-selection--single .select2-selection__clear:hover{color:#010002}html .select2-container--default .select2-selection--multiple{height:auto;min-height:50px}@media screen and (min-width:1200px){html .select2-container--default .select2-selection--multiple{min-height:3.3333333333rem}}html .select2-container--default .select2-selection--multiple{cursor:pointer}html .select2-container--default .select2-selection--multiple .select2-selection__rendered li{box-shadow:none}html .select2-container--default .select2-selection--multiple .select2-search__field{cursor:pointer}html .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#9E9D9D;font-weight:400;margin-right:0.2em}html .select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#E8E8E8;background:#FFFFFF}html .select2-container .select2-selection--multiple .select2-selection__rendered:has(.select2-selection__choice){display:flex;align-items:center;flex-wrap:wrap;gap:5px}html .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#F9F9F9;border:1px solid #E8E8E8;border-radius:5px;margin:0;padding:2px 5px}html .select2-container--default .select2-results>.select2-results__options{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#FEF642 #F9F9F9}html .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{width:7px;height:7px}html .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track{background:#F9F9F9;border-radius:2px}html .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb{background:#FEF642;border-radius:2px;cursor:pointer}html .select2-container{width:min-content;max-width:100%}html .select2-container .color-code{border:1px solid #E8E8E8;width:24px;height:24px;display:inline-block;vertical-align:middle;border-radius:3px;margin:-0.2em 10px 0 0;flex-shrink:0}html .select2-search{box-shadow:0 0 5px rgba(0, 0, 0, 0.3)}html .select2-search__field{min-height:32px}@media screen and (min-width:1200px){html .select2-search__field{min-height:1.7777777778rem}}html .select2-container .select2-search--inline .select2-search__field{height:auto;margin:0}html .select2-container--default .select2-search--dropdown .select2-search__field{height:40px;border-radius:5px;border:1px solid #E8E8E8}html .select2-container--open .select2-selection__arrow{transform:rotate(180deg)}html .select2-dropdown{border:none}html .select2-container--default .select2-results>.select2-results__options{max-height:250px}html .select2-container--open .select2-results__options{border-radius:0 0 5px 5px}html .select2-results__options{border:none;border-radius:0;box-shadow:0px 0px 30px rgba(60, 63, 65, 0.06);max-height:250px}html .select2-results__options .select2-results__option{display:flex;align-items:center;padding:10px 15px;min-height:50px;word-break:break-word}@media screen and (min-width:1200px){html .select2-results__options .select2-results__option{padding:0.5555555556rem 0.8333333333rem;min-height:3.3333333333rem}}html .select2-results__options .select2-results__option:last-of-type{border-bottom-left-radius:5px;border-bottom-right-radius:5px}html .select2-results__options .select2-results__option--highlighted[aria-selected]{background:#FEF642;color:#1A1919}.form-actions .form-submit{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:"CenturyGothic";line-height:1.25;border-radius:5px;text-align:center;text-decoration:none;background-color:transparent;border:none;outline:none;transition-duration:0.2s;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;outline:none;font-size:1rem;font-weight:700;padding:15px 25px;min-height:60px;color:#1A1919;background:#FEF642}@media screen and (min-width:1200px){.form-actions .form-submit{font-size:1rem;font-weight:700}}@media screen and (min-width:1200px){.form-actions .form-submit{padding:0.8333333333rem 1.3888888889rem;min-height:3.3333333333rem}}.form-actions .form-submit:hover{color:#FFFFFF;background:#010002}.form-actions .form-submit::after{background:#010002}@media screen and (min-width:1200px){.form-actions .form-submit:hover::after{transform:scaleX(1)}}form .confirmation-message{text-align:center}@media screen and (min-width:1200px){.basket-other-warehouses-inform-form .form-wrapper[id^="edit-fields"]{display:flex;flex-wrap:wrap;gap:0.8333333333rem}.basket-other-warehouses-inform-form .form-wrapper[id^="edit-fields"] .form-item{width:calc(33.333% - 0.6666666667rem);margin-bottom:0}.basket-other-warehouses-inform-form .form-wrapper[id^="edit-fields"] .form-item-name,.basket-other-warehouses-inform-form .form-wrapper[id^="edit-fields"] .form-item-email{width:calc(50% - 0.5555555556rem)}.basket-other-warehouses-inform-form .form-wrapper[id^="edit-fields"] .form-actions{width:calc(33.333% - 0.5555555556rem)}}.basket-other-warehouses-inform-form .form-item-communication label{position:absolute;left:1px;right:1px;top:1px;bottom:1px;border-radius:5px;display:flex;align-items:center;padding:10px 40px 10px 15px;z-index:2;pointer-events:none;background-color:#F9F9F9;background-image:url("/themes/personal/images/icons/select-arrow.svg");background-position:right 15px center;background-repeat:no-repeat}@media screen and (min-width:1200px){.basket-other-warehouses-inform-form .form-item-communication label{padding:0.5555555556rem 2.2222222222rem 0.5555555556rem 0.8333333333rem;background-position:right 0.8333333333rem center}}.basket-other-warehouses-inform-form .form-item-communication.is-active label{display:none}.basket-other-warehouses-inform-form .form-info{font-size:0.875rem;font-weight:400;margin-top:15px}@media screen and (min-width:1200px){.basket-other-warehouses-inform-form .form-info{font-size:0.8888888889rem;font-weight:400}}.basket-other-warehouses-inform-form .form-info__warning{display:flex}.basket-other-warehouses-inform-form .form-info__warning::before{font-family:"icomoon";font-size:18px;font-weight:400;line-height:1;color:inherit;content:"";margin-right:5px}.basket-other-warehouses-inform-form .form-info__contacts{margin-top:15px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px}.basket-other-warehouses-inform-form .form-info__contacts--label{width:100%}.basket-other-warehouses-inform-form .form-info .field-block-phone{font-size:1.25rem;line-height:1.25;font-weight:700;position:relative;display:flex;align-items:center}@media screen and (min-width:1200px){.basket-other-warehouses-inform-form .form-info .field-block-phone{font-size:2rem;font-weight:700}}.basket-other-warehouses-inform-form .form-info .field-block-phone::before{content:"";display:block;width:53px;height:53px;background:url("/themes/personal/images/inform-form.png") no-repeat center;background-size:contain}.basket-other-warehouses-inform-form .form-info .field-block-phone a{text-decoration:none}.basket-other-warehouses-inform-form .form-info .mail_wrapper{display:flex;align-items:center;gap:5px}.basket-other-warehouses-inform-form .form-info .mail_wrapper .field{width:40px}@media screen and (min-width:1200px){.basket-other-warehouses-inform-form .form-info{margin-top:1.6666666667rem}.basket-other-warehouses-inform-form .form-info__warning::before{font-size:1.1111111111rem}.basket-other-warehouses-inform-form .form-info__contacts{margin-top:1.6666666667rem;gap:0.8333333333rem;display:flex;align-items:center;flex-wrap:nowrap}.basket-other-warehouses-inform-form .form-info .field-block-phone{padding-left:5.5555555556rem}.basket-other-warehouses-inform-form .form-info .field-block-phone::before{position:absolute;left:0;bottom:-1.7222222222rem;width:5.8888888889rem;height:5.8888888889rem}.basket-other-warehouses-inform-form .form-info .mail_wrapper{gap:0.2777777778rem}.basket-other-warehouses-inform-form .form-info .mail_wrapper .field{width:2.2222222222rem}}