﻿/* 
.hover-bg(@idle, @hover, @folder) {
    background-image: url("@{folder}@{idle}");
    &:hover {
        background-image: url("@{folder}@{hover}");
    }
}
*/
/*Миксины START*/
/*Миксины END*/
header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  z-index: 5;
  background-image: url(../Images/backgrounds/header/01.svg), url(../Images/backgrounds/header/02.svg), url(../Images/backgrounds/header/03.svg), url(../Images/backgrounds/header/04.svg);
  background-position: top -65px left -27px, top -14px left 466px, top 380px left 400px, top 310px right -40px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 10%;
  /*МОДИФИКАТОРЫ START*/
  /*МОДИФИКАТОРЫ END*/
}
header.header-compact > .hleft {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  border-bottom: 1px solid #F3F3F3;
}
header.header-compact > .hleft > .part1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 288px;
}
header.header-compact > .hleft > .part1 > .social-block {
  display: none;
}
header.header-compact > .hleft > .part1 > .divider {
  display: none;
}
header.header-compact > .hleft > .part1 > .text {
  display: none;
}
header.header-compact > .hleft > .part1 > .logo {
  margin-top: 0;
  height: 106px;
  width: 192px;
}
header.header-compact > .hleft > .part2 {
  width: 240px;
}
header.header-compact > .hleft > .part2 > .part2-elem {
  width: 240px;
  background-color: #F3F3F3;
}
header.header-compact > .hleft > .part2 > .part2-elem > .ico {
  min-width: 24px;
  width: 24px;
  min-height: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  margin-right: 15px;
}
header.header-compact > .hleft > .part2 > .part2-elem > .text {
  width: 110px;
}
header.header-compact > .hleft > .part2 > .consult:hover {
  background-color: #e7e7e7;
  color: #666666;
}
header.header-compact > .hleft > .part2 > .consult > .ico {
  background-image: url(../Images/icons_common/darkgray/vopros.svg);
}
header.header-compact > .hleft > .part2 > .consult:hover .ico {
  background-image: url(../Images/icons_common/darkgray/vopros.svg);
}
header.header-compact > .hleft > .part2 > .catalog {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: #5F9FFF;
  color: white;
}
header.header-compact > .hleft > .part2 > .catalog:hover {
  background-color: #4d8dec;
}
header.header-compact > .hleft > .part2 > .catalog > .ico {
  background-image: url(../Images/icons_common/white/checklist.svg);
}
header.header-compact .hright > .details {
  display: none;
}
header.header-compact .hright > .part2 {
  display: none;
}
header.header-compact .hright > .breadcrumbs {
  display: none;
}
header.header-compact .hright .divider {
  display: none;
}
header.header-compact .hright > .part3 > .divider {
  display: none;
}
@media (max-width: 1252px) {
  header.header-compact > .hleft {
    width: 528px;
    min-width: 528px;
  }
}
header .header-mobile {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  height: 138px;
  background-color: white;
  width: 100%;
}
header .header-mobile .mob-head-btn {
  position: relative;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-position: center center;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  height: 60px;
  min-height: 60px;
  min-width: 50px;
  width: 50px;
  background-color: white;
}
header .header-mobile .mob-head-btn:hover {
  background-color: #F3F3F3;
}
header .header-mobile .mob-head-btn .ico .ico2 {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-width: 16px;
  width: 16px;
  min-height: 16px;
  height: 16px;
  font-family: 'Montserrat';
  color: white;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff5d5d;
  border-radius: 50px;
}
header .header-mobile > .left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100px;
  /* 
            > .menu {
                .hover-bg(@idle:'/gray/menu.svg', @hover:'/blue/menu.svg', @folder);
            }

            > .catalog {
                .hover-bg(@idle:'/gray/checklist.svg', @hover:'/blue/checklist.svg', @folder);
            }

            */
}
header .header-mobile > .left > .menu {
  background-image: url(../Images/icons_common/gray/menu.svg), url(../Images/icons_social/blue/menu.svg);
  background-size: 26px 26px, 0px 0px;
}
header .header-mobile > .left > .menu:hover {
  background-image: url(../Images/icons_common/blue/menu.svg), url(../Images/icons_common/gray/menu.svg);
}
header .header-mobile > .left > .catalog {
  background-image: url(../Images/icons_common/gray/checklist.svg), url(../Images/icons_social/blue/checklist.svg);
  background-size: 26px 26px, 0px 0px;
}
header .header-mobile > .left > .catalog:hover {
  background-image: url(../Images/icons_common/blue/checklist.svg), url(../Images/icons_common/gray/checklist.svg);
}
header .header-mobile > .center {
  height: 50px;
  width: calc(100% - 200px);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../Images/logos/logo_header.svg);
  display: block;
}
header .header-mobile > .right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100px;
  /* 
            > .cabinet {
                .hover-bg(@idle:'/gray/user-solid.svg', @hover:'/blue/user-solid.svg', @folder);
            }

            > .basket {
                .hover-bg(@idle:'/gray/basket.svg', @hover:'/blue/basket.svg', @folder);
            }
            */
}
header .header-mobile > .right > .cabinet {
  background-image: url(../Images/icons_common/gray/user-solid.svg), url(../Images/icons_social/blue/user-solid.svg);
  background-size: 26px 26px, 0px 0px;
}
header .header-mobile > .right > .cabinet:hover {
  background-image: url(../Images/icons_common/blue/user-solid.svg), url(../Images/icons_common/gray/user-solid.svg);
}
header .header-mobile > .right > .basket {
  display: block;
  background-image: url(../Images/icons_common/gray/basket.svg), url(../Images/icons_social/blue/basket.svg);
  background-size: 26px 26px, 0px 0px;
}
header .header-mobile > .right > .basket:hover {
  background-image: url(../Images/icons_common/blue/basket.svg), url(../Images/icons_common/gray/basket.svg);
}
@media (min-width: 900px) {
  header .header-mobile {
    display: none;
  }
}
header .hleft {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  width: 528px;
  min-width: 528px;
}
header .hleft > .part1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  /* height: calc(100% - 96px); */
}
header .hleft > .part1 > .social-block {
  margin-top: 36px;
}
header .hleft > .part1 > .logo {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  background-image: url(../Images/logos/logo_header.svg);
  margin-top: 84px;
  height: 144px;
  width: 260px;
  display: block;
}
header .hleft > .part1 > .divider {
  margin-top: 53px;
  height: 1px;
  width: 192px;
  background-color: #DDDDDD;
}
header .hleft > .part1 > .text {
  font-family: 'Montserrat';
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 43px;
  margin-bottom: 43px;
}
header .hleft > .part2 > .part2-elem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  height: 96px;
  width: 100%;
  background-color: #F3F3F3;
}
header .hleft > .part2 > .part2-elem > .ico {
  min-width: 48px;
  width: 48px;
  min-height: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  margin-right: 15px;
}
header .hleft > .part2 > .consult:hover {
  background-color: #5F9FFF;
  color: white;
}
header .hleft > .part2 > .consult > .ico {
  background-image: url(../Images/icons_common/darkgray/vopros.svg);
}
header .hleft > .part2 > .consult:hover .ico {
  background-image: url(../Images/icons_common/white/vopros.svg);
}
header .hleft > .part2 > .catalog {
  display: none;
  background-color: #5F9FFF;
  color: white;
}
header .hleft > .part2 > .catalog:hover {
  background-color: #4d8dec;
}
header .hleft > .part2 > .catalog > .ico {
  background-image: url(../Images/icons_common/white/vopros.svg);
}
@media (max-width: 1252px) {
  header .hleft {
    width: 380px;
    min-width: 380px;
  }
}
@media (max-width: 900px) {
  header .hleft {
    display: none !important;
  }
}
header .hright {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  width: calc(100% - 528px);
}
header .hright > * {
  padding-left: 40px;
}
@media (max-width: 1252px) {
  header .hright > * {
    padding-left: 0px;
  }
}
header .hright > .part1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 96px;
}
header .hright > .part1 > .controls {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  /*
                @media (max-width: @col3) {
                    > .controls-elem {
                        min-width: 55px;
                        width: 55px;
                    }
                }
                */
}
header .hright > .part1 > .controls > .controls-elem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  height: 96px;
  /*
                    @media (max-width: @col3) {
                        > .ico {
                            margin-right: 0px;
                        }

                        > .text {
                            display: none;
                        }

                        > .ico2 {
                            display: none;
                        }
                    }
                    */
}
header .hright > .part1 > .controls > .controls-elem:hover {
  background-color: #F3F3F3;
}
header .hright > .part1 > .controls > .controls-elem > .ico {
  min-width: 24px;
  width: 24px;
  min-height: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  margin-right: 12px;
}
header .hright > .part1 > .controls > .controls-elem > .text {
  font-family: 'Montserrat';
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
header .hright > .part1 > .controls > .controls-elem:hover > .text {
  color: #5F9FFF;
}
header .hright > .part1 > .controls > .controls-elem > .ico2 {
  min-width: 8px;
  width: 8px;
  min-height: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  margin-left: 10px;
}
header .hright > .part1 > .controls > .city {
  min-width: 152px;
  width: 152px;
}
header .hright > .part1 > .controls > .city > .ico {
  background-image: url(../Images/icons_common/gray/map.svg);
}
header .hright > .part1 > .controls > .city:hover > .ico {
  background-image: url(../Images/icons_common/blue/map.svg);
}
header .hright > .part1 > .controls > .city > .ico2 {
  background-image: url(../Images/icons_common/gray/chevron_bot.svg);
}
header .hright > .part1 > .controls > .city:hover > .ico2 {
  background-image: url(../Images/icons_common/blue/chevron_bot.svg);
}
header .hright > .part1 > .controls > .cabinet {
  min-width: 205px;
  width: 205px;
}
header .hright > .part1 > .controls > .cabinet > .ico {
  background-image: url(../Images/icons_common/gray/user-solid.svg);
}
header .hright > .part1 > .controls > .cabinet:hover > .ico {
  background-image: url(../Images/icons_common/blue/user-solid.svg);
}
header .hright > .part1 > .controls > .basket {
  position: relative;
  min-width: 140px;
  width: 140px;
}
header .hright > .part1 > .controls > .basket > .ico {
  background-image: url(../Images/icons_common/gray/basket.svg);
  position: relative;
}
header .hright > .part1 > .controls > .basket > .ico > .ico2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-width: 16px;
  width: 16px;
  min-height: 16px;
  height: 16px;
  font-family: 'Montserrat';
  color: white;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  top: -10px;
  left: 4px;
  background-color: #ff5d5d;
  border-radius: 50px;
}
header .hright > .part1 > .controls > .basket > .basket-inner-body {
  background-color: white;
  width: 850px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: absolute;
  padding: 38px;
  padding-top: 8px;
  top: -3000px;
  right: 0px;
  border-bottom-left-radius: 15px;
}
header .hright > .part1 > .controls > .basket > .basket-inner-body > .basket-controls {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: sticky;
  top: 0px;
  background-color: white;
  width: 100%;
}
header .hright > .part1 > .controls > .basket > .basket-inner-body > .basket-items {
  width: 100%;
  min-height: 120px;
}
header .hright > .part1 > .controls > .basket > .basket-inner-body > .basket-items:empty {
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../Images/basket/empty2.svg');
}
header .hright > .part1 > .controls > .basket:hover > .ico {
  background-image: url(../Images/icons_common/blue/basket.svg);
}
header .hright > .part1 > .controls > .basket:hover > .basket-inner-body {
  top: 96px;
}
header .hright > .divider {
  height: 1px;
  background-color: #F3F3F3;
  margin-left: 40px;
}
header .hright > .kostiastyle,
header .hright > .details > .kostiastyle {
  font-family: 'Montserrat';
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  height: 22px;
  margin-top: 30px;
}
@media (max-width: 1536px) {
  header .hright > .kostiastyle,
  header .hright > .details > .kostiastyle {
    display: none;
  }
}
header .hright > .details {
  display: flex;
  flex-direction: column;
  height: 50%;
  position: relative;
  cursor: pointer;
  width: 95%;
}
header .hright > .details .kostiastyle {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  padding-inline: 20px;
  transition: background-color 0.38s ease-in-out;
  margin-top: 0;
}
header .hright > .details .kostiastyle:hover {
  background-color: #F3F3F3;
}
header .hright > .details .ico {
  min-width: 19px;
  width: 19px;
  min-height: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  transform: rotate(-180deg);
  background-image: url(../Images/icons_common/violet/chevron_top.svg);
}
header .hright > .details .header-column-fix {
  position: absolute;
  top: 6ch;
  padding-inline: 20px;
  width: 100%;
  background-color: white;
}
header .hright > .details summary,
header .hright > .details summary::-webkit-details-marker {
  list-style-type: none;
}
header .hright > .details[open] .ico {
  transform: rotate(0);
}
header .hright > .part2,
header .hright > .details > .part2 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1536px) {
  header .hright > .part2,
  header .hright > .details > .part2 {
    -moz-column-width: 190px;
    column-width: 190px;
  }
}
header .hright > .part2 > .item,
header .hright > .details > .part2 > .item {
  width: 33%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 20px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
header .hright > .part2 > .item > .ico,
header .hright > .details > .part2 > .item > .ico {
  min-width: 24px;
  width: 24px;
  min-height: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  margin-right: 16px;
}
header .hright > .part2 > .item > .text,
header .hright > .details > .part2 > .item > .text {
  font-family: 'Montserrat';
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
header .hright > .part2 > .item:hover > .text,
header .hright > .details > .part2 > .item:hover > .text {
  color: #5F9FFF;
}
header .hright > .part2 > .item > .acusherstvo,
header .hright > .details > .part2 > .item > .acusherstvo {
  background-image: url(../Images/icons_categories/gray/acusherstvo.svg), url(../Images/icons_categories/blue/acusherstvo.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .anasteziologia,
header .hright > .details > .part2 > .item > .anasteziologia {
  background-image: url(../Images/icons_categories/gray/anasteziologia.svg), url(../Images/icons_categories/blue/anasteziologia.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .veterinaria,
header .hright > .details > .part2 > .item > .veterinaria {
  background-image: url(../Images/icons_categories/gray/veterinaria.svg), url(../Images/icons_categories/blue/veterinaria.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .kosmetologia,
header .hright > .details > .part2 > .item > .kosmetologia {
  background-image: url(../Images/icons_categories/gray/kosmetologia.svg), url(../Images/icons_categories/blue/kosmetologia.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .lab,
header .hright > .details > .part2 > .item > .lab {
  background-image: url(../Images/icons_categories/gray/lab.svg), url(../Images/icons_categories/blue/lab.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .lor,
header .hright > .details > .part2 > .item > .lor {
  background-image: url(../Images/icons_categories/gray/lor.svg), url(../Images/icons_categories/blue/lor.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .luchevaya_diagnostic,
header .hright > .details > .part2 > .item > .luchevaya_diagnostic {
  background-image: url(../Images/icons_categories/gray/luchevaya_diagnostic.svg), url(../Images/icons_categories/blue/luchevaya_diagnostic.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .mebel,
header .hright > .details > .part2 > .item > .mebel {
  background-image: url(../Images/icons_categories/gray/mebel.svg), url(../Images/icons_categories/blue/mebel.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .neonatologia,
header .hright > .details > .part2 > .item > .neonatologia {
  background-image: url(../Images/icons_categories/gray/neonatologia.svg), url(../Images/icons_categories/blue/neonatologia.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .oftalmologia,
header .hright > .details > .part2 > .item > .oftalmologia {
  background-image: url(../Images/icons_categories/gray/oftalmologia.svg), url(../Images/icons_categories/blue/oftalmologia.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .patanomia,
header .hright > .details > .part2 > .item > .patanomia {
  background-image: url(../Images/icons_categories/gray/patanomia.svg), url(../Images/icons_categories/blue/patanomia.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .proktologia,
header .hright > .details > .part2 > .item > .proktologia {
  background-image: url(../Images/icons_categories/gray/proktologia.svg), url(../Images/icons_categories/blue/proktologia.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .reabilitacia,
header .hright > .details > .part2 > .item > .reabilitacia {
  background-image: url(../Images/icons_categories/gray/reabilitacia.svg), url(../Images/icons_categories/blue/reabilitacia.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .slujba_crovi,
header .hright > .details > .part2 > .item > .slujba_crovi {
  background-image: url(../Images/icons_categories/gray/slujba_crovi.svg), url(../Images/icons_categories/blue/slujba_crovi.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .sterelizacia,
header .hright > .details > .part2 > .item > .sterelizacia {
  background-image: url(../Images/icons_categories/gray/sterelizacia.svg), url(../Images/icons_categories/blue/sterelizacia.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .stomatologia,
header .hright > .details > .part2 > .item > .stomatologia {
  background-image: url(../Images/icons_categories/gray/stomatologia.svg), url(../Images/icons_categories/blue/stomatologia.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .urologia,
header .hright > .details > .part2 > .item > .urologia {
  background-image: url(../Images/icons_categories/gray/urologia.svg), url(../Images/icons_categories/blue/urologia.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .fizio,
header .hright > .details > .part2 > .item > .fizio {
  background-image: url(../Images/icons_categories/gray/fizio.svg), url(../Images/icons_categories/blue/fizio.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .functional_diagnostic,
header .hright > .details > .part2 > .item > .functional_diagnostic {
  background-image: url(../Images/icons_categories/gray/functional_diagnostic.svg), url(../Images/icons_categories/blue/functional_diagnostic.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .hirurgia,
header .hright > .details > .part2 > .item > .hirurgia {
  background-image: url(../Images/icons_categories/gray/hirurgia.svg), url(../Images/icons_categories/blue/hirurgia.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .endoskopia,
header .hright > .details > .part2 > .item > .endoskopia {
  background-image: url(../Images/icons_categories/gray/endoskopia.svg), url(../Images/icons_categories/blue/endoskopia.svg);
  background-size: contain, 0px 0px;
}
header .hright > .part2 > .item > .dot,
header .hright > .details > .part2 > .item > .dot {
  background-image: url(../Images/icons_categories/gray/dot.svg), url(../Images/icons_categories/blue/dot.svg);
  background-size: 20px 20px, 0px 0px !important;
}
header .hright > .part2 > .item > .odezhda,
header .hright > .details > .part2 > .item > .odezhda {
  background-image: url(../Images/icons_categories/gray/odezhda.svg), url(../Images/icons_categories/blue/odezhda.svg);
  background-size: contain, 0px 0px !important;
}
header .hright > .part2 > .item > .oborudovanie,
header .hright > .details > .part2 > .item > .oborudovanie {
  background-image: url(../Images/icons_categories/gray/oborudovanie.svg), url(../Images/icons_categories/blue/oborudovanie.svg);
  background-size: contain, 0px 0px !important;
}
header .hright > .part2 > .item > .optika,
header .hright > .details > .part2 > .item > .optika {
  background-image: url(../Images/icons_categories/gray/optika.svg), url(../Images/icons_categories/blue/optika.svg);
  background-size: contain, 0px 0px !important;
}
header .hright > .part2 > .item > .apteka,
header .hright > .details > .part2 > .item > .apteka {
  background-image: url(../Images/icons_categories/gray/apteka_gray.svg), url(../Images/icons_categories/blue/apteka_blue.svg);
  background-size: contain, 0px 0px !important;
}
header .hright > .part2 > .item > .vitamins,
header .hright > .details > .part2 > .item > .vitamins {
  background-image: url(../Images/icons_categories/gray/vitamins_gray.svg), url(../Images/icons_categories/blue/vitamins_blue.svg);
  background-size: contain, 0px 0px !important;
}
header .hright > .part2 > .item > .dezsredstva,
header .hright > .details > .part2 > .item > .dezsredstva {
  background-image: url(../Images/icons_categories/gray/dezsredstva_gray.svg), url(../Images/icons_categories/blue/dezsredstva_blue.svg);
  background-size: contain, 0px 0px !important;
}
header .hright > .part2 > .item > .kosmetika,
header .hright > .details > .part2 > .item > .kosmetika {
  background-image: url(../Images/icons_categories/gray/kosmetika_gray.svg), url(../Images/icons_categories/blue/kosmetika_blue.svg);
  background-size: contain, 0px 0px !important;
}
header .hright > .part2 > .item:hover > .acusherstvo,
header .hright > .details > .part2 > .item:hover > .acusherstvo {
  background-image: url(../Images/icons_categories/blue/acusherstvo.svg), url(../Images/icons_categories/gray/acusherstvo.svg);
}
header .hright > .part2 > .item:hover > .anasteziologia,
header .hright > .details > .part2 > .item:hover > .anasteziologia {
  background-image: url(../Images/icons_categories/blue/anasteziologia.svg), url(../Images/icons_categories/gray/anasteziologia.svg);
}
header .hright > .part2 > .item:hover > .veterinaria,
header .hright > .details > .part2 > .item:hover > .veterinaria {
  background-image: url(../Images/icons_categories/blue/veterinaria.svg), url(../Images/icons_categories/gray/veterinaria.svg);
}
header .hright > .part2 > .item:hover > .kosmetologia,
header .hright > .details > .part2 > .item:hover > .kosmetologia {
  background-image: url(../Images/icons_categories/blue/kosmetologia.svg), url(../Images/icons_categories/gray/kosmetologia.svg);
}
header .hright > .part2 > .item:hover > .lab,
header .hright > .details > .part2 > .item:hover > .lab {
  background-image: url(../Images/icons_categories/blue/lab.svg), url(../Images/icons_categories/gray/lab.svg);
}
header .hright > .part2 > .item:hover > .lor,
header .hright > .details > .part2 > .item:hover > .lor {
  background-image: url(../Images/icons_categories/blue/lor.svg), url(../Images/icons_categories/gray/lor.svg);
}
header .hright > .part2 > .item:hover > .luchevaya_diagnostic,
header .hright > .details > .part2 > .item:hover > .luchevaya_diagnostic {
  background-image: url(../Images/icons_categories/blue/luchevaya_diagnostic.svg), url(../Images/icons_categories/gray/luchevaya_diagnostic.svg);
}
header .hright > .part2 > .item:hover > .mebel,
header .hright > .details > .part2 > .item:hover > .mebel {
  background-image: url(../Images/icons_categories/blue/mebel.svg), url(../Images/icons_categories/gray/mebel.svg);
}
header .hright > .part2 > .item:hover > .neonatologia,
header .hright > .details > .part2 > .item:hover > .neonatologia {
  background-image: url(../Images/icons_categories/blue/neonatologia.svg), url(../Images/icons_categories/gray/neonatologia.svg);
}
header .hright > .part2 > .item:hover > .oftalmologia,
header .hright > .details > .part2 > .item:hover > .oftalmologia {
  background-image: url(../Images/icons_categories/blue/oftalmologia.svg), url(../Images/icons_categories/gray/oftalmologia.svg);
}
header .hright > .part2 > .item:hover > .patanomia,
header .hright > .details > .part2 > .item:hover > .patanomia {
  background-image: url(../Images/icons_categories/blue/patanomia.svg), url(../Images/icons_categories/gray/patanomia.svg);
}
header .hright > .part2 > .item:hover > .proktologia,
header .hright > .details > .part2 > .item:hover > .proktologia {
  background-image: url(../Images/icons_categories/blue/proktologia.svg), url(../Images/icons_categories/gray/proktologia.svg);
}
header .hright > .part2 > .item:hover > .reabilitacia,
header .hright > .details > .part2 > .item:hover > .reabilitacia {
  background-image: url(../Images/icons_categories/blue/reabilitacia.svg), url(../Images/icons_categories/gray/reabilitacia.svg);
}
header .hright > .part2 > .item:hover > .slujba_crovi,
header .hright > .details > .part2 > .item:hover > .slujba_crovi {
  background-image: url(../Images/icons_categories/blue/slujba_crovi.svg), url(../Images/icons_categories/gray/slujba_crovi.svg);
}
header .hright > .part2 > .item:hover > .sterelizacia,
header .hright > .details > .part2 > .item:hover > .sterelizacia {
  background-image: url(../Images/icons_categories/blue/sterelizacia.svg), url(../Images/icons_categories/gray/sterelizacia.svg);
}
header .hright > .part2 > .item:hover > .stomatologia,
header .hright > .details > .part2 > .item:hover > .stomatologia {
  background-image: url(../Images/icons_categories/blue/stomatologia.svg), url(../Images/icons_categories/gray/stomatologia.svg);
}
header .hright > .part2 > .item:hover > .urologia,
header .hright > .details > .part2 > .item:hover > .urologia {
  background-image: url(../Images/icons_categories/blue/urologia.svg), url(../Images/icons_categories/gray/urologia.svg);
}
header .hright > .part2 > .item:hover > .fizio,
header .hright > .details > .part2 > .item:hover > .fizio {
  background-image: url(../Images/icons_categories/blue/fizio.svg), url(../Images/icons_categories/gray/fizio.svg);
}
header .hright > .part2 > .item:hover > .functional_diagnostic,
header .hright > .details > .part2 > .item:hover > .functional_diagnostic {
  background-image: url(../Images/icons_categories/blue/functional_diagnostic.svg), url(../Images/icons_categories/gray/functional_diagnostic.svg);
}
header .hright > .part2 > .item:hover > .hirurgia,
header .hright > .details > .part2 > .item:hover > .hirurgia {
  background-image: url(../Images/icons_categories/blue/hirurgia.svg), url(../Images/icons_categories/gray/hirurgia.svg);
}
header .hright > .part2 > .item:hover > .endoskopia,
header .hright > .details > .part2 > .item:hover > .endoskopia {
  background-image: url(../Images/icons_categories/blue/endoskopia.svg), url(../Images/icons_categories/gray/endoskopia.svg);
}
header .hright > .part2 > .item:hover > .dot,
header .hright > .details > .part2 > .item:hover > .dot {
  background-image: url(../Images/icons_categories/blue/dot.svg), url(../Images/icons_categories/gray/dot.svg);
  background-size: 20px 20px !important;
}
header .hright > .part2 > .item:hover > .odezhda,
header .hright > .details > .part2 > .item:hover > .odezhda {
  background-image: url(../Images/icons_categories/blue/odezhda.svg), url(../Images/icons_categories/gray/odezhda.svg);
}
header .hright > .part2 > .item:hover > .oborudovanie,
header .hright > .details > .part2 > .item:hover > .oborudovanie {
  background-image: url(../Images/icons_categories/blue/oborudovanie.svg), url(../Images/icons_categories/gray/oborudovanie.svg);
}
header .hright > .part2 > .item:hover > .optika,
header .hright > .details > .part2 > .item:hover > .optika {
  background-image: url(../Images/icons_categories/blue/optika.svg), url(../Images/icons_categories/gray/optika.svg);
}
header .hright > .part2 > .item:hover > .apteka,
header .hright > .details > .part2 > .item:hover > .apteka {
  background-image: url(../Images/icons_categories/blue/apteka_blue.svg), url(../Images/icons_categories/gray/apteka_gray.svg);
}
header .hright > .part2 > .item:hover > .vitamins,
header .hright > .details > .part2 > .item:hover > .vitamins {
  background-image: url(../Images/icons_categories/blue/vitamins_blue.svg), url(../Images/icons_categories/gray/vitamins_gray.svg);
}
header .hright > .part2 > .item:hover > .dezsredstva,
header .hright > .details > .part2 > .item:hover > .dezsredstva {
  background-image: url(../Images/icons_categories/blue/dezsredstva_blue.svg), url(../Images/icons_categories/gray/dezsredstva_gray.svg);
}
header .hright > .part2 > .item:hover > .kosmetika,
header .hright > .details > .part2 > .item:hover > .kosmetika {
  background-image: url(../Images/icons_categories/blue/kosmetika_blue.svg), url(../Images/icons_categories/gray/kosmetika_gray.svg);
}
@media (max-width: 1536px) {
  header .hright > .part2 > .item,
  header .hright > .details > .part2 > .item {
    margin-right: 30px;
    margin-bottom: 12px;
  }
  header .hright > .part2 > .item > .ico,
  header .hright > .details > .part2 > .item > .ico {
    min-width: 20px;
    width: 20px;
    min-height: 20px;
    height: 20px;
    margin-right: 12px;
  }
}
header .hright > .breadcrumbs {
  margin-bottom: 20px !important;
}
header .hright > .part3 {
  height: 96px;
  padding: 0 40px;
  background-color: #F3F3F3;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
header .hright > .part3 > .divider {
  position: absolute;
  left: 0px;
  top: 24px;
  width: 1px;
  height: 48px;
  background-color: #DDDDDD;
}
@media (max-width: 900px) {
  header .hright {
    display: none !important;
  }
}
@media (max-width: 1536px) {
  header {
    background-image: url(../Images/backgrounds/header/01.svg);
    background-position: top -65px left -27px;
    background-repeat: no-repeat;
    background-size: 200px 200px;
    background-size: 10%;
  }
  header > .hleft {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    border-bottom: 1px solid #F3F3F3;
  }
  header > .hleft > .part1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 288px;
  }
  header > .hleft > .part1 > .social-block {
    display: none;
  }
  header > .hleft > .part1 > .divider {
    display: none;
  }
  header > .hleft > .part1 > .text {
    display: none;
  }
  header > .hleft > .part1 > .logo {
    margin-top: 0;
    height: 106px;
    width: 192px;
  }
  header > .hleft > .part2 {
    width: 240px;
  }
  header > .hleft > .part2 > .part2-elem {
    width: 240px;
    background-color: #F3F3F3;
  }
  header > .hleft > .part2 > .part2-elem > .ico {
    min-width: 24px;
    width: 24px;
    min-height: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
    margin-right: 15px;
  }
  header > .hleft > .part2 > .part2-elem > .text {
    width: 110px;
  }
  header > .hleft > .part2 > .consult:hover {
    background-color: #e7e7e7;
    color: #666666;
  }
  header > .hleft > .part2 > .consult > .ico {
    background-image: url(../Images/icons_common/darkgray/vopros.svg);
  }
  header > .hleft > .part2 > .consult:hover .ico {
    background-image: url(../Images/icons_common/darkgray/vopros.svg);
  }
  header > .hleft > .part2 > .catalog {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background-color: #5F9FFF;
    color: white;
  }
  header > .hleft > .part2 > .catalog:hover {
    background-color: #4d8dec;
  }
  header > .hleft > .part2 > .catalog > .ico {
    background-image: url(../Images/icons_common/white/checklist.svg);
  }
  header .hright > .details {
    display: none;
  }
  header .hright > .part2 {
    display: none;
  }
  header .hright > .breadcrumbs {
    display: none;
  }
  header .hright .divider {
    display: none;
  }
  header .hright > .part3 > .divider {
    display: none;
  }
}
@media (max-width: 1536px) and (max-width: 1252px) {
  header > .hleft {
    width: 528px;
    min-width: 528px;
  }
}
@media (max-width: 900px) {
  header {
    height: auto;
    position: fixed;
    top: 0px;
    border-bottom: 1px solid #EEEEEE;
  }
}
.header-column-fix {
  -moz-column-count: 3 !important;
  column-count: 3 !important;
}