.DropDown{z-index:100;position:relative}.DropDown_btn{background:var(--color_black_20);border-radius:100%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:flex}@media (max-width:640px){.DropDown_btn{background:var(--color_black_30)}}.DropDown_btn span{background:var(--color_black_60);border-radius:100%;width:2px;height:2px;margin:0 1.5px;transition:all .3s;display:block}.DropDown_btn:hover span{background:var(--color_red_main)}.DropDown_list{z-index:1000;background:#fff;border-radius:10px;margin-left:-8px;padding:6px 8px;position:absolute;transform:translate(-100%);box-shadow:0 4px 16px #00000026}.DropDown_list a,.DropDown_list button{color:var(--color_black_main);background:#fff;align-items:center;gap:7px;width:100%;margin-bottom:4px;padding:5px;font-size:12px;line-height:1.2;transition:all .3s;display:flex}.DropDown_list a svg,.DropDown_list button svg{flex:0 0 16px;min-width:16px;height:16px;display:block}.DropDown_list a:last-child,.DropDown_list button:last-child{margin-bottom:0}@media (min-width:992px){.DropDown_list a:hover,.DropDown_list button:hover{color:var(--color_red_main)}}.DropDown--local .DropDown_list{display:none;top:-8px}.DropDown--local.DropDown--opened .DropDown_list{display:block}
.modalHelp .modal__content{max-width:500px}.modalHelp-header{align-items:center;gap:24px;margin-bottom:24px;display:flex}.modalHelp-header img{flex:0 0 102px;min-width:102px;height:auto;display:block}.modalHelp-header__info{flex:1}.modalHelp-header__info-title{margin-bottom:12px;font-size:18px;font-weight:500;line-height:1.2}.modalHelp-header__info-text{color:var(--color_black_70);font-size:16px;line-height:1.5}.modalHelp-form__group{margin-bottom:24px}.modalHelp-form__label{color:var(--color_black_70);margin-bottom:14px;font-size:16px;font-weight:500;line-height:1.4;display:block}.modalHelp-form textarea{border:1px solid var(--color_black_35);border-radius:10px;width:100%;min-height:116px;padding:15px 20px;font-size:14px;line-height:1.4}.modalHelp-form textarea::placeholder{color:var(--color_black_60)}@media (max-width:991px){.modalHelp-form textarea{font-size:16px}}.modalHelp-form__select{cursor:pointer}.modalHelp-form__select .modalHelp-form__select-control{border:1px solid var(--color_black_35);border-radius:10px;height:50px;padding:13px 20px}.modalHelp-form__select .modalHelp-form__select-control:hover{border-color:var(--color_black_35)}.modalHelp-form__select .modalHelp-form__select-control--focus{border-color:var(--color_black_35);box-shadow:none}.modalHelp-form__select .modalHelp-form__select-control__value{color:var(--color_black_main);font-size:14px;line-height:1.4}@media (max-width:991px){.modalHelp-form__select .modalHelp-form__select-control__value{font-size:16px}}.modalHelp-form__select .modalHelp-form__select-control__value-placeholder{color:var(--color_black_60);font-size:14px}@media (max-width:991px){.modalHelp-form__select .modalHelp-form__select-control__value-placeholder{font-size:16px}}.modalHelp-form__select .modalHelp-form__select-control__value-wrap{padding:0 4px 0 0}.modalHelp-form__select .modalHelp-form__select-control__value-wrap *{margin:0!important;padding:0!important}.modalHelp-form__select .modalHelp-form__select-control__chevron svg{color:var(--color_black_70);width:24px;height:24px;display:block}.modalHelp-form__select .modalHelp-form__select-menu{border:1px solid var(--color_black_40);box-shadow:none;border-radius:10px;overflow:hidden}.modalHelp-form__select .modalHelp-form__select-item{color:var(--color_black_main);font-size:14px;line-height:1.4}.modalHelp-form__select .modalHelp-form__select-item--hovered{background-color:var(--color_red_20)!important}@media (max-width:991px){.modalHelp-form__select .modalHelp-form__select-item--hovered{background-color:#fff!important}}.modalHelp-form__select .modalHelp-form__select-item--selected{color:#fff;background-color:var(--color_red_main)!important}
