

/* Start:/local/templates/3_columns/components/allbitrix/menu.list.tsa/left_menu/style.css?16997122002704*/
.catalog {
  border-left: 1px solid #136eb4;
  border-right: 1px solid #136eb4;
  border-bottom: 1px solid #136eb4;
  border-radius: 8px;
  background: #edf7ff;
  height: 100%;
  width: 13rem;
}

.cat-header {
  text-align: center;
  background: linear-gradient( var(--c-orange), #ffa443);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top: 1px solid #136eb4;
  border-bottom: 1px solid #136eb4;
  height: 3rem;
  color: #fff;
  font-size: 1.5rem;
}

.catalog ul {
  padding: 0;
}

.first {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 7px 10px;
}

.first::after {
  background-color: var(--c-orange);
  content: "";
  display: block;
  height: 1rem;
  -webkit-mask-image: url(/local/templates/3_columns/images/arrow.svg);
  mask-image: url(/local/templates/3_columns/images/arrow.svg);
  -webkit-mask-size: 1rem;
  mask-size: 1rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: transform 1s;
  width: 1rem;
  margin-left: 0.5rem;
}

.first:hover {
  color: var(--c-orange);
}
.menu-l2-name:hover {
  color: var(--c-orange);
}
.menu-l2-name {
  display: flex;
  justify-content: space-between;
}
.menu-l2-desc {
  color: grey;
}
.arrow {
  display: flex;
  justify-content: space-between;
}

.arrow strong {
  margin: 0 5px;
  color: var(--c-orange);
}

.menu-l2 {
  position: absolute;
  z-index: 2;
  left: 190px;
  background-color: #edf7ff;
  border-radius: 8px;
  border: 1px solid #136eb4;
  list-style: none;
  max-width: 13rem;
  transition: opacity 0.2s;
  visibility: hidden;
  opacity: 0;
}

.menu-l2 li {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

.arrow:hover .menu-l2 {
  visibility: visible;
  opacity: 1;
}

.menu-l2 li a {
  color: #000;
  width: 100%;
  padding: 5px 10px;
}

.mlcl2 {
  color: var(--c-orange);
  font-weight: bold;
  font-size: 0.8em;
  line-height: 2em;
  margin-left: 0.7em;
  margin-right: 5px;
  display: block;
}

.mlcl3,
.mlcl4,
.mlcl5 {
  color: #003399;
  font-size: 0.8em;
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 2em;
}

.mlcl3 {
  margin-left: 1em;
  margin-right: 5px;
}

.mlcl4 {
  margin-left: 2em;
  margin-right: 5px;
}

.mlcl5 {
  margin-left: 4em;
  list-style-type:none;
}

.section-name {
  background-color: #d5f0ff;
  border-bottom: 1px solid #2485c1;
  text-align: center;
}

.section-name p {
  margin: 0 5px;
}

.section-name strong {
  font-size: 0.9em;
}

.svg-arrow {
  width: 14px;
  height: 14px;
  fill: var(--c-orange);
  margin-left: 0.8rem;
}

.menu-level-5 {
  display: flex;
  align-items: center;
}
[v-cloak] {
  display: none;
}
/* End */


/* Start:/local/templates/3_columns/components/bitrix/search.title/visual/style.css?1699712200880*/
.my-1010 {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

.my-1010 a {
    color: white;
}

.blue-line-middle {
    display: flex;
    justify-content: space-between;
    height: 3rem;
    border-radius: 7px;
    background: linear-gradient(#1162a2, #247cc3);
}

.bx-searchtitle {
    width: 50%;
}

.bx-input-group {
    display: flex;
    margin-top: 5px;
}

.bx-form-control {
    width: 100%;
    color: #555;
    background-color: #f8fafc;
    border: 1px solid #d5dadc;
    border-radius: 4px 0 0 4px;
    margin-left: 5px;
    padding-left: 0.8rem;
}

.bx-input-group-btn {
    background: linear-gradient(var(--c-orange),#ffa443);
    border-radius: 0 4px 4px 0;
    color: #fff;
}

.bx-form-control:focus {
    border: 2px solid #ffa443;
}

.bx-input-group-btn:hover {
    background: linear-gradient(var(--c-orange), #ee9638);
    color: white;
}
/* End */


/* Start:/local/templates/3_columns/template_styles.css?17753061797192*/
:root {
    --c-orange:#cc6600;
}
.wrapper {
    min-height: 100vh;
    min-width: 867px;
    max-width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:flex;
    flex-direction: column;
}

a:hover {
    text-decoration: none;
}

input {
    outline: none;
}

h1,h2 {
    font-weight: 300;
}
.slogan {
    font-size: 1.8rem;
    font-weight: 400;
    text-shadow: 1px 1px 1px #00339973;
}



.header {
    margin: 5px 0 0 0;
    width: 100%;
    display: flex;
    color: #003399;
    justify-content: space-between;
}


.header-logo {
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 13rem;
    margin: 0 5px;
}

.header-logo img {
    margin-top: 1rem;
}

.header-middle {
    display: flex;
    flex-direction: column;
}

.header-phone {
    font-size: 1.3rem;
    color: inherit;
    margin: 0.5rem auto;
    border-bottom: 1px dotted;
}

.footer-phone-number {
    border-bottom: 1px dotted;
}

.header-1010 {
    display: flex;
    text-align: center;
    margin-right: 1rem;
}

.header-1010 a {
    margin: 1rem;
    color: inherit;
    font-size: 1rem;
}

.header-1010 a:hover {
    color: #000000;
}

.header-1010 :nth-child(2) span {
    color: #ff7906;
    margin-left: 6px;
    line-height: 18px;
    font-size: 1.5rem;
}

.header-1010 i {
    border-radius: 50%;
}

.main {
    display: flex;
    flex: 1;
}

.middle_column {
    flex: 1;
    background-color: white;
}

.logo {
    height: 46px;
    overflow: hidden;
}

.total {
    color: #003399;
    font-weight: bold;
    display: block;
    margin: 5px 0 0 0;
}

.title_phone {
    padding-bottom: 4px;
}


.blue-line-right {
    height: 36px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-sizing: content-box;
}

.offers-and-new {
    margin: 1rem 0 0 0;
}

.news,
.articles {
    margin: 1rem 0 0 0;
}

.prev {
    font-size: 12px;
    margin: 13px 0 0 0;
}

.amount_form {
    margin-top: 20px;
    height: 80px !important;
    display: block;
    overflow: hidden;
    width: 170px;
}

.rev_form {
    border: 1px solid #003399;
    background: #fff;
    position: absolute;
    z-index: auto;
    margin-left: 210px;
    left: 0;
    margin-top: 10px;
    padding: 10px;
}

.text b {
    color: #003399;
}

.text a {
    text-decoration: underline;
}

#in_section {
    z-index: 10;
}

.inv {
    display: none;
}

.down_section {
    padding: 20px;
}

.down_section p a {
    text-decoration: none;
    color: #cc6600;
}

#small_basket_cont {
    margin-top: 5px;
}

.clear {
    clear: both;
}

@media (max-width: 1024px) {
    .slogan {
        font-size: 1.3rem;
    }
}

.footer {
    background: radial-gradient(circle at 1% 1%, #1162a2, #247cc3);
    color: white;
    padding: 20px 0 20px 0;
}

.footer ul li a {
    color: white;
    font-weight: 400;
}


.title-search-result {
    border: 1px solid #c6c6c6;
    z-index: 999;
    background-color: #fff;
}

p.title-search-preview {
    font-size: 12px;
}

div.title-search-result td.title-search-price span {
    font-size: 26px;
}

.bx_searche .bx_img_element {
    background: #fafafa;
    float: left;
    width: 67px;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.bx_searche .bx_item_block {
    min-height: 65px;
    position: relative;
}

.bx_searche .bx_image {
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e8e8e8;
}

.bx_searche .bx_item_element {
    padding-left: 10px;
    margin-left: 70px;
}

.bx_searche .bx_item_element hr {
    margin: 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.bx_searche .bx_item_element a {
    margin-top: 10px;
    display: inline-block;
    color: #4788cb;
    font-size: 13px;
    text-decoration: none;
}

.bx_searche .bx_item_element a b {
    color: #000;
    font-weight: normal;
}

.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b {
    text-decoration: underline;
}

.bx_searche .bx_price {
    font-weight: bold;
    font-size: 13px;
}

.bx_searche .bx_price .old {
    font-weight: normal;
    text-decoration: line-through;
    color: #636363;
}

.bx_item_block.all_result {
    min-height: 0;
}

.bx_item_block.others_result {
    min-height: 0;
    padding: 0 0 12px;
    line-height: 12px;
}

.bx_item_block.all_result .all_result_title {
    display: block;
    font-size: 12px;
    color: #a7a7a7;
    padding-top: 15px;
    padding-bottom: 10px;
}

.bx_item_block.all_result .all_result_title a {
    color: #a7a7a7;
}

.bx_item_block.all_result .all_result_title a:hover {
    color: #4788cb;
}

.bx_item_block.all_result a {
    margin-top: 0;
}

.news a:hover {
    text-decoration: none;
}

.news-header {
    text-transform: uppercase;
    font-size: 1.875rem;
    text-align: center;
}

.news-list-date {
    color: #a4a4a4;
    font-size: 0.9rem;
    margin: 5% 0;
}

.news-list-name {
    color: rgb(34, 41, 47);
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 6%;
}

.news-list-preview-text {
    color: rgb(135, 149, 161);
    font-weight: 400;
    font-size: 0.9rem;
}

.articles a:hover {
    text-decoration: none;
}

.articles-header {
    text-transform: uppercase;
    font-size: 1.875rem;
    text-align: center;
}

.articles-list-date {
    color: #a4a4a4;
    font-size: 0.9rem;
    margin: 5% 0;
}

.articles-list-name {
    color: rgb(34, 41, 47);
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 6%;
}

.articles-list-preview-text {
    color: rgb(135, 149, 161);
    font-weight: 400;
    font-size: 0.9rem;
}

a.current {
    color: #0056b3 !important;
}

.review-name {
    color: gray;
    display: inline-block;
}

.review-date {
    color: rgb(52, 144, 220);
}

.reviews {
    display: block;
    overflow: hidden;
}

.leave_review {
    display: block;
    float: right;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.reviews h3 {
    margin-left: 1rem;
}

#product-in-cart {
    transition-property: opacity;
    transition-duration: 2s;
    height: 1.6rem;
    color: #cc6600;
}

.cart {
    margin-bottom: 10px;
}

a {
    transition: color 0.4s ease 0s;
}

.sort-params {
    margin-left: 7px;
    margin-bottom: 10px;
}

.border_blue {
    border: 1px solid #c2d9ec;
    margin-top: 10px;
    width: 475px !important;
    margin-bottom: 10px;
    border-radius: 10px;
}

.st {
    stroke: #136eb4;
    fill: none;
    stroke-width: 2.5;
    stroke-miterlimit: 10;
    stroke-linecap: round;
}
.fl{
    fill: #136eb4;
    stroke-width: 2.5;
    stroke-miterlimit: 10;
    stroke-linecap: round;
}
.act{
    background: linear-gradient(to bottom, var(--c-orange), #ffa443);
    color: #fff;
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 1em;
    font-size: 1.35rem;
    line-height: 1.6;
    display: inline-block;
    opacity: 1;
    margin-left: 1.45em;
    margin-top: 0.2em;
    transition: all .2s ease 0s;
    text-align: center;
    letter-spacing: -1px;
    z-index: 10;
}
.our-price
{
    color: #cc6600;    
    font-size: 1.1em;
    font-weight: 700;
}
/* End */
/* /local/templates/3_columns/components/allbitrix/menu.list.tsa/left_menu/style.css?16997122002704 */
/* /local/templates/3_columns/components/bitrix/search.title/visual/style.css?1699712200880 */
/* /local/templates/3_columns/template_styles.css?17753061797192 */
