

/* Start:/local/components/parfum/order/templates/.default/style.css?16401099401254*/
#parfumOrderForm {
    max-width: 98%;
}

#popup-window-content-parfumOrderForm {
    padding: 0;
    background: transparent;
    max-width: 100%;
}

.parfum-order {
    display: flex !important;
    flex-direction: column;
    width: 460px;
    max-width: 100%;
}

.parfum-order input[type=text],
.parfum-order textarea {
    padding: 0 8px;
    font-size: 15px;
}

.parfum-order textarea,
.parfum-order input {
    outline: none;
    border: 1px solid #5ca6e4;
}

.parfum-order input:focus {
    outline: none;
    border-color: #0083d1;
}

textarea.parfum-order__error,
input.parfum-order__error {
    border-color: #900;
}

input[type=text].parfum-order__row {
    height: 36px;
    line-height: 36px;
    margin-top: 20px;
}

textarea.parfum-order__row {
    height: 76px;
    line-height: 20px;
    margin-top: 20px;
}

#parfumOrderForm .btn {
    box-shadow: none;
    text-shadow: none;
    -webkit-box-shadow: none;
}

.parfum-order_error + .parfum-order__row {
    margin: 0;
}

.parfum-order_error {
    color: #900;
    font-size: 15px;
}

.parfum-order__note {
    font-size: 18px;
    color: var(--bs-success);
}

.parfum-order__note_title {
    font-size: 22px;
    padding-bottom: 8px;
}

.popup-window-button-hide {
    display: none;
}
/* End */


/* Start:/local/templates/brand/components/bitrix/breadcrumb/parfum/style.min.css?1637229372620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/local/templates/brand/styles.css?1643718504104*/
.ag_user_alert_window {position:relative;}
.wdr2_list {
  border: 1px solid lightblue;
  padding: 5px;
}
/* End */


/* Start:/local/templates/brand/template_styles.css?165028679212142*/
.bg-secondary {
    background-color: #2c3e50 !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}
#mainNav .navbar-brand {
  color: #fff;
}
#mainNav .navbar-brand img {max-width:10em;}
#mainNav .navbar-nav {
  margin-top: 1rem;
}
#mainNav .navbar-nav li.nav-item a.nav-link {
  color: #fff;
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #F16767;
}
#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
  color: #fff;
}
#mainNav .navbar-nav li.nav-item a.nav-link.active {
  color: #1abc9c;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.8rem;
}
.navbar > .container {align-items: start;}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: left;
}
.masthead {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: url('/include/slide.jpg')no-repeat center center;
  background-size: cover;
}
.masthead .masthead-heading {
  font-size: 1.75rem;
  line-height: 1.75rem;
}
.masthead .masthead-subheading {
  font-size: 1.25rem;
}
.masthead .masthead-avatar {
  width: 15rem;
}
.align-items-center {
    align-items: center !important;
    background: rgba(0, 0, 0, 0.4);
    padding: 1em;
    width: 100%;
}

.features__item {
    margin: 0.3em;
    text-align: center;
	width: 23%;
}
.features__icon {
    position: absolute;
    width: 73px;
    height: 73px;
    background-image: url(/local/templates/brand/images/icons_new.png);
    background-position: 0 0;
}
.features__text {
    line-height: 1;
}
.features__text span {
    font-size: 1em;
    color: #fff !important;
}
.header-phone {font-size: 1em;}
.header-phone a {
	text-decoration: none;
	font-size: 1.5em;
	color: #fff;
	font-weight: bold;
}
.header-phone span {font-size: 0.8em;font-weight: 400;}

@media(max-width:600px) {
 .features__item {
  width: 80%;
  height: 73px;
  overflow: hidden;
  margin: 0.3em auto;
 }
 .features__text span {
  line-height:2.5;
  font-size:1em
 }
}
@media (min-width: 992px) {
  #mainNav {
    padding-bottom: 1.5rem;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    white-space: nowrap;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    transition: font-size 0.3s;
  }
  #mainNav .navbar-nav {
    margin-top: 0;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff;
    background: #1abc9c;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    color: #fff;
    background: #1abc9c;
  }

  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
  .masthead {
    padding-bottom: 3rem;
    background: url('/include/slide.jpg')no-repeat center center;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto;
    background-size: cover;
  }
  .masthead .tizer {width: 100%; margin: 2em auto 0;}
  .masthead .masthead-heading {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 400;
  }
  .masthead .masthead-subheading {
    font-size: 1.7rem;
  }
  .align-items-center {
    align-items: center !important;
    background: rgba(0, 0, 0, 0.4);
    padding: 1em;
    width: 50%;
  }
}

.text-uppercase {
    text-transform: uppercase !important;
}

.brand-desc {
margin: 20px 0;
border: 1px solid #000;
padding: 10px;
border-radius: 5px;
}

.bx-blue,
.bx-theme-blue {
    --primary: #0083d1;
    --theme-color-primary: #0083d1;
    --theme-color-second: #5ca6e4;
    --theme-color-light: #f0f6f8;
    --theme-b-link: #44b1c9;
    --theme-b-link-hover: #5cc3d1;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #C1272D;
    --theme-b-bd-primary: #C1272D;
    --theme-b-sd-primary: rgba(0, 131, 209, 0.5);
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #5ca6e4;
    --theme-b-bd-primary-hover: #5599d2;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #5ca6e4;
    --theme-b-bd-primary-active: #5599d2;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #5599d2;
    --theme-b-bd-primary-disabled: #4d8bbf;
}

body {
    background-attachment: fixed;
    background-size: cover;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pagetitle {
    margin-bottom: 35px;
}

h1, h2, h3, h4, h5 {
    font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.bx-content-section,
.bx-header-section {
    padding-bottom: 2px;
    background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper {
}

/*region HEADER*/
.bx-header {
}

.bx-header-section {
}

.bx-header-logo {
    order: 1;
    display: flex;
    align-items: center;
}

.bx-header-logo .bx-logo-block {
    color: var(--primary);
    font-size: 20px;
}

.bx-header-order {
    order: 3;
    text-align: right;
}

.bx-header-contact {
    order: 2
}

/*region Logo*/
.bx-logo-block {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: none;
    font-size: 20px;
    text-decoration: none;
}

.bx-logo-block img {
    max-height: 50px;
    width: auto;
}

@media (max-width: 767px) {
    .bx-logo-block img {
        max-width: 100%;
        max-height: 45px;
        width: auto;
        height: auto;
    }

    .bx-header-logo {
        padding: 5px 50px;
        height: 55px;
        background-color: var(--theme-color-primary);
    }

    .bx-logo-block {
        height: auto;
    }

    body.bx-theme-green .bx-store-logo {
        background: #33b111;
    }
    .navbar-brand {display:none;}
    .tizer {display:none}
    .header-phone a {font-size: 1em;}
    .header-phone span {font-size: 0.7em;}
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
    display: flex;
    align-items: center;
}

.bx-header-phone-number {
    color: #000;
    white-space: nowrap;
    font: 700 21px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    transition: 250ms linear all;
}

.bx-header-phone-icon {
    display: block;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    background: no-repeat center url(/local/templates/brand/images/phone.svg);
}

@media (max-width: 991px) {
    .bx-header-phone-number {
        font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    }
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
    color: #000;
    font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    transition: 250ms linear all;
}

.bx-worktime-title {
    color: #adadad;
    font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
    color: #000;
    font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
    .bx-header-worktime {
        font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    }
}

.sidebar-block-title {
    color: #343434;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/
.bx-footer {
}

.bx-footer-section {
}

.bx-footer-section .bx-block-title {
}

.bx-footer-bg {
    background-color: #1f496a;
}

.bx-footer-logo {
    border-bottom: none !important;
    text-decoration: none !important;
    color: var(--theme-color-light);
}

.bx-footer-logo img {
    max-width: 100%;
    height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover {
    background: #0083d1;
}

.bx-theme-blue.bx-inclinkspersonal-selected {
    background: #3398d7;
}

.bx-inclinkspersonal-item.bx-theme-black:hover {
    background: #303030;
}

.bx-theme-black.bx-inclinkspersonal-selected {
    background: #484848;
}

.bx-inclinkspersonal-item.bx-theme-green:hover {
    background: #44b1c9;
}

.bx-theme-green.bx-inclinkspersonal-selected {
    background: #5cc3d1;
}

.bx-inclinkspersonal-item.bx-theme-red:hover {
    background: #e63c3c;
}

.bx-theme-red.bx-inclinkspersonal-selected {
    background: #e95c5c;
}

.bx-inclinkspersonal-item.bx-theme-yellow:hover {
    background: #f4a52e;
}

.bx-theme-yellow.bx-inclinkspersonal-selected {
    background: #fbb859;
}

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
    border-color: var(--theme-b-bd-primary);
    background-color: var(--theme-b-bg-primary);
    color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
    border-color: var(--theme-b-bd-primary-hover);
    background-color: var(--theme-b-bg-primary-hover);
    color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: var(--theme-b-bg-primary);
    background-color: var(--theme-b-bg-primary);
    color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    border-color: var(--theme-b-bd-primary-active);
    background-color: var(--theme-b-bg-primary-active);
    color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
    border-color: var(--theme-color-primary);
    box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link {
    color: var(--theme-b-link);
}

a:hover,
.btn-link:hover {
    color: var(--theme-b-link-hover);
}

.g-font-size-15 {
    font-size: 15px;
}

.g-font-size-17 {
    font-size: 17px;
}

.g-font-size-20 {
    font-size: 20px;
}

.text-primary {
    color: var(--primary) !important
}

/*endregion*/

.bx-sidebar-block {
}

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
    font-size: 12px;
    font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
    width: 27px;
    height: 27px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: var(--theme-color-primary);
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-icon-label {
    background-image: url(/local/templates/brand/images/label.svg);
    background-size: 19px auto;
}

.sidebar-icon-delivery {
    background-image: url(/local/templates/brand/images/delivery.svg);
    background-size: 17px auto;
}

.sidebar-icon-sale {
    background-image: url(/local/templates/brand/images/sale.svg);
    background-size: auto 17px;
}

.sidebar-icon-self {
    background-image: url(/local/templates/brand/images/self.svg);
    background-size: auto 17px;
}

.sidebar-icon-phone {
    background-image: url(/local/templates/brand/images/phone_white.svg);
    background-size: auto 21px;
}

.copyright {
    background-color: #1a252f;
}
.masthead .tizer {margin-top: 2em;}

.btn-primary {
    color: #fff;
    background-color: #F16767;
    border: 1px solid #C1272D;
    border-radius: 0px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #C1272D;
    border: 1px solid #C1272D;
    border-radius: 0px;
}
.btn-primary:active {
    color: #fff;
    background-color:#C1272D;
    border: 1px solid #C1272D;
    border-radius: 0px;
}

@media (min-width: 992px) {
  .masthead {
    /*padding-top: calc(6rem + 104px);*/
    padding-bottom: 2rem;
  }
  .masthead .tizer {margin-top: 2em;}
  .masthead .masthead-heading {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 400;
  }
  .masthead .masthead-subheading {
    font-size: 1.7rem;
  }
}
.sect_title {text-align: center; margin-bottom: 0.5em;font-weight: 700;}
/* End */
/* /local/components/parfum/order/templates/.default/style.css?16401099401254 */
/* /local/templates/brand/components/bitrix/breadcrumb/parfum/style.min.css?1637229372620 */
/* /local/templates/brand/styles.css?1643718504104 */
/* /local/templates/brand/template_styles.css?165028679212142 */
