

/* Start:/local/templates/rover-it/css/cookie_popup.css?17488623461800*/
.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 10px;
    left: 15px;
    right: 15px;

    /*width: 720px;*/
    font-size: 15px;
    font-family: Verdana, sans-serif;
    color: #212529;
    background: #fff;
    padding: 15px 20px 15px;
    border: 1px solid var(--theme-b-bd-primary);
border-radius: 3px;
}

.cookie_notice__inner{
    display: flex;
    gap: 30px;
    vertical-align: center;
    align-items: center;
}

.cookie_notice_text {
    /*margin-bottom: 15px;*/
    /*font-size: 10px;*/
    font-size: .85em;

}

.cookie_notice_text h4{
    margin-top: 0;

}

.cookie_notice_text p{
    margin-bottom: 0; color: #666;

}

/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: #337AB7;
    border: 2px solid #BFE2FF;
}

.cookie_btn:hover {
    color: #FFF;
}

.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}

.cookie_btn:before {
    top: -6px;
}

.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

@media (max-width: 767px) {
    .cookie_notice {
        left: 15px;
        width: auto;
        font-size: 12px;
        padding: 10px 15px 10px;
    }

    .cookie_notice .btn {
        /*font-size: 10px;*/
        padding: 6px 15px 8px;
    }

    .cookie_notice_text{
        /*margin-bottom: 10px;*/
    }
}
/* End */


/* Start:/local/templates/rover-it/components/bitrix/menu/top/style.css?1642400749528*/
.top-menu .nav-item.active{
    font-weight: bold;
}

.top-menu.sticky-top{
    z-index: 10;
}

.top-menu .nav-item .nav-link{
    margin: 0.5rem .5rem;
    padding: 0;
}

.top-menu .nav-item:first-child .nav-link{
    padding-left: 0;
}

.top-menu .nav-item:last-child .nav-link{
    padding-right: 0;
}

.nav-link.question{
   font-weight: 500;
}

@media (max-width: 767px)
{
    .top-menu .nav-item .nav-link{
        padding-left: 0;
    }

    .top-menu .nav-item:last-child .nav-link{
        padding-right: .5rem;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1637946209620*/
.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/rover-it/components/bitrix/menu/link/style.css?1642400462378*/
.link-menu .nav-link{
    margin: 0.5rem 0.5rem;
    padding: 0;
}

.link-menu .nav-item:last-child .nav-link{
    padding-right: 0;
}

.link-menu .nav-link.dropdown-toggle{
    border-bottom: 1px dashed;
}

@media (max-width: 575px) {
    .link-menu .nav-item:last-child .nav-link{
        padding-right: 0.5rem;
    }

    .link-menu .nav-link{
        padding-top: 0;
    }
}
/* End */


/* Start:/local/templates/rover-it/styles.css?16290418235573*/
.bx-yellow,
.bx-theme-yellow {
    --primary: #f9a91d;
    --theme-color-primary: #f9a91d;
    --theme-color-second: #faba4a;
    --theme-color-light: #f0f0f0;
    --theme-b-link: #f9a91d;
    --theme-b-link-hover: #faba4a;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #f9a91d;
    --theme-b-bd-primary: #f9a91d;
    --theme-b-sd-primary: rgba(249, 169, 29, 0.5);
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #faba4a;
    --theme-b-bd-primary-hover: #daa53e;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #faba4a;
    --theme-b-bd-primary-active: #daa53e;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #daa53e;
    --theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
    --primary: #0083d1;
    --theme-color-primary: #0083d1;
    --theme-color-second: #5ca6e4;
    --theme-color-light: #f0f6f8;
    --theme-b-link: #007bff;
    --theme-b-link-hover: #0056b3;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #0083d1;
    --theme-b-bd-primary: #0083d1;
    --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;
}

.bx-red,
.bx-theme-red {
    --primary: #e22b2b;
    --theme-color-primary: #e22b2b;
    --theme-color-second: #e95c5c;
    --theme-color-light: #f0f0f0;
    --theme-b-link: #e22b2b;
    --theme-b-link-hover: #e95c5c;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #e22b2b;
    --theme-b-bd-primary: #e22b2b;
    --theme-b-sd-primary: rgba(226, 43, 43, 0.5);
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #e95c5c;
    --theme-b-bd-primary-hover: #d05454;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #e95c5c;
    --theme-b-bd-primary-active: #d05454;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #d05454;
    --theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
    --primary: #63aa28;
    --theme-color-primary: #63aa28;
    --theme-color-second: #5b9f0b;
    --theme-color-light: #a8d95b;
    --theme-b-link: #44b1c9;
    --theme-b-link-hover: #5cc3d1;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #63aa28;
    --theme-b-bd-primary: #63aa28;
    --theme-b-sd-primary: rgba(99, 170, 40, 0.5);
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #5b9f0b;
    --theme-b-bd-primary-hover: #56940b;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #5b9f0b;
    --theme-b-bd-primary-active: #56940b;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #56940b;
    --theme-b-bd-primary-disabled: #497c09;
}

body{
    min-height: 100vh;
    position: relative;
}

/*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 }

.bg-primary { background: var(--primary) !important }

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


div.quote,
.blockquote {
    padding-left: calc(2rem - 5px);
    padding-top: 1rem;
    padding-right: 1rem;
    border-left: 5px solid #007bff;
    padding-bottom: 1rem;
    font-size: 1rem;
}


div.quote,
code{
    background-color: #f8f9fa;
}

div.quote{
    margin-bottom: 1rem;
}
.blogcode pre,
pre code{
    color: #d63384;
    padding: 1rem;
    background-color: #f8f9fa;
    display: block;
}

.blogcode pre{
    margin-bottom: 0;
}
/*
h2,.h2{
    margin-top: 3rem;
}*//*
h3,.h3{
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}
h4,.h4{
    margin-top: 1.75rem;
    margin-bottom: 1.25rem;
}
h5,.h5{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}*/

@media (max-width: 767px) {
    h1.display-4, .h1.display-4{font-size: 2.4rem}
}

@media (max-width: 575px) {
    h1.display-4, .h1.display-4{font-size: 1.6rem}
}

/* End */


/* Start:/local/templates/rover-it/template_styles.css?1612180136843*/
footer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

#pagetitle { margin-bottom: 35px; }

.bx-wrapper{
	padding-bottom: 120px;
}

/*endregion*/

.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/rover-it/images/label.svg);
	background-size: 19px auto;
}

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

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

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

.sidebar-icon-phone {
	background-image: url(/local/templates/rover-it/images/phone_white.svg);
	background-size: auto 21px ;
}
/* End */
/* /local/templates/rover-it/css/cookie_popup.css?17488623461800 */
/* /local/templates/rover-it/components/bitrix/menu/top/style.css?1642400749528 */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1637946209620 */
/* /local/templates/rover-it/components/bitrix/menu/link/style.css?1642400462378 */
/* /local/templates/rover-it/styles.css?16290418235573 */
/* /local/templates/rover-it/template_styles.css?1612180136843 */
