.elementor-1055 .elementor-element.elementor-element-d2214c6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:1px 0px 1px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#EEEEEE;--border-color:#EEEEEE;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-1055 .elementor-element.elementor-element-c513ec1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:8% 8%;--row-gap:8%;--column-gap:8%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:107px;--padding-left:0px;--padding-right:0px;}.elementor-1055 .elementor-element.elementor-element-6d101d7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-1055 .elementor-element.elementor-element-d2214c6{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-1055 .elementor-element.elementor-element-c513ec1{--content-width:90%;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--flex-wrap:nowrap;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-1055 .elementor-element.elementor-element-d2214c6{--content-width:1060px;}.elementor-1055 .elementor-element.elementor-element-c513ec1{--content-width:1060px;}}/* Start custom CSS for wp-widget-bcn_widget, class: .elementor-element-1b00af0 */.elementor-1055 .elementor-element.elementor-element-1b00af0{
    font-family: Poppins;
    font-size: 16px;
    color: #021761;
    font-weight: 300;
}
@media (max-width: 1000px){
    .elementor-1055 .elementor-element.elementor-element-1b00af0{
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d101d7 */.elementor-1055 .elementor-element.elementor-element-6d101d7{
    width: 100%;
}
/* Обёртка селекта */
.custom-select-wrapper {
    position: relative;
    width: 100%;
}

/* Скрываем стандартную стрелку */
.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: .5rem 1rem;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #313030;
    border: none;
    background: #FFFFFF;
    border-radius: 25px;
    outline: none;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

/* При фокусе — более тёмная рамка */
.custom-select:focus {
    border-color: #010208;
}

/* Кастомная стрелка */
.custom-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Если нужно выровнять высоту */
.custom-arrow svg {
    display: block;
}

.custom-select option {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #313030;
    background: #FFFFFF;
    padding: .5rem 1rem;
}

/* Убираем синюю подсветку в Firefox */
.custom-select option:checked {
    background: #F9F9F9;
    color: #313030;
}
.custom-select option:hover {
    background: #F9F9F9;
    color: #313030;
}/* End custom CSS */