@import url('grid.css');
@import url('contact.css');
@import url('microtip.min.css');
@import url('common.css');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  text-decoration: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

* {
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrl-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrl-300Italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrl-500Italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrl-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrl-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrl-700Italic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrl-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrl-100.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  src: url('../fonts/MuseoSansCyrl-100Italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'MuseoSansCyrl';
  src:url('../fonts/MuseoSansCyrl-900Italic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
}

@font-face {
    font-family: 'ArialRoundedMT';
    src: url('../fonts/ArialRoundedMTBold.woff2') format('woff2'),
        url('../fonts/ArialRoundedMTBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html,body {
  position: relative;
  overflow-x: hidden;
}

body {
  font: 500 16px/20px 'MuseoSansCyrl';
}



a:focus {
  color: #D93025;
}

input,textarea {
    font: 300 15px/1em 'MuseoSansCyrl';
    padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}


/* guide styles */

h1,.heading-title {
  font-size: 30px;
  font-weight: 700;
} h2 {
  font-size: 24px;
  font-weight: 700;
} h3 {
  font-size: 16px;
  font-weight: 500;
}

p {
  font-weight: 300;
}

p.medium-txt {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

p.small-txt {
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
}

p.small-txt {
  font-size: 11px;
}


input:not([type="submit"]),
textarea {
  font: 500 14px/1em 'MuseoSansCyrl';
  color: #818181;
  border: 1px solid #CCCCCC;
  padding: 8px 15px;
  min-width: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}

input[type="submit"] {
  border: 0;
}

input:not([type="submit"]):hover,
textarea:hover {
  border-color: #263238;
}

/* guide styles end */



.link-icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/link-icon.png) no-repeat;
}

.sc-icon {
    background-image: url(../images/social.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-fb {
    width: 38px;
    height: 38px;
    background-position: -5px -5px;
}

.sprite-ig {
    width: 38px;
    height: 38px;
    background-position: -53px -5px;
}

.sprite-vk {
    width: 38px;
    height: 38px;
    background-position: -5px -53px;
}

.sprite-wa {
    width: 38px;
    height: 38px;
    background-position: -53px -53px;
}

.sprite-yt {
    width: 55px;
    height: 38px;
    background-position: -101px -5px;
}



.sprite {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-bar-chart {
    width: 14px;
    height: 18px;
    background-position: -5px -5px;
}

.sprite-heart {
    width: 20px;
    height: 19px;
    background-position: -29px -5px;
}

.sprite-menu {
    width: 17px;
    height: 12px;
    background-position: -5px -34px;
}

.sprite-options {
    width: 13px;
    height: 7px;
    background-position: -32px -34px;
}

.sprite-search {
    width: 21px;
    height: 21px;
    background-position: -59px -5px;
}

.sprite-shopping-cart {
    width: 20px;
    height: 19px;
    background-position: -55px -36px;
}

.sprite-user {
    width: 18px;
    height: 19px;
    background-position: -5px -65px;
}

.sprite-arrow-right {
    width: 4px;
    height: 8px;
    background-position: -35px -50px
}


.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.vcenter {
  align-items: center;
}

/*
.main--container {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
*/

.logo-area {
  margin-right: 24px;
}

.header--top--area {
  background: #E9E9E9;
  padding: 17px 0;
}

.header--top--area ul li {
  display: inline-block;
}

.header--top--area ul li {
  font-size: 15px;
}

.header--top--area ul li:not(:last-child) {
  margin-right: 2.3rem;
}


.header--area--container {
  max-width: 1780px;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}

.header--toolbar--area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 15px 0;
}

.button-element {
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  color: #fff;
  background: #D93025;
  border-radius: 5px;
  padding: 12px 10px;
  width: 101px;
  cursor: pointer;
}

.button-element span {
  margin-left: 5px;
}

.button-element:focus,
.button-element:hover {
  color: #fff !important;
  background: #C2271D;
}

.phone--number--area {
  min-width: 200px;
  margin-left: 25px;
  line-height: 1.5em;
}

.phone--number--area span {
  font-size: 14px;
  display: block;
  color: #818181;
}

.phone--number--area a {
  font-size: 20px;
}

.phone-num {
  position: relative;
}

.phone-num:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 8px;
  width: 13px;
  height: 7px;
  background-position: -32px -34px;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  display: block;
}

.toolbar--search--area {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}


.search--element {
  position: relative;
  display: block;
}

.sprite-search-wh {
  width: 20px;
  height: 20px;
}

.sprite-search-wh,
.search-input:focus ~ .sprite-search {
  background: url(../images/active-search-icon.png) no-repeat !important;
}

.search--element i {
  position: absolute;
  top: 4px;
  left: 10px;
}

.search--element input {
  width: 100%;
  border: 0;
  background: transparent;
  padding-left: 45px;
  border-radius: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #D93025;
}

.toolbar--item {
  display: block;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -11px;
}

/*
.toolbar--item .toolbar--item-icon {
  background: #F8D5D3;
}*/

.toolbar--item-icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.toolbar--item:hover .toolbar--item-icon {
  background: #F8D5D3;
}

.toolbar--item--amount {
  position: absolute;
  right: -0px;
  top: -0px;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  background: #D93025;
  z-index: 99;
}

.toolbar--item span {
  display: block;
  font-size: 12px;
}

.heading--area {
  background: #EFE4DD;
  padding: 20px 0;
}

.breadcrumbs--nav li {
  display: inline-block;
}

.breadcrumbs--nav li a {
  font-size: 14px;
  color: #828282;
}

.breadcrumbs--nav {
  margin-bottom: 18px;
}

.breadcrumbs--nav li:not(:last-child):after {
    content: '';
    width: 4px;
    height: 8px;
    background-position: -35px -50px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 6px;
    margin-right: 3px;
}

.heading--title {
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
}

.text--list-items {
  font-size: 16px;
  font-weight: 500;
}

.text--list-items a {
  color: #D93025;
  text-decoration: underline;
}

.text--list-items li {
  position: relative;
  padding-left: 15px;
}

.text--list-items li span {
  color: #D93025;
}

.text--list-items li:not(:last-child) {
  margin-bottom: 15px;
}

.text--list-items li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background: #D93025;
}

.area--heading {
  font-size: 20px;
  font-weight: 700;
}


.heading--element {
  position: relative;
  padding-left: 28px;
  line-height: 1.3em;
}

.heading--element:before {
  content: attr(data-count);
  position: absolute;
  left: 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #D93025;
    border-radius: 100%;
}

.inp-element-width {
  min-width: 280px !important;
}



.checkbox .checkmark,
.radio .checkmark-radio {
  width: 15px;
  height: 15px;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  z-index: -9999999;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #707070;
  border-radius: 3px;
}

.checkbox label input:hover ~ .checkmark {
  background-color: #ccc;
  border-color: #000000;
}

.checkbox label input:checked ~ .checkmark {
  background-color: #D93025;
  border-color: #D93025;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 8px;
  background: url(../images/checkmark.png) no-repeat;
} 



/* radiobtn */

.radio {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #707070;
  border-radius: 50%;
}

.radio:hover input ~ .checkmark-radio {
  background-color: #ccc;
  border-color: #000000;
}

.radio input:checked ~ .checkmark-radio {
  border-color: #000000;
}

.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

.radio input:checked ~ .checkmark-radio:after {
  display: block;
}

.radio .checkmark-radio:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D93025;
}

.checkbox--wrap {
  position: relative;
  margin-bottom: 20px;
}

.checkbox--wrap .radio,
.checkbox--wrap .checkbox {
  min-width: 230px;
}

.checkbox--wrap .el-name {
  position: relative;
  background: #fff;
  min-width: 290px;
  display: inline-block;
}

.checkbox--wrap .el-name:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -4px;
  border-bottom: 2px dotted #909DA5;
}

.price-label {
  color: #D93025;
  padding-left: 5px;
}

.el-name .tip-el {
  position: relative;
  margin-right: 4px;
}

.el-name--shell {
  position: relative;
  display: inline-block;
  background: #fff;
}

.tip-el {
  font-family: 'ArialRoundedMT';
  font-size: 14px;
  text-align: center;
  line-height: 19px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #CCCCCC;
  color: #000 !important;
  cursor: pointer;
  display: inline-block;
}

.tip-el:hover {
  color: #D93025 !important;
}


.tippy-tooltip:before {
  display: none;
}


.tippy-arrow,
[aria-label][role~="tooltip"]:before {
  display: none;
}


.tippy-tooltip,
[aria-label][role~="tooltip"]:after {
  font-family: 'MuseoSansCyrl' !important;
  font-size: 12px;
  text-align: left;
  padding: 13px 5px;
  color: #000;
  font-weight: 500;
  background: #EFE4DD;
  max-width: 300px !important;
  width: 100% !important;
  white-space: normal;
}

.delivery--container {
  padding: 40px;
  border-radius: 5px;
  background: #F1F3F4;
  margin-top: 80px;
  margin-bottom: 150px;
}


.delivery-buttons {
  width: 100%;
}


.gray-button {
  font-size: 14px;
  color: #000;
  background: #E3E8EA;
  padding: 10px 17px;
  border-radius: 3px;
}


.red-txt {
  color: #D93025;
}


.mention--txt {
  color: #818181;
}

.delivery-icon-area {
  max-width: 980px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 90px;
  margin-bottom: 60px;
}

.delivery--icon--box {
  max-width: 180px;
  text-align: center;
  line-height: 1.3em;
}

.delivery--icon--box .delivery--icon--box--image {
  min-height: 100px;
}

.text--list-items--count li {
  padding-left: 25px;
}

.text--list-items--count li:before {
  content: attr(data-count);
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: #D93025;
  border-radius: 0;
  top: 1px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}


.doc-item {
  display: inline-block;
  position: relative;
  padding: 0.7em;
  background-color: #f1f3f4;
  width: 145px;
  vertical-align: middle;
  border: 1px solid #000000;
  color: #000;
  margin-right: 20px;
}
.doc-item:before {
  content: "";
  transition: border-width 0.5s ease-in-out;
  border-style: solid;
  border-color: #D93025 transparent;
  position: absolute;
  top: -1px;
  right: -1px;
  border-width: 0 28px 28px 0;
  border-radius: 0;
  z-index: 99;
}
.doc-item:after {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  width: 28px;
  height: 28px;
  background: #f1f3f4;
}


.doc-item-white.doc-item:after,
.doc-item-white {
  background: #fff !important;
}


.doc-item--type {
  margin-bottom: 15px;
}

.doc-item-name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  min-height: 75px;
}


.doc-size {
  color: #D93025;
}

.download-icon {
  position: absolute;
  bottom: 7px;
  right: 15px;
  width: 25px;
  height: 25px;
  background: url(../images/download.png) no-repeat;
}

.doc-item:hover {
  color: #000;
}

.doc-item:hover .download-icon {
  background: url(../images/download-icon-hover.png) no-repeat;
}

.boxed-txt {
  max-width: 700px;
}

.area--heading--dot {
  position: relative;
  padding-left: 15px;
}

.area--heading--dot:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D93025;
}


footer {
  padding-bottom: 60px;
  border-top: 1px solid #D93025;
}

.footer--top--area {
  padding: 15px 0;
  border-bottom: 1px solid #E3E8EA;
}

.footer--bottom--area {
  padding: 20px 0;
}

.policy {
  display: block;
  font-size: 14px;
  color: #D93025;
}

.social--box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 130px;
  min-height: 95px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
}

.social--box:hover {
  color: #D93025;
  border-color: #263238;
}

.social--box--icon {
  min-height: 50px;
}

.area-sereprator {
  display: none;
}

.w100 {
  max-width: 100%;
}

.delivery--container--transparent {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.list-medium-txt {
  font-size: 14px;
}

.list-gray li {
  position: relative;
  font-weight: 500;
  padding-left: 15px;
}

.list-gray li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 4px;
  height: 4px;
  background: #B4C1B1;
  border-radius: 100%;
}

.list-gray li:not(:last-child) {
  margin-bottom: 5px;
}


.choose-city-el {
  position: relative;
  color: #D93025;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.choose-city-el:after {
  content: '';
  position: absolute;
  right: -25px;
  top: 5px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 18px;
  height: 8px;
  background: url(../images/arrow-red-down.png) center no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.choose-city-el.city-active-el:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}


.search--element--city {
  margin-top: 30px;
}


.city--search--wrap {
  position: relative;
}

.city--search--wrap--dropdown {
  position: relative;
  height: 0;
  overflow: hidden;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
  -ms-box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
  -o-box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
  box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}


.city--search--wrap--dropdown ul {
  margin: 20px;
  height: 300px;
  overflow-y: auto;
}

.city--search--wrap--dropdown.active-city-dropdown {
    height: initial;
}

.city--search--wrap--dropdown ul li {
  font-size: 14px;
}

.city--search--wrap--dropdown ul li:hover {
  color: #D93025;
  cursor: pointer;
}

.city--search--wrap--dropdown ul li:not(:last-child) {
  margin-bottom: 15px;
}

.heading--tabs--row {
  margin-top: 50px;
  margin-bottom: -19px;
}

.heading--tabs--item {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-right: 25px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.active--tab--item {
  color: #D93025;
  border-bottom: 2px solid #D93025;
  padding-bottom: 15px;
}

.map-container {
  width: 100%;
  min-height: 550px
}


.map-ballon-body {
  position: relative;
}

.ballon-body--address span {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}

.ballon-body--address small {
  font-size: 14px;
}

.ballon--title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.clock-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/clock.png) no-repeat;
}

.week-text {
  font-size: 14px;
  margin-left: 10px;
  margin-right: 7px;
}

.time-text {
  position: relative;
  font-size: 14px;
}

.time-list {
  position: relative;
  overflow: hidden;
  height: 20px;
  margin-top: 3px;
    font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding-left: 70px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.time-active-icon svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.time-list-active {
  height: 205px;
}

.time-list li {
  position: relative;
  padding-left: 15px;
}

.time-list li:not(:last-child) {
  margin-bottom: 10px;
}

.time-list li:before {
  content: attr(data-day);
  text-transform: uppercase;
  position: absolute;
  left: -20px;
}

.time-list li.time-today:before {
  content: 'Сегодня';
  font-size: 14px;
  position: absolute;
  left: -60px;
  text-transform: none;
}

.time-list li.time-today:after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 2px;
  margin-top: auto;
  margin-bottom: auto;
    width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #B4C1B1;
}

.close-ballon {
  position: absolute;
  top: 15px;
  right: 20px;
}


.slide-down-ballon:hover svg path,
.close-ballon:hover svg line {
  stroke: #D93025 !important;
}

.time-text:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #B4C1B1;
}

.map-ballon-body {

  border-radius: 5px;
  padding: 10px;
  -webkit-box-shadow: 2px 0 0 rgba(0,0,0, 0.16);
  -moz-box-shadow: 2px 0 0 rgba(0,0,0, 0.16);
  -ms-box-shadow: 2px 0 0 rgba(0,0,0, 0.16);
  -o-box-shadow: 2px 0 0 rgba(0,0,0, 0.16);
  box-shadow: 2px 0 0 rgba(0,0,0, 0.16);
}


.ballon-seperator {
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  margin-top: 15px;
  margin-bottom: 15px;
}


[class^="balloon_layout_normal"],
[class*="balloon_layout_normal"] {
    border: 2px solid #D93025 !important;
}


[class^="balloon__tail"],
[class*="balloon__tail"] {
    display: none !important;
}




.active-layout--baloon [class^="balloon__content"] > ymaps,
.active-layout--baloon [class*="balloon__content"] > ymaps,
.active-layout--baloon .map-ballon-body {
    height: 330px !important;
}


.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}


.tab .tablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

.tab .tablinks:hover {
  background-color: #ddd;
}

.tabcontent {
  position: relative;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding: 10px 0;
} 

.tabcontent-active {
  visibility: visible;
  height: initial;
}


@media (min-width: 992px) and (max-width: 1200px) {
  footer nav li a {
    font-size: 14px;
  }
  footer address {
    font-size: 14px;
  }
  .social--box {
    min-width: 100px;
    height: 110px;
    min-height: initial;
    font-size: 14px;
  }
}

@media (max-width: 992px) {
    .area-sereprator {
      display: block;
    }

    .header--top--area {
      display: none;
    }

    .header--area--container {
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .header--area--container .toolbar--items--area {
      order: 0;
    }
    .header--area--container .catalog-button {
      order: 3;
    }
    .catalog-button {
      width: 56px;
    }
    .catalog-button span {
      display: none;
    }
    .toolbar--search--area {
      max-width: initial;
      width: 50vw;
      order: 1;
      padding-left: 0;
      padding-right: 0;
    }
    .phone--number--area {
      order: 2;
    }

    .header--area--container .area-sereprator {
      order: 1;
      width: 100%;
      height: 15px;
      display: block;
    }

    .toolbar--search--area {
      width: 44vw;
    }

    .phone--number--area span {
      font-size: 12px;
    }

    .phone--number--area a {
      font-size: 18px;
    }

    .phone--number--area {
      min-width: initial;
      margin-left: 0;
    }

    .phone-num::after {
      right: -15px;
    }

    .delivery-icon-area {
      padding-left: 0;
      padding-right: 0;
    }

    .delivery-icon-area {
      justify-content: flex-start !important;
      flex-wrap: wrap;
      max-width: 100%;
      margin-top: 55px;
    }

    .delivery--icon--box {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      width: 33.333%;
      max-width: initial;
      min-width: initial;
      font-size: 15px;
      text-align: left;
    }

    .delivery--icon--box p {
      font-size: 13px;
      padding-right: 15px;
    }

    .delivery--icon--box--image {
      width: 50px;
      margin-right: 15px;
    }

    .delivery--icon--box--image img {
      width: 50px;
    }



    .delivery-buttons {
      margin-top: 40px;
    }

    .delivery-buttons .gray-button {
      margin-left: 0 !important;
      margin-right: 15px;
    }


    .partner-img {
      margin-left: 0 !important;
      margin-top: 18px;
    }


}



@media (min-width: 767px) and (max-width: 992px) {
  footer nav li a {
    font-size: 14px;
  }
  footer address {
    font-size: 14px;
  }
  .social--box {
    min-width: 75px;
    height: 90px;
    min-height: initial;
    font-size: 13px;
  }
  .social--box--icon {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  footer nav ul {
    flex-wrap: wrap;
  }
  footer nav li {
    width: 20%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}



@media (max-width: 767px) {
    
    .delivery--icon--box {
      width: 50%;
      max-width: initial;
      min-width: initial;
      font-size: 15px;
    }


    .delivery--container {
      margin-top: 30px;
    }


    h1, .heading-title {
      font-size: 23px;
    }


    .pl-mb-0 {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }

    .social--box {
      width: 18%;
      min-width: initial;
    }

    .social--box {
      font-size: 13px;
    }
    .social--box--icon {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
    }

    .policy {
      margin-bottom: 25px;
    }


    footer nav ul {
      flex-wrap: wrap;
    }
    footer nav li {
      width: 50%;
      font-size: 14px;
      margin-top: 5px;
      margin-bottom: 5px;
    }


    [class^="balloon_layout_normal"],
    [class*="balloon_layout_normal"] {
      position: fixed !important;
      width: 98% !important;
      top: initial !important;
      left: 0 !important;
      bottom: 45px !important;
    }
    [class^="balloon__content"],
    [class*="balloon__content"] {
      padding: 5px !important;
    }
    .ballon-body--address span {
      font-size: 18px;
    }
    [class^="balloon__content"] > ymaps,
    [class*="balloon__content"] > ymaps {
      min-width: initial !important;
      width: 100% !important;
      height: 210px !important;
    }

    .active-layout--baloon [class^="balloon__content"] > ymaps,
    .active-layout--baloon [class*="balloon__content"] > ymaps,
    .active-layout--baloon .map-ballon-body {
        height: 380px !important;
    }


    .tippy-tooltip:before {
      display: block;
      content: '';
      position: absolute;
      top: 15px;
      right: 15px;
      width: 13px;
      height: 13px;
      cursor: pointer;
      z-index: 99999;
      background: url(../images/close.png) no-repeat;
    }

}


@media (max-width: 576px) {
      .logo-area {
        position: relative;
        overflow: hidden;
        width: 56px;
        margin-right: 0;
      }
      .toolbar--item--txt {
        display: none !important;
      }


      .heading-title {
        font-size: 24px;
      }

      .phone-num {
        font-size: 0 !important;
      }

      .phone--number--area span {
        display: none;
      }
      .phone--number--area {
        position: relative;
        width: 30vw;
        height: 34px;
        text-align: right;
      }


      .phone-num,
      .phone-num:before {
        display: inline-block;
        width: 25px;
        height: 25px;
      }
      .phone-num:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        margin-right: 10px;
        background: url(../images/phone-call.png) no-repeat;
      }
      .phone-num:after {
        display: none;
      }

      .breadcrumbs--nav li a {
        font-size: 12px;
      }

      .heading--title {
        font-size: 24px;
      }

      .delivery--icon--box {
          width: 100%;
          min-height: 40px;
          margin-bottom: 20px;
      }

      .delivery--icon--box .delivery--icon--box--image {
        min-height: 50px;
      }
      
      .text--list-items--count li {
        font-size: 14px;
      }

      .delivery--container {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 45px;
      }

      .checkbox--wrap .el-name {
        min-width: initial;
        max-width: 140px;
        font-size: 14px;
        white-space: normal;
      }


      .checkbox--wrap .radio,
      .checkbox--wrap .checkbox {
        min-width: 160px;
      }
      

      .delivery--container {
        margin-top: 30px;
      }
      
      .delivery-buttons {
        flex-direction: column;
      }

      .delivery-buttons .gray-button {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
      }


      .doc-items--wrap {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
      }

      .doc-item-name {
        font-size: 12px;
        line-height: 1.2em;
      }


      .doc-item {
        width: 47%;
        margin: 0;
      }
      

      .social--box {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        min-height: initial;
      }

      .social--box--icon {
        min-height: initial;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
      }

      .social--box span {
        display: none;
      }


      .checkbox--wrap label input {
        display: inline-block;
        min-width: initial;
      }


      [aria-label][role~="tooltip"]:after {
          width: 200px !important;
          left: auto !important;
          right: -25vw !important;
      }


      .delivery-icon-area {
        margin-top: 40px;
      }


      .heading--area {
        margin-bottom: 40px;
      }

      .area--heading {
        font-size: 16px;
      }


      .el-name .tip-el {
        position: absolute;
        right: -30px;
      }


      .price-label {
        font-size: 14px;
        padding-left: 30px;
      }
  
}